summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-11-03 12:08:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-11-03 12:08:52 +0000
commit1ef369a34012b86363f1005b2a7cce5fae510664 (patch)
tree7c815d963895cd20922ea1ad898792eae32df75f /games-board
parentdepend on app-arch/unzip (Manifest recommit) (diff)
downloadgentoo-2-1ef369a34012b86363f1005b2a7cce5fae510664.tar.gz
gentoo-2-1ef369a34012b86363f1005b2a7cce5fae510664.tar.bz2
gentoo-2-1ef369a34012b86363f1005b2a7cce5fae510664.zip
version bump
Diffstat (limited to 'games-board')
-rw-r--r--games-board/cgoban2/ChangeLog7
-rw-r--r--games-board/cgoban2/Manifest18
-rw-r--r--games-board/cgoban2/cgoban2-2.6.6.ebuild29
-rw-r--r--games-board/cgoban2/files/digest-cgoban2-2.6.61
4 files changed, 41 insertions, 14 deletions
diff --git a/games-board/cgoban2/ChangeLog b/games-board/cgoban2/ChangeLog
index 668a595e87c0..8a064a2e012a 100644
--- a/games-board/cgoban2/ChangeLog
+++ b/games-board/cgoban2/ChangeLog
@@ -1,6 +1,11 @@
# 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.18 2004/10/27 10:10:50 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/ChangeLog,v 1.19 2004/11/03 12:08:52 mr_bones_ Exp $
+
+*cgoban2-2.6.6 (03 Nov 2004)
+
+ 03 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> +cgoban2-2.6.6.ebuild:
+ version bump
27 Oct 2004; Tom Martin <slarti@gentoo.org> cgoban2-2.6.5.ebuild:
Marked ~amd64 for bug 61056.
diff --git a/games-board/cgoban2/Manifest b/games-board/cgoban2/Manifest
index 5ce9420974cd..e5772bda5966 100644
--- a/games-board/cgoban2/Manifest
+++ b/games-board/cgoban2/Manifest
@@ -1,17 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 8ca068563edcc225d3d8829ff678e911 cgoban2-2.6.4.ebuild 788
-MD5 33bfcb82212d9ce4f6df338359e09948 cgoban2-2.6.5.ebuild 792
MD5 4cb70d6cff127914b904d5cb59c4ceaf ChangeLog 2467
+MD5 33bfcb82212d9ce4f6df338359e09948 cgoban2-2.6.6.ebuild 792
+MD5 8ca068563edcc225d3d8829ff678e911 cgoban2-2.6.4.ebuild 788
MD5 3f11aaf297b2fe67404a96cda13e9bfe metadata.xml 251
+MD5 33bfcb82212d9ce4f6df338359e09948 cgoban2-2.6.5.ebuild 792
+MD5 00f7293cf49b7639625c74a3b6f0375a files/cgoban2 430
+MD5 705f3fdef44c9c2e88b2f600666320fa files/digest-cgoban2-2.6.6 71
MD5 156e7d21c335233f08c214bdda716ce4 files/digest-cgoban2-2.6.4 71
MD5 b14bfc627d748baaa037f0c1d330989c files/digest-cgoban2-2.6.5 71
-MD5 00f7293cf49b7639625c74a3b6f0375a files/cgoban2 430
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBf3Q6CHk4+ZoBpvsRAkZjAJ92nUZllhbeFEB/Bh7g7tR6FRLb/QCgmuiQ
-A/POs9QmOhlbP1m/H8VInKQ=
-=LBXH
------END PGP SIGNATURE-----
diff --git a/games-board/cgoban2/cgoban2-2.6.6.ebuild b/games-board/cgoban2/cgoban2-2.6.6.ebuild
new file mode 100644
index 000000000000..a3117469d23e
--- /dev/null
+++ b/games-board/cgoban2/cgoban2-2.6.6.ebuild
@@ -0,0 +1,29 @@
+# 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.6.ebuild,v 1.1 2004/11/03 12:08:52 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 ~amd64"
+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.6 b/games-board/cgoban2/files/digest-cgoban2-2.6.6
new file mode 100644
index 000000000000..16ad12ef34e4
--- /dev/null
+++ b/games-board/cgoban2/files/digest-cgoban2-2.6.6
@@ -0,0 +1 @@
+MD5 866fdb0b1aee1ffd66b053b7d8668039 cgoban-unix-2.6.6.tar.bz2 1098430