diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-23 19:36:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-23 19:36:44 +0000 |
commit | 05a56ee473977cda95b7920056304dc70023c900 (patch) | |
tree | e032283573d17b7865b55ee65df3e3165e287a44 /games-board/cgoban2 | |
parent | Added dependency on haddock. (diff) | |
download | gentoo-2-05a56ee473977cda95b7920056304dc70023c900.tar.gz gentoo-2-05a56ee473977cda95b7920056304dc70023c900.tar.bz2 gentoo-2-05a56ee473977cda95b7920056304dc70023c900.zip |
version bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-board/cgoban2')
-rw-r--r-- | games-board/cgoban2/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/cgoban2/Manifest | 2 | ||||
-rw-r--r-- | games-board/cgoban2/cgoban2-2.6.10.ebuild | 29 | ||||
-rw-r--r-- | games-board/cgoban2/files/digest-cgoban2-2.6.10 | 1 |
4 files changed, 38 insertions, 1 deletions
diff --git a/games-board/cgoban2/ChangeLog b/games-board/cgoban2/ChangeLog index b885576f1d9a..cf1990c560ee 100644 --- a/games-board/cgoban2/ChangeLog +++ b/games-board/cgoban2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-board/cgoban2 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/ChangeLog,v 1.23 2005/01/22 09:30:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/ChangeLog,v 1.24 2005/03/23 19:36:44 mr_bones_ Exp $ + +*cgoban2-2.6.10 (23 Mar 2005) + + 23 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> +cgoban2-2.6.10.ebuild: + version bump *cgoban2-2.6.9 (22 Jan 2005) diff --git a/games-board/cgoban2/Manifest b/games-board/cgoban2/Manifest index ce1cbe5e7ec1..3f13b9cfdf98 100644 --- a/games-board/cgoban2/Manifest +++ b/games-board/cgoban2/Manifest @@ -3,7 +3,9 @@ MD5 45d110df9f143ee840ab7eec2a1c4a6d cgoban2-2.6.9.ebuild 795 MD5 91e870ba8faba31e229c04bc9a5c7c00 cgoban2-2.6.7.ebuild 795 MD5 936c4ad8098fcf5ab7c8934b2c0cc32a cgoban2-2.6.8.ebuild 795 MD5 3f11aaf297b2fe67404a96cda13e9bfe metadata.xml 251 +MD5 45d110df9f143ee840ab7eec2a1c4a6d cgoban2-2.6.10.ebuild 795 MD5 00f7293cf49b7639625c74a3b6f0375a files/cgoban2 430 MD5 823feef1fc259a015f0a39e167581ac6 files/digest-cgoban2-2.6.9 71 MD5 5f9fb1095935927783ae42143a59f1f5 files/digest-cgoban2-2.6.7 71 MD5 dcaad376c787180901efe6bde09863d6 files/digest-cgoban2-2.6.8 71 +MD5 7249f08b23b281f560ebf763f0076bcd files/digest-cgoban2-2.6.10 72 diff --git a/games-board/cgoban2/cgoban2-2.6.10.ebuild b/games-board/cgoban2/cgoban2-2.6.10.ebuild new file mode 100644 index 000000000000..e70bdd31803d --- /dev/null +++ b/games-board/cgoban2/cgoban2-2.6.10.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/cgoban2-2.6.10.ebuild,v 1.1 2005/03/23 19:36:44 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.10 b/games-board/cgoban2/files/digest-cgoban2-2.6.10 new file mode 100644 index 000000000000..51542d1dd99b --- /dev/null +++ b/games-board/cgoban2/files/digest-cgoban2-2.6.10 @@ -0,0 +1 @@ +MD5 5a90879bf62eb5d8adcf61e03345664b cgoban-unix-2.6.10.tar.bz2 1179204 |