summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-08 22:46:47 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-08 22:46:47 +0000
commitcd449b68a5976f19267cd01f92ee20d440dab96e (patch)
tree4ae234c9e2d2b8f908b48e20ffb1bb1bef38a27a /games-board
parentclean older ebuilds (diff)
downloadhistorical-cd449b68a5976f19267cd01f92ee20d440dab96e.tar.gz
historical-cd449b68a5976f19267cd01f92ee20d440dab96e.tar.bz2
historical-cd449b68a5976f19267cd01f92ee20d440dab96e.zip
touch
Diffstat (limited to 'games-board')
-rw-r--r--games-board/cgoban2/Manifest2
-rw-r--r--games-board/cgoban2/cgoban2-2.6.1.ebuild13
2 files changed, 8 insertions, 7 deletions
diff --git a/games-board/cgoban2/Manifest b/games-board/cgoban2/Manifest
index a3d7a5cd231b..9780b2c09aa6 100644
--- a/games-board/cgoban2/Manifest
+++ b/games-board/cgoban2/Manifest
@@ -1,7 +1,7 @@
MD5 0ecab1c2e6cce0224e9be3653bd3e730 ChangeLog 1746
MD5 e050280080fd4a526cc74e6b02eb71e0 cgoban2-2.5.8.ebuild 805
MD5 3f11aaf297b2fe67404a96cda13e9bfe metadata.xml 251
-MD5 f78f6342f66a87f3b7c835753846e70b cgoban2-2.6.1.ebuild 806
+MD5 d39599be3f505af29dce13824b14e0de cgoban2-2.6.1.ebuild 791
MD5 43df47e140b323e55581eda8401299a9 files/cgoban2 440
MD5 e7df4260f4a67e33c27a38649627f548 files/digest-cgoban2-2.5.8 70
MD5 33b017a72bc9fc48f533ab6002489a9f files/digest-cgoban2-2.6.1 70
diff --git a/games-board/cgoban2/cgoban2-2.6.1.ebuild b/games-board/cgoban2/cgoban2-2.6.1.ebuild
index 38ee8d0e159b..45454dc0ea5e 100644
--- a/games-board/cgoban2/cgoban2-2.6.1.ebuild
+++ b/games-board/cgoban2/cgoban2-2.6.1.ebuild
@@ -1,10 +1,9 @@
# 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.6.1.ebuild,v 1.1 2004/05/27 22:31:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/cgoban2-2.6.1.ebuild,v 1.2 2004/06/08 22:46:47 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"
@@ -17,12 +16,14 @@ IUSE=""
RDEPEND=">=virtual/jre-1.3
virtual/x11"
+S="${WORKDIR}/cgoban"
+
src_install() {
- dodir ${GAMES_BINDIR} || die "dodir failed"
+ dodir "${GAMES_BINDIR}"
sed -e "s:INSTALL_DIR:${GAMES_DATADIR}/${PN}:" \
- ${FILESDIR}/${PN} > ${D}${GAMES_BINDIR}/${PN} || \
- die "sed failed"
- insinto ${GAMES_DATADIR}/${PN}
+ "${FILESDIR}/${PN}" > "${D}${GAMES_BINDIR}/${PN}" \
+ || die "sed failed"
+ insinto "${GAMES_DATADIR}/${PN}"
doins cgoban.jar || die "doins failed"
prepgamesdirs
}