summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-09-21 05:26:45 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-09-21 05:26:45 +0000
commitaf697bd65e7f085c6e80de555cb7b28df2dfd114 (patch)
treee75b60e055bb0731feadd23db1b81dc2d532edf2 /games-board
parentupdating puppet to 3.7.1 (diff)
downloadgentoo-2-af697bd65e7f085c6e80de555cb7b28df2dfd114.tar.gz
gentoo-2-af697bd65e7f085c6e80de555cb7b28df2dfd114.tar.bz2
gentoo-2-af697bd65e7f085c6e80de555cb7b28df2dfd114.zip
EAPI=5
(Portage version: 2.2.8-r1/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.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/games-board/gnugo/ChangeLog b/games-board/gnugo/ChangeLog
index d1dba24ad5ae..3113d2f77881 100644
--- a/games-board/gnugo/ChangeLog
+++ b/games-board/gnugo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-board/gnugo
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.33 2014/03/18 01:14:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.34 2014/09/21 05:26:45 mr_bones_ Exp $
+
+ 21 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> gnugo-3.9.1.ebuild:
+ EAPI=5
18 Mar 2014; Michael Sterrett <mr_bones_@gentoo.org> gnugo-3.9.1.ebuild:
archive file disappeared upstream
diff --git a/games-board/gnugo/gnugo-3.9.1.ebuild b/games-board/gnugo/gnugo-3.9.1.ebuild
index 5a1b6075e96f..707d2a289008 100644
--- a/games-board/gnugo/gnugo-3.9.1.ebuild
+++ b/games-board/gnugo/gnugo-3.9.1.ebuild
@@ -1,8 +1,8 @@
# 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.8 2014/03/18 01:14:30 mr_bones_ Exp $
+# $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=2
+EAPI=5
inherit games
DESCRIPTION="A Go-playing program"
@@ -15,16 +15,15 @@ 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 \
- --disable-dependency-tracking \
$(use_with readline) \
--enable-cache-size=32
}
src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
+ default
prepgamesdirs
}