summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-31 09:11:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-31 09:11:26 +0000
commitcb2be7076121c806240aae0bcd36dc08bf8666f2 (patch)
tree6a507d10fa281d942862594cab7c0fd93e51e131 /games-board
parentVersion bump, bug #454484. Thanks to Dennis Lan and Wang Jiajun for contribut... (diff)
downloadgentoo-2-cb2be7076121c806240aae0bcd36dc08bf8666f2.tar.gz
gentoo-2-cb2be7076121c806240aae0bcd36dc08bf8666f2.tar.bz2
gentoo-2-cb2be7076121c806240aae0bcd36dc08bf8666f2.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/gnugo/ChangeLog7
-rw-r--r--games-board/gnugo/gnugo-3.8.ebuild30
2 files changed, 5 insertions, 32 deletions
diff --git a/games-board/gnugo/ChangeLog b/games-board/gnugo/ChangeLog
index adbcbd7f4468..9e740a922e56 100644
--- a/games-board/gnugo/ChangeLog
+++ b/games-board/gnugo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-board/gnugo
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.30 2012/12/24 12:10:51 maekke Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.31 2013/01/31 09:11:26 mr_bones_ Exp $
+
+ 31 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -gnugo-3.8.ebuild:
+ old
24 Dec 2012; Markus Meier <maekke@gentoo.org> gnugo-3.9.1.ebuild:
add ~arm
diff --git a/games-board/gnugo/gnugo-3.8.ebuild b/games-board/gnugo/gnugo-3.8.ebuild
deleted file mode 100644
index 0474ed72fe02..000000000000
--- a/games-board/gnugo/gnugo-3.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.8.ebuild,v 1.10 2012/09/30 18:02:48 armin76 Exp $
-
-EAPI=2
-inherit games
-
-DESCRIPTION="A Go-playing program"
-HOMEPAGE="http://www.gnu.org/software/gnugo/devel.html"
-SRC_URI="http://match.stanford.edu/gnugo/archive/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="readline"
-
-DEPEND="readline? ( sys-libs/readline >=sys-libs/ncurses-5.2-r3 )"
-
-src_configure() {
- egamesconf \
- --disable-dependency-tracking \
- $(use_with readline) \
- --enable-cache-size=32
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- prepgamesdirs
-}