diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-08 22:45:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-08 22:45:10 +0000 |
commit | 631d58a0acc02988ce8d15f9487fa04e817e4bfd (patch) | |
tree | 1f937c62c1b96df5eaa469ba46361604d897bb77 /games-board/cgoban2 | |
parent | i did NOT just add gentoolkit to the gcc34-amd64-2004.1 profile. no, really. ... (diff) | |
download | gentoo-2-631d58a0acc02988ce8d15f9487fa04e817e4bfd.tar.gz gentoo-2-631d58a0acc02988ce8d15f9487fa04e817e4bfd.tar.bz2 gentoo-2-631d58a0acc02988ce8d15f9487fa04e817e4bfd.zip |
clean older ebuilds
Diffstat (limited to 'games-board/cgoban2')
-rw-r--r-- | games-board/cgoban2/cgoban2-2.5.6.ebuild | 28 | ||||
-rw-r--r-- | games-board/cgoban2/cgoban2-2.5.7.ebuild | 28 | ||||
-rw-r--r-- | games-board/cgoban2/files/digest-cgoban2-2.5.6 | 1 | ||||
-rw-r--r-- | games-board/cgoban2/files/digest-cgoban2-2.5.7 | 1 |
4 files changed, 0 insertions, 58 deletions
diff --git a/games-board/cgoban2/cgoban2-2.5.6.ebuild b/games-board/cgoban2/cgoban2-2.5.6.ebuild deleted file mode 100644 index 5018339d318f..000000000000 --- a/games-board/cgoban2/cgoban2-2.5.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/cgoban2-2.5.6.ebuild,v 1.1 2004/02/20 07:48:49 mr_bones_ 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.5.7.ebuild b/games-board/cgoban2/cgoban2-2.5.7.ebuild deleted file mode 100644 index cf8d9e6612da..000000000000 --- a/games-board/cgoban2/cgoban2-2.5.7.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/cgoban2-2.5.7.ebuild,v 1.1 2004/03/18 07:54:25 mr_bones_ 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/files/digest-cgoban2-2.5.6 b/games-board/cgoban2/files/digest-cgoban2-2.5.6 deleted file mode 100644 index 31f87ab8df5d..000000000000 --- a/games-board/cgoban2/files/digest-cgoban2-2.5.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 d54c45838a941604abbc31baad7e524d cgoban-unix-2.5.6.tar.bz2 898512 diff --git a/games-board/cgoban2/files/digest-cgoban2-2.5.7 b/games-board/cgoban2/files/digest-cgoban2-2.5.7 deleted file mode 100644 index bba67f94e9e2..000000000000 --- a/games-board/cgoban2/files/digest-cgoban2-2.5.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 f7ed9b237851f9116fd27961334669af cgoban-unix-2.5.7.tar.bz2 920550 |