From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- games-board/gnugo/gnugo-3.9.1-r1.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 games-board/gnugo/gnugo-3.9.1-r1.ebuild (limited to 'games-board/gnugo/gnugo-3.9.1-r1.ebuild') diff --git a/games-board/gnugo/gnugo-3.9.1-r1.ebuild b/games-board/gnugo/gnugo-3.9.1-r1.ebuild new file mode 100644 index 000000000000..13dba3086bfe --- /dev/null +++ b/games-board/gnugo/gnugo-3.9.1-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit eutils games + +DESCRIPTION="A Go-playing program" +HOMEPAGE="https://www.gnu.org/software/gnugo/devel.html" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="readline" + +DEPEND="readline? ( sys-libs/readline:0 ) + >=sys-libs/ncurses-5.2-r3:0" +RDEPEND=${DEPEND} + +src_prepare() { + epatch "${FILESDIR}"/${P}-invalid-move.patch +} + +src_configure() { + egamesconf \ + $(use_with readline) \ + --enable-cache-size=32 +} + +src_install() { + default + prepgamesdirs +} -- cgit v1.2.3