summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-08-22 00:49:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-08-22 00:49:26 +0000
commit2913a7823b5b9297b577352a71bd20bfa55b343d (patch)
tree9a0bf6f32b598beb4c301a563059889a1d7a0be5 /games-board
parentAdd debug version of vmware/vmware-vmx to pax allow list and make sure it get... (diff)
downloadgentoo-2-2913a7823b5b9297b577352a71bd20bfa55b343d.tar.gz
gentoo-2-2913a7823b5b9297b577352a71bd20bfa55b343d.tar.bz2
gentoo-2-2913a7823b5b9297b577352a71bd20bfa55b343d.zip
old
(Portage version: 2.1.2.11)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/jrisk/files/digest-jrisk-1.0.8.83
-rw-r--r--games-board/jrisk/files/digest-jrisk-1.0.8.93
-rw-r--r--games-board/jrisk/files/digest-jrisk-1.0.8.9-r13
-rw-r--r--games-board/jrisk/jrisk-1.0.8.8.ebuild51
-rw-r--r--games-board/jrisk/jrisk-1.0.8.9-r1.ebuild48
-rw-r--r--games-board/jrisk/jrisk-1.0.8.9.ebuild51
6 files changed, 0 insertions, 159 deletions
diff --git a/games-board/jrisk/files/digest-jrisk-1.0.8.8 b/games-board/jrisk/files/digest-jrisk-1.0.8.8
deleted file mode 100644
index d300124fd7bf..000000000000
--- a/games-board/jrisk/files/digest-jrisk-1.0.8.8
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 484475e8d7acf0198c725020110b0701 backup_of_Risk_1.0.8.8.zip 10110249
-RMD160 133e9883607221e21f9c06381f291f1dc6141f35 backup_of_Risk_1.0.8.8.zip 10110249
-SHA256 b946917b26c9508c580fc6fb14b782de810b11d535abb8c805d9e4bfc907b147 backup_of_Risk_1.0.8.8.zip 10110249
diff --git a/games-board/jrisk/files/digest-jrisk-1.0.8.9 b/games-board/jrisk/files/digest-jrisk-1.0.8.9
deleted file mode 100644
index 9a91b30c7d8c..000000000000
--- a/games-board/jrisk/files/digest-jrisk-1.0.8.9
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 f10ff6328cb0de53414f76cba7cdd7bd backup_of_Risk_1.0.8.9.zip 10134145
-RMD160 4d3d7ee8458fc5b18fd3f7c7cd1d4d4a7d32e881 backup_of_Risk_1.0.8.9.zip 10134145
-SHA256 bf12e6d40e30de2d85b64a0828fde7cd01a88e207ad14d097789fdeadb9c31e1 backup_of_Risk_1.0.8.9.zip 10134145
diff --git a/games-board/jrisk/files/digest-jrisk-1.0.8.9-r1 b/games-board/jrisk/files/digest-jrisk-1.0.8.9-r1
deleted file mode 100644
index 9a91b30c7d8c..000000000000
--- a/games-board/jrisk/files/digest-jrisk-1.0.8.9-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 f10ff6328cb0de53414f76cba7cdd7bd backup_of_Risk_1.0.8.9.zip 10134145
-RMD160 4d3d7ee8458fc5b18fd3f7c7cd1d4d4a7d32e881 backup_of_Risk_1.0.8.9.zip 10134145
-SHA256 bf12e6d40e30de2d85b64a0828fde7cd01a88e207ad14d097789fdeadb9c31e1 backup_of_Risk_1.0.8.9.zip 10134145
diff --git a/games-board/jrisk/jrisk-1.0.8.8.ebuild b/games-board/jrisk/jrisk-1.0.8.8.ebuild
deleted file mode 100644
index 33499e16ad6d..000000000000
--- a/games-board/jrisk/jrisk-1.0.8.8.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/jrisk/jrisk-1.0.8.8.ebuild,v 1.3 2007/02/03 16:08:01 blubb Exp $
-
-inherit eutils games
-
-DESCRIPTION="The well-known board game, written in java"
-HOMEPAGE="http://jrisk.sourceforge.net"
-SRC_URI="mirror://sourceforge/jrisk/backup_of_Risk_${PV}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE="jikes"
-
-RDEPEND=">=virtual/jre-1.4"
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip
- >=dev-java/ant-core-1.4.1
- jikes? ( >=dev-java/jikes-1.17 )"
-
-S=${WORKDIR}
-
-src_compile() {
- local antflags="game"
-
- if use jikes; then
- antflags="${antflags} -Dbuild.compiler=jikes"
- fi
- ant ${antflags} || die "failed to build"
- # change the cd directory of the executable
- # has to be done after the ant compilation
- sed \
- -e "/dirname/ s:.*:cd \"${GAMES_DATADIR}/${PN}\":" \
- "${S}"/build/game/FlashGUI.sh \
- > "${T}"/jrisk \
- || die "sed failed"
-}
-
-src_install() {
- dogamesbin "${T}"/jrisk || die "dogamesbin failed"
-
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r build/game/* || die "doins failed"
- rm -f "${D}${GAMES_DATADIR}"/${PN}/*.cmd
-
- newicon build/game/resources/risk.png ${PN}.png
- make_desktop_entry ${PN} "Risk"
-
- prepgamesdirs
-}
diff --git a/games-board/jrisk/jrisk-1.0.8.9-r1.ebuild b/games-board/jrisk/jrisk-1.0.8.9-r1.ebuild
deleted file mode 100644
index 339da3828d2e..000000000000
--- a/games-board/jrisk/jrisk-1.0.8.9-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/jrisk/jrisk-1.0.8.9-r1.ebuild,v 1.4 2007/06/03 16:54:39 mr_bones_ Exp $
-
-inherit eutils java-pkg-2 java-ant-2 games
-
-DESCRIPTION="The well-known board game, written in java"
-HOMEPAGE="http://jrisk.sourceforge.net"
-SRC_URI="mirror://sourceforge/jrisk/backup_of_Risk_${PV}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.4"
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip"
-
-S=${WORKDIR}/Risk
-
-pkg_setup() {
- games_pkg_setup
- java-pkg-2_pkg_setup
-}
-
-EANT_BUILD_TARGET="game"
-
-src_compile() {
- java-pkg-2_src_compile
-}
-
-src_install() {
- java-pkg_dolauncher ${PN} \
- -into "${GAMES_PREFIX}" \
- --main risk.ui.FlashGUI.MainMenu \
- --pwd "${GAMES_DATADIR}/${PN}"
-
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r build/game/* || die "doins failed"
- rm -f "${D}${GAMES_DATADIR}"/${PN}/*.cmd || die
- java-pkg_regjar "${D}/${GAMES_DATADIR}/${PN}"/*.jar
-
- newicon build/game/resources/risk.png ${PN}.png
- make_desktop_entry ${PN} "Risk"
-
- prepgamesdirs
-}
diff --git a/games-board/jrisk/jrisk-1.0.8.9.ebuild b/games-board/jrisk/jrisk-1.0.8.9.ebuild
deleted file mode 100644
index 1e36d8cd5d51..000000000000
--- a/games-board/jrisk/jrisk-1.0.8.9.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/jrisk/jrisk-1.0.8.9.ebuild,v 1.2 2007/01/26 22:22:57 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="The well-known board game, written in java"
-HOMEPAGE="http://jrisk.sourceforge.net"
-SRC_URI="mirror://sourceforge/jrisk/backup_of_Risk_${PV}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86 ~x86-fbsd"
-IUSE="jikes"
-
-RDEPEND=">=virtual/jre-1.4"
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip
- >=dev-java/ant-core-1.4.1
- jikes? ( >=dev-java/jikes-1.17 )"
-
-S=${WORKDIR}/Risk
-
-src_compile() {
- local antflags="game"
-
- if use jikes; then
- antflags="${antflags} -Dbuild.compiler=jikes"
- fi
- ant ${antflags} || die "failed to build"
- # change the cd directory of the executable
- # has to be done after the ant compilation
- sed \
- -e "/dirname/ s:.*:cd \"${GAMES_DATADIR}/${PN}\":" \
- "${S}"/build/game/FlashGUI.sh \
- > "${T}"/jrisk \
- || die "sed failed"
-}
-
-src_install() {
- dogamesbin "${T}"/jrisk || die "dogamesbin failed"
-
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r build/game/* || die "doins failed"
- rm -f "${D}${GAMES_DATADIR}"/${PN}/*.cmd
-
- newicon build/game/resources/risk.png ${PN}.png
- make_desktop_entry ${PN} "Risk"
-
- prepgamesdirs
-}