diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-04 00:37:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-04 00:37:13 +0000 |
commit | 0fc1073486472ae011b116f66ee2618c8ecf7211 (patch) | |
tree | 7377808c7451ff8fdec9f39661ae67d82792e5ed | |
parent | old (Manifest recommit) (diff) | |
download | gentoo-2-0fc1073486472ae011b116f66ee2618c8ecf7211.tar.gz gentoo-2-0fc1073486472ae011b116f66ee2618c8ecf7211.tar.bz2 gentoo-2-0fc1073486472ae011b116f66ee2618c8ecf7211.zip |
clean older ebuild
-rw-r--r-- | games-board/cgoban2/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/cgoban2/cgoban2-2.6.4.ebuild | 29 | ||||
-rw-r--r-- | games-board/cgoban2/files/digest-cgoban2-2.6.4 | 1 |
3 files changed, 4 insertions, 31 deletions
diff --git a/games-board/cgoban2/ChangeLog b/games-board/cgoban2/ChangeLog index 8a064a2e012a..d8f1f3c5bcf8 100644 --- a/games-board/cgoban2/ChangeLog +++ b/games-board/cgoban2/ChangeLog @@ -1,6 +1,9 @@ # 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.19 2004/11/03 12:08:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/ChangeLog,v 1.20 2004/11/04 00:37:13 mr_bones_ Exp $ + + 03 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> -cgoban2-2.6.4.ebuild: + clean older ebuild *cgoban2-2.6.6 (03 Nov 2004) diff --git a/games-board/cgoban2/cgoban2-2.6.4.ebuild b/games-board/cgoban2/cgoban2-2.6.4.ebuild deleted file mode 100644 index d79a113ff4c7..000000000000 --- a/games-board/cgoban2/cgoban2-2.6.4.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.4.ebuild,v 1.1 2004/07/21 03:13:41 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" -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.4 b/games-board/cgoban2/files/digest-cgoban2-2.6.4 deleted file mode 100644 index 679c29f7e306..000000000000 --- a/games-board/cgoban2/files/digest-cgoban2-2.6.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 c967b85759918b47973ed3427ba586dc cgoban-unix-2.6.4.tar.bz2 1059911 |