summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-03-04 00:12:17 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-03-04 00:12:17 +0000
commit1ec9650ef5137ccea600e745542853da95aa2579 (patch)
tree2a9f3072c4daea1d4baa1fc33dc2c601fa871ea2 /games-board/jrisk
parentStable for HPPA (bug #212211). (diff)
downloadgentoo-2-1ec9650ef5137ccea600e745542853da95aa2579.tar.gz
gentoo-2-1ec9650ef5137ccea600e745542853da95aa2579.tar.bz2
gentoo-2-1ec9650ef5137ccea600e745542853da95aa2579.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-board/jrisk')
-rw-r--r--games-board/jrisk/jrisk-1.0.9.1.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/games-board/jrisk/jrisk-1.0.9.1.ebuild b/games-board/jrisk/jrisk-1.0.9.1.ebuild
deleted file mode 100644
index 24f8938efdca..000000000000
--- a/games-board/jrisk/jrisk-1.0.9.1.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.9.1.ebuild,v 1.3 2007/08/17 07:29:52 opfer 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
-}