summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-06-02 03:57:57 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-06-02 03:57:57 +0000
commitf987043fc7788080b5915329a9cd124f2cee4319 (patch)
tree2a0d033a5f287326386603cbd501f3bcba874877 /games-board
parentadd slot dep for repoman (diff)
downloadgentoo-2-f987043fc7788080b5915329a9cd124f2cee4319.tar.gz
gentoo-2-f987043fc7788080b5915329a9cd124f2cee4319.tar.bz2
gentoo-2-f987043fc7788080b5915329a9cd124f2cee4319.zip
old
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/gnugo/ChangeLog5
-rw-r--r--games-board/gnugo/gnugo-3.9.1.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/games-board/gnugo/ChangeLog b/games-board/gnugo/ChangeLog
index a4d1c762f726..d4a8cc16c27c 100644
--- a/games-board/gnugo/ChangeLog
+++ b/games-board/gnugo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-board/gnugo
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.38 2015/03/25 13:51:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.39 2015/06/02 03:57:57 mr_bones_ Exp $
+
+ 02 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> -gnugo-3.9.1.ebuild:
+ old
25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> gnugo-3.9.1-r1.ebuild:
Stable for x86, wrt bug #543564
diff --git a/games-board/gnugo/gnugo-3.9.1.ebuild b/games-board/gnugo/gnugo-3.9.1.ebuild
deleted file mode 100644
index 707d2a289008..000000000000
--- a/games-board/gnugo/gnugo-3.9.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.9.1.ebuild,v 1.9 2014/09/21 05:26:45 mr_bones_ Exp $
-
-EAPI=5
-inherit games
-
-DESCRIPTION="A Go-playing program"
-HOMEPAGE="http://www.gnu.org/software/gnugo/devel.html"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="readline"
-
-DEPEND="readline? ( sys-libs/readline >=sys-libs/ncurses-5.2-r3 )"
-RDEPEND=${DEPEND}
-
-src_configure() {
- egamesconf \
- $(use_with readline) \
- --enable-cache-size=32
-}
-
-src_install() {
- default
- prepgamesdirs
-}