summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-04-03 08:42:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-04-03 08:42:31 +0000
commitd55f9dc1548bfede565c96cf78898dc3392ed008 (patch)
treebe59f63d313fc7c65fdb63b1d87cd492f0e5682f /games-board
parent~ppc marked (diff)
downloadgentoo-2-d55f9dc1548bfede565c96cf78898dc3392ed008.tar.gz
gentoo-2-d55f9dc1548bfede565c96cf78898dc3392ed008.tar.bz2
gentoo-2-d55f9dc1548bfede565c96cf78898dc3392ed008.zip
clean old versions; tidy
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/gnugo/ChangeLog8
-rw-r--r--games-board/gnugo/files/digest-gnugo-3.21
-rw-r--r--games-board/gnugo/files/digest-gnugo-3.3.221
-rw-r--r--games-board/gnugo/files/digest-gnugo-3.41
-rw-r--r--games-board/gnugo/gnugo-3.2.ebuild24
-rw-r--r--games-board/gnugo/gnugo-3.3.22.ebuild28
-rw-r--r--games-board/gnugo/gnugo-3.4.ebuild28
-rw-r--r--games-board/gnugo/gnugo-3.6.ebuild9
8 files changed, 10 insertions, 90 deletions
diff --git a/games-board/gnugo/ChangeLog b/games-board/gnugo/ChangeLog
index 34e7692fe2c3..747c933a7299 100644
--- a/games-board/gnugo/ChangeLog
+++ b/games-board/gnugo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/gnugo
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.9 2004/12/28 23:55:36 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.10 2005/04/03 08:42:31 mr_bones_ Exp $
+
+ 03 Apr 2005; Michael Sterrett <mr_bones_@gentoo.org> -gnugo-3.2.ebuild,
+ -gnugo-3.3.22.ebuild, -gnugo-3.4.ebuild, gnugo-3.6.ebuild:
+ clean old versions; tidy
28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/games-board/gnugo/files/digest-gnugo-3.2 b/games-board/gnugo/files/digest-gnugo-3.2
deleted file mode 100644
index ecec5ced569a..000000000000
--- a/games-board/gnugo/files/digest-gnugo-3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5fff329f97d947d81366f7d21a0ea1c8 gnugo-3.2.tar.gz 2012129
diff --git a/games-board/gnugo/files/digest-gnugo-3.3.22 b/games-board/gnugo/files/digest-gnugo-3.3.22
deleted file mode 100644
index c05e1cabe29c..000000000000
--- a/games-board/gnugo/files/digest-gnugo-3.3.22
+++ /dev/null
@@ -1 +0,0 @@
-MD5 33376ee8fa90638dd443d06ddae0f5eb gnugo-3.3.22.tar.gz 2156373
diff --git a/games-board/gnugo/files/digest-gnugo-3.4 b/games-board/gnugo/files/digest-gnugo-3.4
deleted file mode 100644
index 8d3fc1317f75..000000000000
--- a/games-board/gnugo/files/digest-gnugo-3.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 38a0362691d71ba75bd54a21b4a3030c gnugo-3.4.tar.gz 2334528
diff --git a/games-board/gnugo/gnugo-3.2.ebuild b/games-board/gnugo/gnugo-3.2.ebuild
deleted file mode 100644
index 39f076cb1300..000000000000
--- a/games-board/gnugo/gnugo-3.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.5 2004/07/14 14:29:58 agriffis Exp $
-
-DESCRIPTION="A Go-playing program"
-SRC_URI="mirror://gnu/gnugo/${P}.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/gnugo/"
-
-KEYWORDS="x86 ppc"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="virtual/libc
- >=sys-libs/ncurses-5.2-r3"
-
-src_compile() {
- econf --enable-cache-size=32 --enable-dfa || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}
diff --git a/games-board/gnugo/gnugo-3.3.22.ebuild b/games-board/gnugo/gnugo-3.3.22.ebuild
deleted file mode 100644
index e15b0cbeac4b..000000000000
--- a/games-board/gnugo/gnugo-3.3.22.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.3.22.ebuild,v 1.5 2004/07/14 14:29:58 agriffis Exp $
-
-inherit games
-
-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"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="virtual/libc
- >=sys-libs/ncurses-5.2-r3"
-
-src_compile() {
- egamesconf --enable-cache-size=32 || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO
- prepgamesdirs
-}
diff --git a/games-board/gnugo/gnugo-3.4.ebuild b/games-board/gnugo/gnugo-3.4.ebuild
deleted file mode 100644
index d688f9d53924..000000000000
--- a/games-board/gnugo/gnugo-3.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.8 2004/07/01 11:11:09 eradicator Exp $
-
-inherit games
-
-DESCRIPTION="A Go-playing program"
-HOMEPAGE="http://www.gnu.org/software/gnugo/devel.html"
-SRC_URI="ftp://sporadic.stanford.edu/pub/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc alpha amd64"
-IUSE=""
-
-DEPEND="virtual/libc
- >=sys-libs/ncurses-5.2-r3"
-
-src_compile() {
- egamesconf --enable-cache-size=32 || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO
- prepgamesdirs
-}
diff --git a/games-board/gnugo/gnugo-3.6.ebuild b/games-board/gnugo/gnugo-3.6.ebuild
index 618d0abecffc..7e3e12715826 100644
--- a/games-board/gnugo/gnugo-3.6.ebuild
+++ b/games-board/gnugo/gnugo-3.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.6.ebuild,v 1.1 2004/12/01 20:30:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.6.ebuild,v 1.2 2005/04/03 08:42:31 mr_bones_ Exp $
inherit games
@@ -10,11 +10,10 @@ SRC_URI="ftp://sporadic.stanford.edu/pub/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc alpha amd64"
+KEYWORDS="alpha amd64 ppc x86"
IUSE=""
-DEPEND="virtual/libc
- >=sys-libs/ncurses-5.2-r3"
+DEPEND=">=sys-libs/ncurses-5.2-r3"
src_compile() {
egamesconf --enable-cache-size=32 || die