diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-18 07:57:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-18 07:57:06 +0000 |
commit | 9bdca995d3a5d5af94195683b965023d9503e9b8 (patch) | |
tree | 637b9513b672f9d5b101fa527e85ef2f119b759a /games-board/cgoban2 | |
parent | version bump (bug #44965) (Manifest recommit) (diff) | |
download | gentoo-2-9bdca995d3a5d5af94195683b965023d9503e9b8.tar.gz gentoo-2-9bdca995d3a5d5af94195683b965023d9503e9b8.tar.bz2 gentoo-2-9bdca995d3a5d5af94195683b965023d9503e9b8.zip |
tidy older ebuilds
Diffstat (limited to 'games-board/cgoban2')
-rw-r--r-- | games-board/cgoban2/cgoban2-2.5.2.ebuild | 27 | ||||
-rw-r--r-- | games-board/cgoban2/cgoban2-2.5.3.ebuild | 28 | ||||
-rw-r--r-- | games-board/cgoban2/cgoban2-2.5.5.ebuild | 27 | ||||
-rw-r--r-- | games-board/cgoban2/files/digest-cgoban2-2.5.2 | 1 | ||||
-rw-r--r-- | games-board/cgoban2/files/digest-cgoban2-2.5.3 | 1 | ||||
-rw-r--r-- | games-board/cgoban2/files/digest-cgoban2-2.5.5 | 1 |
6 files changed, 0 insertions, 85 deletions
diff --git a/games-board/cgoban2/cgoban2-2.5.2.ebuild b/games-board/cgoban2/cgoban2-2.5.2.ebuild deleted file mode 100644 index 898fd17348ff..000000000000 --- a/games-board/cgoban2/cgoban2-2.5.2.ebuild +++ /dev/null @@ -1,27 +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.2.ebuild,v 1.2 2004/02/20 07:48:49 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" - -RDEPEND=">=virtual/jre-1.3 - virtual/x11" - -S=${WORKDIR}/cgoban - -src_install() { - insinto ${GAMES_BINDIR} - sed -e "s:INSTALL_DIR:${GAMES_DATADIR}/${PN}:" \ - ${FILESDIR}/${PN} > ${D}${GAMES_BINDIR}/${PN} - insinto ${GAMES_DATADIR}/${PN} - doins cgoban.jar || die "doins failed" - prepgamesdirs -} diff --git a/games-board/cgoban2/cgoban2-2.5.3.ebuild b/games-board/cgoban2/cgoban2-2.5.3.ebuild deleted file mode 100644 index bba1ef0ca61c..000000000000 --- a/games-board/cgoban2/cgoban2-2.5.3.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.3.ebuild,v 1.2 2004/02/20 07:48:49 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" - -RDEPEND=">=virtual/jre-1.3 - virtual/x11" - -S=${WORKDIR}/cgoban - -src_install() { - insinto ${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.5.5.ebuild b/games-board/cgoban2/cgoban2-2.5.5.ebuild deleted file mode 100644 index 256f3ab5ec80..000000000000 --- a/games-board/cgoban2/cgoban2-2.5.5.ebuild +++ /dev/null @@ -1,27 +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.5.ebuild,v 1.2 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" - -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.2 b/games-board/cgoban2/files/digest-cgoban2-2.5.2 deleted file mode 100644 index 70e05109fc48..000000000000 --- a/games-board/cgoban2/files/digest-cgoban2-2.5.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 052a7a96bc8e4ca095d4d4d72606d41e cgoban-unix-2.5.2.tar.bz2 778048 diff --git a/games-board/cgoban2/files/digest-cgoban2-2.5.3 b/games-board/cgoban2/files/digest-cgoban2-2.5.3 deleted file mode 100644 index a50173a62ad8..000000000000 --- a/games-board/cgoban2/files/digest-cgoban2-2.5.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 6480966edf7715db7173cdaebc259734 cgoban-unix-2.5.3.tar.bz2 805499 diff --git a/games-board/cgoban2/files/digest-cgoban2-2.5.5 b/games-board/cgoban2/files/digest-cgoban2-2.5.5 deleted file mode 100644 index d3c7364ab3bf..000000000000 --- a/games-board/cgoban2/files/digest-cgoban2-2.5.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 b2d1a299971bc315379a7d853137607d cgoban-unix-2.5.5.tar.bz2 804590 |