diff options
author | David Seifert <soap@gentoo.org> | 2020-06-23 14:11:08 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-06-23 14:11:08 +0200 |
commit | 930af887cf6a05e9e3a8e3ddddb5ad2d32717250 (patch) | |
tree | 72c1390eea4620181f7942931e8f51a340e4d1a7 /games-board | |
parent | app-editors/teco: Fix compile errors with clang. (diff) | |
download | gentoo-930af887cf6a05e9e3a8e3ddddb5ad2d32717250.tar.gz gentoo-930af887cf6a05e9e3a8e3ddddb5ad2d32717250.tar.bz2 gentoo-930af887cf6a05e9e3a8e3ddddb5ad2d32717250.zip |
games-board/gnugo: Remove old
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnugo/gnugo-3.9.1-r1.ebuild | 33 |
1 files changed, 0 insertions, 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 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 -} |