diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 08:08:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 08:08:18 +0000 |
commit | cdc803a549c01294bc1f6c5f208174bc5a2893fe (patch) | |
tree | 7d3a2ffd2d98e48bef232946ab6c9358e79d57b0 /games-board/cgoban2 | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-cdc803a549c01294bc1f6c5f208174bc5a2893fe.tar.gz gentoo-2-cdc803a549c01294bc1f6c5f208174bc5a2893fe.tar.bz2 gentoo-2-cdc803a549c01294bc1f6c5f208174bc5a2893fe.zip |
clean older versions
Diffstat (limited to 'games-board/cgoban2')
-rw-r--r-- | games-board/cgoban2/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/cgoban2/cgoban2-2.5.8.ebuild | 28 | ||||
-rw-r--r-- | games-board/cgoban2/cgoban2-2.6.1.ebuild | 29 | ||||
-rw-r--r-- | games-board/cgoban2/cgoban2-2.6.3.ebuild | 29 | ||||
-rw-r--r-- | games-board/cgoban2/files/digest-cgoban2-2.5.8 | 1 | ||||
-rw-r--r-- | games-board/cgoban2/files/digest-cgoban2-2.6.1 | 1 | ||||
-rw-r--r-- | games-board/cgoban2/files/digest-cgoban2-2.6.3 | 1 |
7 files changed, 5 insertions, 90 deletions
diff --git a/games-board/cgoban2/ChangeLog b/games-board/cgoban2/ChangeLog index 9bb71a7501db..f8c0e45e74d5 100644 --- a/games-board/cgoban2/ChangeLog +++ b/games-board/cgoban2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/cgoban2 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/ChangeLog,v 1.16 2004/09/23 08:05:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/ChangeLog,v 1.17 2004/09/23 08:08:18 mr_bones_ Exp $ + + 23 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> -cgoban2-2.5.8.ebuild, + -cgoban2-2.6.1.ebuild, -cgoban2-2.6.3.ebuild: + clean older versions *cgoban2-2.6.5 (23 Sep 2004) diff --git a/games-board/cgoban2/cgoban2-2.5.8.ebuild b/games-board/cgoban2/cgoban2-2.5.8.ebuild deleted file mode 100644 index ee79084b0549..000000000000 --- a/games-board/cgoban2/cgoban2-2.5.8.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/cgoban2/cgoban2-2.5.8.ebuild,v 1.2 2004/06/24 22:15:56 agriffis Exp $ - -inherit games - -S="${WORKDIR}/cgoban" -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" -IUSE="" - -RDEPEND=">=virtual/jre-1.3 - virtual/x11" - -src_install() { - dodir ${GAMES_BINDIR} || die "dodir failed" - 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.1.ebuild b/games-board/cgoban2/cgoban2-2.6.1.ebuild deleted file mode 100644 index c67be6b78856..000000000000 --- a/games-board/cgoban2/cgoban2-2.6.1.ebuild +++ /dev/null @@ -1,29 +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/cgoban2/cgoban2-2.6.1.ebuild,v 1.3 2004/06/24 22:15:56 agriffis 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" -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.3.ebuild b/games-board/cgoban2/cgoban2-2.6.3.ebuild deleted file mode 100644 index daa126161f1c..000000000000 --- a/games-board/cgoban2/cgoban2-2.6.3.ebuild +++ /dev/null @@ -1,29 +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/cgoban2/cgoban2-2.6.3.ebuild,v 1.2 2004/07/16 09:25:44 dholm 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" -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.5.8 b/games-board/cgoban2/files/digest-cgoban2-2.5.8 deleted file mode 100644 index fc778321027d..000000000000 --- a/games-board/cgoban2/files/digest-cgoban2-2.5.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 b813b3d3d8919999b10dacff81489e5e cgoban-unix-2.5.8.tar.bz2 957134 diff --git a/games-board/cgoban2/files/digest-cgoban2-2.6.1 b/games-board/cgoban2/files/digest-cgoban2-2.6.1 deleted file mode 100644 index c7f60916266c..000000000000 --- a/games-board/cgoban2/files/digest-cgoban2-2.6.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 79c89f77a8b9158123b1a42ae0f56d33 cgoban-unix-2.6.1.tar.bz2 953564 diff --git a/games-board/cgoban2/files/digest-cgoban2-2.6.3 b/games-board/cgoban2/files/digest-cgoban2-2.6.3 deleted file mode 100644 index 306d63bde29f..000000000000 --- a/games-board/cgoban2/files/digest-cgoban2-2.6.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 9f1fd3b23a93bf38a2af806e90cfdb17 cgoban-unix-2.6.3.tar.bz2 1037160 |