From 930af887cf6a05e9e3a8e3ddddb5ad2d32717250 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 23 Jun 2020 14:11:08 +0200 Subject: games-board/gnugo: Remove old Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: David Seifert --- games-board/gnugo/gnugo-3.9.1-r1.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 games-board/gnugo/gnugo-3.9.1-r1.ebuild (limited to 'games-board/gnugo') diff --git a/games-board/gnugo/gnugo-3.9.1-r1.ebuild b/games-board/gnugo/gnugo-3.9.1-r1.ebuild deleted file mode 100644 index aba4225ac342..000000000000 --- a/games-board/gnugo/gnugo-3.9.1-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 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