summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-04-02 07:34:39 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-04-02 07:34:39 +0000
commitfc20643683bcb3caf7ae256b09a15eed5b82e65e (patch)
treefc0c3db6548d570370fde0db239fa303a09cca67 /games-board
parentpatch update (diff)
downloadhistorical-fc20643683bcb3caf7ae256b09a15eed5b82e65e.tar.gz
historical-fc20643683bcb3caf7ae256b09a15eed5b82e65e.tar.bz2
historical-fc20643683bcb3caf7ae256b09a15eed5b82e65e.zip
clean old versions
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-board')
-rw-r--r--games-board/cgoban2/ChangeLog6
-rw-r--r--games-board/cgoban2/Manifest8
-rw-r--r--games-board/cgoban2/cgoban2-2.6.7.ebuild29
-rw-r--r--games-board/cgoban2/cgoban2-2.6.8.ebuild29
-rw-r--r--games-board/cgoban2/cgoban2-2.6.9.ebuild29
-rw-r--r--games-board/cgoban2/files/digest-cgoban2-2.6.71
-rw-r--r--games-board/cgoban2/files/digest-cgoban2-2.6.81
-rw-r--r--games-board/cgoban2/files/digest-cgoban2-2.6.91
8 files changed, 6 insertions, 98 deletions
diff --git a/games-board/cgoban2/ChangeLog b/games-board/cgoban2/ChangeLog
index cf1990c560ee..3b66649a0d1c 100644
--- a/games-board/cgoban2/ChangeLog
+++ b/games-board/cgoban2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/cgoban2
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/ChangeLog,v 1.24 2005/03/23 19:36:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/ChangeLog,v 1.25 2005/04/02 07:34:39 mr_bones_ Exp $
+
+ 02 Apr 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ -cgoban2-2.6.7.ebuild, -cgoban2-2.6.8.ebuild, -cgoban2-2.6.9.ebuild:
+ clean old versions
*cgoban2-2.6.10 (23 Mar 2005)
diff --git a/games-board/cgoban2/Manifest b/games-board/cgoban2/Manifest
index 0a9acf0bcdda..c296f5c7d449 100644
--- a/games-board/cgoban2/Manifest
+++ b/games-board/cgoban2/Manifest
@@ -1,11 +1,5 @@
-MD5 7c65460fa6eab736373fdf621307f350 ChangeLog 3261
-MD5 45d110df9f143ee840ab7eec2a1c4a6d cgoban2-2.6.9.ebuild 795
-MD5 91e870ba8faba31e229c04bc9a5c7c00 cgoban2-2.6.7.ebuild 795
-MD5 936c4ad8098fcf5ab7c8934b2c0cc32a cgoban2-2.6.8.ebuild 795
+MD5 83a222dcd9f7edf26781709270bd2007 ChangeLog 3409
MD5 3f11aaf297b2fe67404a96cda13e9bfe metadata.xml 251
MD5 707920a2e890f26bdc18f06c8b7985f3 cgoban2-2.6.10.ebuild 796
MD5 00f7293cf49b7639625c74a3b6f0375a files/cgoban2 430
-MD5 823feef1fc259a015f0a39e167581ac6 files/digest-cgoban2-2.6.9 71
-MD5 5f9fb1095935927783ae42143a59f1f5 files/digest-cgoban2-2.6.7 71
-MD5 dcaad376c787180901efe6bde09863d6 files/digest-cgoban2-2.6.8 71
MD5 7249f08b23b281f560ebf763f0076bcd files/digest-cgoban2-2.6.10 72
diff --git a/games-board/cgoban2/cgoban2-2.6.7.ebuild b/games-board/cgoban2/cgoban2-2.6.7.ebuild
deleted file mode 100644
index ea1f82549fc0..000000000000
--- a/games-board/cgoban2/cgoban2-2.6.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/cgoban2-2.6.7.ebuild,v 1.2 2005/01/22 09:30:32 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="A Java client for the Kiseido Go Server, and a SGF editor"
-HOMEPAGE="http://kgs.kiseido.com/"
-SRC_URI="http://kgs.kiseido.com/cgoban-unix-${PV}.tar.bz2"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~amd64"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.3
- virtual/x11"
-
-S="${WORKDIR}/cgoban"
-
-src_install() {
- dodir "${GAMES_BINDIR}"
- sed -e "s:INSTALL_DIR:${GAMES_DATADIR}/${PN}:" \
- "${FILESDIR}/${PN}" > "${D}${GAMES_BINDIR}/${PN}" \
- || die "sed failed"
- insinto "${GAMES_DATADIR}/${PN}"
- doins cgoban.jar || die "doins failed"
- prepgamesdirs
-}
diff --git a/games-board/cgoban2/cgoban2-2.6.8.ebuild b/games-board/cgoban2/cgoban2-2.6.8.ebuild
deleted file mode 100644
index b4bafd61548e..000000000000
--- a/games-board/cgoban2/cgoban2-2.6.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/cgoban2-2.6.8.ebuild,v 1.2 2005/01/22 09:30:32 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="A Java client for the Kiseido Go Server, and a SGF editor"
-HOMEPAGE="http://kgs.kiseido.com/"
-SRC_URI="http://kgs.kiseido.com/cgoban-unix-${PV}.tar.bz2"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~amd64"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.3
- virtual/x11"
-
-S="${WORKDIR}/cgoban"
-
-src_install() {
- dodir "${GAMES_BINDIR}"
- sed -e "s:INSTALL_DIR:${GAMES_DATADIR}/${PN}:" \
- "${FILESDIR}/${PN}" > "${D}${GAMES_BINDIR}/${PN}" \
- || die "sed failed"
- insinto "${GAMES_DATADIR}/${PN}"
- doins cgoban.jar || die "doins failed"
- prepgamesdirs
-}
diff --git a/games-board/cgoban2/cgoban2-2.6.9.ebuild b/games-board/cgoban2/cgoban2-2.6.9.ebuild
deleted file mode 100644
index ec9f05fa9f07..000000000000
--- a/games-board/cgoban2/cgoban2-2.6.9.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/cgoban2-2.6.9.ebuild,v 1.1 2005/01/22 09:30:32 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="A Java client for the Kiseido Go Server, and a SGF editor"
-HOMEPAGE="http://kgs.kiseido.com/"
-SRC_URI="http://kgs.kiseido.com/cgoban-unix-${PV}.tar.bz2"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~amd64"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.3
- virtual/x11"
-
-S="${WORKDIR}/cgoban"
-
-src_install() {
- dodir "${GAMES_BINDIR}"
- sed -e "s:INSTALL_DIR:${GAMES_DATADIR}/${PN}:" \
- "${FILESDIR}/${PN}" > "${D}${GAMES_BINDIR}/${PN}" \
- || die "sed failed"
- insinto "${GAMES_DATADIR}/${PN}"
- doins cgoban.jar || die "doins failed"
- prepgamesdirs
-}
diff --git a/games-board/cgoban2/files/digest-cgoban2-2.6.7 b/games-board/cgoban2/files/digest-cgoban2-2.6.7
deleted file mode 100644
index 06b3191d6bec..000000000000
--- a/games-board/cgoban2/files/digest-cgoban2-2.6.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a133a702451749e4ad1fefb736f989d7 cgoban-unix-2.6.7.tar.bz2 1124981
diff --git a/games-board/cgoban2/files/digest-cgoban2-2.6.8 b/games-board/cgoban2/files/digest-cgoban2-2.6.8
deleted file mode 100644
index b7cbb4ab9bf4..000000000000
--- a/games-board/cgoban2/files/digest-cgoban2-2.6.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7e18aab7a9460f1b758535e7bf5c53ad cgoban-unix-2.6.8.tar.bz2 1124130
diff --git a/games-board/cgoban2/files/digest-cgoban2-2.6.9 b/games-board/cgoban2/files/digest-cgoban2-2.6.9
deleted file mode 100644
index 8090cd59b82c..000000000000
--- a/games-board/cgoban2/files/digest-cgoban2-2.6.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1db29c06a65134d4f5ce8c66d03aeead cgoban-unix-2.6.9.tar.bz2 1119026