commit:     930af887cf6a05e9e3a8e3ddddb5ad2d32717250
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 23 12:11:08 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jun 23 12:11:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930af887

games-board/gnugo: Remove old

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-board/gnugo/gnugo-3.9.1-r1.ebuild | 33 ---------------------------------
 1 file changed, 33 deletions(-)

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 aba4225ac34..00000000000
--- 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
-}

Reply via email to