diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-05 22:17:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-05 22:17:43 +0000 |
commit | 678aac929a4b074a48fc8c83dc0a49a4a55cf0d2 (patch) | |
tree | 916164292d42c49182824435c0c1f04d2ed406cc /games-board | |
parent | new release (diff) | |
download | gentoo-2-678aac929a4b074a48fc8c83dc0a49a4a55cf0d2.tar.gz gentoo-2-678aac929a4b074a48fc8c83dc0a49a4a55cf0d2.tar.bz2 gentoo-2-678aac929a4b074a48fc8c83dc0a49a4a55cf0d2.zip |
mark stable for alpha (bug 40519)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnugo/Manifest | 4 | ||||
-rw-r--r-- | games-board/gnugo/gnugo-3.2.ebuild | 4 | ||||
-rw-r--r-- | games-board/gnugo/gnugo-3.4.ebuild | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/games-board/gnugo/Manifest b/games-board/gnugo/Manifest index e982f8b7335a..2c42327a01f9 100644 --- a/games-board/gnugo/Manifest +++ b/games-board/gnugo/Manifest @@ -1,8 +1,8 @@ MD5 e7b2af1517c7e65f25f77c9c215e74ef ChangeLog 1679 -MD5 30b9431478b79b162fc4d72064de82eb gnugo-3.2.ebuild 580 +MD5 5a06bfda2bc19bf09347484cf6b39e38 gnugo-3.2.ebuild 583 MD5 ce914c1ace7614c2583922f20e9e51e9 gnugo-3.3.22.ebuild 726 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 -MD5 47e7b8625013936b88c66b154eb432db gnugo-3.4.ebuild 723 +MD5 02a0b5ee70705142206ed91a06f97f46 gnugo-3.4.ebuild 765 MD5 4732e30958bf4e73a4d445e14f91aea9 files/digest-gnugo-3.4 62 MD5 8b2c35b94c8f2892a9f91bc8fa9779a7 files/digest-gnugo-3.2 62 MD5 bf16c16d8ba6dd3b035c79924ea1947f files/digest-gnugo-3.3.22 65 diff --git a/games-board/gnugo/gnugo-3.2.ebuild b/games-board/gnugo/gnugo-3.2.ebuild index 1cec84062f49..2e8cd49e65a0 100644 --- a/games-board/gnugo/gnugo-3.2.ebuild +++ b/games-board/gnugo/gnugo-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.2.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.2.ebuild,v 1.2 2004/02/05 22:17:37 mr_bones_ Exp $ DESCRIPTION="A Go-playing program" SRC_URI="mirror://gnu/gnugo/${P}.tar.gz" diff --git a/games-board/gnugo/gnugo-3.4.ebuild b/games-board/gnugo/gnugo-3.4.ebuild index 77cf8e1992b8..0e73776f5f39 100644 --- a/games-board/gnugo/gnugo-3.4.ebuild +++ b/games-board/gnugo/gnugo-3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.4.ebuild,v 1.2 2004/01/19 11:39:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.4.ebuild,v 1.3 2004/02/05 22:17:37 mr_bones_ Exp $ inherit games @@ -8,9 +8,10 @@ DESCRIPTION="A Go-playing program" SRC_URI="ftp://sporadic.stanford.edu/pub/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gnugo/devel.html" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc alpha" LICENSE="GPL-2" SLOT="0" +IUSE="" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2-r3" @@ -21,7 +22,8 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO \ + || die "dodoc failed" prepgamesdirs } |