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 | 6d6aa34a615fb48a6f0b4857c63c802d52456302 (patch) | |
tree | 0156ec9ef90fb5fb0cca66d6a7651ce01a8071c9 /games-board/cgoban2 | |
parent | version bump (bug #44965) (diff) | |
download | historical-6d6aa34a615fb48a6f0b4857c63c802d52456302.tar.gz historical-6d6aa34a615fb48a6f0b4857c63c802d52456302.tar.bz2 historical-6d6aa34a615fb48a6f0b4857c63c802d52456302.zip |
tidy older ebuilds
Diffstat (limited to 'games-board/cgoban2')
-rw-r--r-- | games-board/cgoban2/Manifest | 6 | ||||
-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 |
7 files changed, 0 insertions, 91 deletions
diff --git a/games-board/cgoban2/Manifest b/games-board/cgoban2/Manifest index 3c851b3f1215..8e9c446de2d4 100644 --- a/games-board/cgoban2/Manifest +++ b/games-board/cgoban2/Manifest @@ -1,13 +1,7 @@ MD5 83cf6c57df58e543b194ba4c8b898dc6 ChangeLog 1464 -MD5 8632c842fa01b6da902374baa9931124 cgoban2-2.5.5.ebuild 798 -MD5 df651f54bad28315f6323390844393ee cgoban2-2.5.2.ebuild 766 -MD5 a13585b953cf58e53893dfd1ede716c1 cgoban2-2.5.3.ebuild 777 MD5 3f11aaf297b2fe67404a96cda13e9bfe metadata.xml 251 MD5 81214359a0cd41931f62d02f9018e2f7 cgoban2-2.5.6.ebuild 806 MD5 0d8cf9c62c3a88aa58ef51d58a84af08 cgoban2-2.5.7.ebuild 806 MD5 43df47e140b323e55581eda8401299a9 files/cgoban2 440 -MD5 728294be4e4560a0db35cd653db9a17d files/digest-cgoban2-2.5.5 70 -MD5 99d452bbe726a5470dff8f82a51a9392 files/digest-cgoban2-2.5.2 70 -MD5 54b52f3a7489f7a656f163985d5ae955 files/digest-cgoban2-2.5.3 70 MD5 9d6b517fa56d2e4b55614c6f7a28ca2f files/digest-cgoban2-2.5.6 70 MD5 f17b826cf4cbedbb026c9b6985a440e1 files/digest-cgoban2-2.5.7 70 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 |