public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-strategy/triplea/
@ 2016-01-26 23:55 Michael Sterrett
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett @ 2016-01-26 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a7ff0aeba8a8eaef387fd2f570ac52d51aff21ea
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 22:52:10 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 23:55:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ff0aeb

games-strategy/triplea: clean old

Package-Manager: portage-2.2.26

 games-strategy/triplea/Manifest               |   1 -
 games-strategy/triplea/triplea-1.7.0.3.ebuild | 100 --------------------------
 2 files changed, 101 deletions(-)

diff --git a/games-strategy/triplea/Manifest b/games-strategy/triplea/Manifest
index 07a106d..48d8991 100644
--- a/games-strategy/triplea/Manifest
+++ b/games-strategy/triplea/Manifest
@@ -1,2 +1 @@
-DIST triplea_1_7_0_3_source_code_only.zip 238479931 SHA256 4cd3a0596bfe4f81cc61e5eab02a5ccd96226a291c5afb8441df5bf9898829e5 SHA512 6d6ddff0a630e1ce357c00205636b3c7586159daf8a1c66fea371c0cd053aaa75814131267cb937d9e1dc313aa2eef99dd6c73fcd4275e82ac7a2250332a8a49 WHIRLPOOL da0b259ffaedecd425cd6ddecfef3d51bd35e0274dbd996298a4de299b1a4f8f8e0c74365af8fcaf21f49ab480b282562a6867c36b4918fcb6b4815b773308c2
 DIST triplea_1_8_0_5_source_code_only.zip 377607369 SHA256 7d43d8936650ee5ce8b215c7bb6c5ac611f3a232559c0cbb48dba910f63643f5 SHA512 76275121e71b727d05c47612c3a27431beb3e610f1953c8aea4cef878bac4f0a4309794c805462b75fff71d875bc92395108f196f1e04544bb4ef0b8e298904c WHIRLPOOL be06d9c6c4af75ca3ab221b69c13e8e3139569f7108cb4c5de510397a888da7e21822dd1a2e1b5ee63ce5e2e36153d3651088d036089e6f1e08beb5a473f015c

diff --git a/games-strategy/triplea/triplea-1.7.0.3.ebuild b/games-strategy/triplea/triplea-1.7.0.3.ebuild
deleted file mode 100644
index e31734a..0000000
--- a/games-strategy/triplea/triplea-1.7.0.3.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils java-pkg-2 java-ant-2 versionator games
-
-MY_PV=$(replace_all_version_separators _)
-DESCRIPTION="An open source clone of the popular Axis and Allies boardgame"
-HOMEPAGE="http://triplea.sourceforge.net/"
-SRC_URI="mirror://sourceforge/triplea/${PN}_${MY_PV}_source_code_only.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-RESTRICT="test" # Needs X11 maybe use virtualx.eclass
-
-RDEPEND="dev-java/commons-httpclient:3
-	dev-java/apple-java-extensions-bin
-	dev-java/commons-logging
-	dev-java/commons-codec
-	=dev-java/junit-3.8*"
-DEPEND="${RDEPEND}
-	>=virtual/jdk-1.6
-	app-arch/unzip"
-RDEPEND="${RDEPEND}
-	>=virtual/jre-1.6"
-
-S=${WORKDIR}/${PN}_${MY_PV}
-
-pkg_setup() {
-	games_pkg_setup
-	java-pkg-2_pkg_setup
-}
-
-src_prepare() {
-	sed -i \
-		-e 's:"triplea":".triplea":g' \
-		src/games/strategy/engine/framework/GameRunner.java || die
-
-	rm lib/derby_10_1_2.jar || die
-	rm -r old/ || die
-	java-pkg_jar-from apple-java-extensions-bin AppleJavaExtensions.jar \
-		lib/AppleJavaExtensions.jar
-	java-pkg_jar-from commons-httpclient-3 commons-httpclient.jar \
-		lib/commons-httpclient-3.0.1.jar
-	java-pkg_jar-from commons-logging commons-logging.jar \
-		lib/commons-logging-1.1.jar
-	java-pkg_jar-from commons-codec commons-codec.jar \
-		lib/commons-codec-1.3.jar
-	# installs the test files
-	java-pkg_jar-from --into lib junit
-	# Needs the substance package
-	#java-pkg_jar-from substance substance.jar \
-	#	lib/substance_5_3.jar
-
-	# also these from some other java package...
-	#lib/mailapi.jar
-	#lib/upnp.jar
-	#lib/activation.jar
-	#lib/smtp.jar
-
-	#java-pkg_ensure-no-bundled-jars
-}
-
-src_compile() {
-	eant || die
-	echo "triplea.saveGamesInHomeDir=true" > data/triplea.properties
-	# The only target creating this is zip which does unjar etc
-	cd classes || die
-	jar cf ../bin/triplea.jar * || die
-	rm -r * || die
-}
-
-src_test() {
-	ANT_TASKS="ant-junit" eant test
-}
-
-src_install() {
-	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r assets bin data dice_servers maps
-
-	java-pkg_regjar "${D}/${GAMES_DATADIR}"/${PN}/bin/*.jar
-	java-pkg_dolauncher ${PN} -into "${GAMES_PREFIX}" \
-		--java_args "-Xmx256m" --main \
-		games.strategy.engine.framework.GameRunner
-	java-pkg_dolauncher ${PN}-server -into "${GAMES_PREFIX}" \
-		--java_args "-server -Xmx64m -Dtriplea.lobby.port=3303 -Dtriplea.lobby.console=true" \
-		--main games.strategy.engine.lobby.server.LobbyServer
-
-	newicon icons/triplea_icon.png ${PN}.png
-	newicon icons/triplea_icon.png ${PN}-server.png
-	make_desktop_entry ${PN} TripleA
-	make_desktop_entry ${PN}-server TripleA-server
-
-	dodoc changelog.txt TripleA_RuleBook.pdf
-	dohtml -r doc/* readme.html
-	prepgamesdirs
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-strategy/triplea/
@ 2016-02-04 22:17 Michael Sterrett
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett @ 2016-02-04 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5c110321240ff87f5f6694ae911e3f28ec6f22d5
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 19:53:43 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Feb  4 22:17:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c110321

games-strategy/triplea: version bump

Package-Manager: portage-2.2.26

 games-strategy/triplea/Manifest               |  1 +
 games-strategy/triplea/triplea-1.8.0.9.ebuild | 92 +++++++++++++++++++++++++++
 2 files changed, 93 insertions(+)

diff --git a/games-strategy/triplea/Manifest b/games-strategy/triplea/Manifest
index 48d8991..a6432e5 100644
--- a/games-strategy/triplea/Manifest
+++ b/games-strategy/triplea/Manifest
@@ -1 +1,2 @@
 DIST triplea_1_8_0_5_source_code_only.zip 377607369 SHA256 7d43d8936650ee5ce8b215c7bb6c5ac611f3a232559c0cbb48dba910f63643f5 SHA512 76275121e71b727d05c47612c3a27431beb3e610f1953c8aea4cef878bac4f0a4309794c805462b75fff71d875bc92395108f196f1e04544bb4ef0b8e298904c WHIRLPOOL be06d9c6c4af75ca3ab221b69c13e8e3139569f7108cb4c5de510397a888da7e21822dd1a2e1b5ee63ce5e2e36153d3651088d036089e6f1e08beb5a473f015c
+DIST triplea_1_8_0_9_source_code_only.zip 378475905 SHA256 5f1d0811b96338e1d7200269e24f99cdfe801198922da2a951d14d3ab31c5187 SHA512 d117bb85d0136d85c76f091cf3b2a398ad1f8755df2cea02867be36d91c6cc98e0fc713a72a93dc74ec91c7b44959afdad5b136591a25a0080f4eabf3c8bff0d WHIRLPOOL 7d3bfc1eb344d77efb1cb20bb8dc33f89c93546e4c64bc04f128ad255ac5db31f0c2e0f7c47d85fb9e8bb200490046fd128e883c82d320e5c01a1712cb9b86f4

diff --git a/games-strategy/triplea/triplea-1.8.0.9.ebuild b/games-strategy/triplea/triplea-1.8.0.9.ebuild
new file mode 100644
index 0000000..7cd819e
--- /dev/null
+++ b/games-strategy/triplea/triplea-1.8.0.9.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils java-pkg-2 java-ant-2 versionator games
+
+MY_PV=$(replace_all_version_separators _)
+DESCRIPTION="An open source clone of the popular Axis and Allies boardgame"
+HOMEPAGE="http://triplea.sourceforge.net/"
+SRC_URI="mirror://sourceforge/triplea/${PN}_${MY_PV}_source_code_only.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="test" # Needs X11 maybe use virtualx.eclass
+
+RDEPEND="dev-java/commons-httpclient:3
+	dev-java/commons-logging
+	dev-java/junit:4"
+DEPEND="${RDEPEND}
+	>=virtual/jdk-1.6
+	app-arch/unzip"
+RDEPEND="${RDEPEND}
+	>=virtual/jre-1.6"
+
+S=${WORKDIR}/${PN}_${MY_PV}
+
+pkg_setup() {
+	games_pkg_setup
+	java-pkg-2_pkg_setup
+}
+
+src_prepare() {
+	sed -i \
+		-e '/userHome.*triplea/s:"triplea":".triplea":g' \
+		src/games/strategy/engine/framework/GameRunner2.java || die
+
+	rm -r old/ lib/derby*.jar || die
+	# dev-java/commons-logging is lagging behind in portage...
+	# java-pkg_jar-from apple-java-extensions-bin AppleJavaExtensions.jar \
+	# 	lib/AppleJavaExtensions.jar
+	java-pkg_jar-from commons-httpclient-3 commons-httpclient.jar \
+		lib/commons-httpclient-3.1.jar
+	java-pkg_jar-from commons-logging commons-logging.jar \
+		lib/commons-logging-1.1.3.jar
+	# dev-java/commons-codec is lagging behind in portage...
+	# java-pkg_jar-from commons-codec commons-codec.jar \
+		# lib/commons-codec-1.3.jar
+	# installs the test files
+	java-pkg_jar-from --into lib junit
+
+	# lots of other jars from some other java packages...
+	# either missing from portage or none stable is ages.
+	#java-pkg_ensure-no-bundled-jars
+}
+
+src_compile() {
+	eant || die
+	echo "triplea.saveGamesInHomeDir=true" > data/triplea.properties
+	# The only target creating this is zip which does unjar etc
+	cd classes || die
+	jar cf ../bin/triplea.jar * || die
+	rm -r * || die
+}
+
+src_test() {
+	ANT_TASKS="ant-junit" eant test
+}
+
+src_install() {
+	insinto "${GAMES_DATADIR}"/${PN}
+	doins -r assets bin data dice_servers maps
+
+	java-pkg_regjar "${D}/${GAMES_DATADIR}"/${PN}/bin/*.jar
+	java-pkg_dolauncher ${PN} -into "${GAMES_PREFIX}" \
+		--java_args "-Xmx256m" --main \
+		games.strategy.engine.framework.GameRunner
+	java-pkg_dolauncher ${PN}-server -into "${GAMES_PREFIX}" \
+		--java_args "-server -Xmx64m -Dtriplea.lobby.port=3303 -Dtriplea.lobby.console=true" \
+		--main games.strategy.engine.lobby.server.LobbyServer
+
+	newicon icons/triplea_icon.png ${PN}.png
+	newicon icons/triplea_icon.png ${PN}-server.png
+	make_desktop_entry ${PN} TripleA
+	make_desktop_entry ${PN}-server TripleA-server
+
+	dodoc changelog.txt TripleA_RuleBook.pdf
+	dohtml -r doc/* readme.html
+	prepgamesdirs
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-strategy/triplea/
@ 2016-03-14 22:12 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2016-03-14 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     4f9e66d55dbe459c11d9f37c51353f26e78b9060
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 22:10:11 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 22:10:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9e66d5

games-strategy/triplea: amd64 stable wrt bug #576670

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-strategy/triplea/triplea-1.8.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/triplea/triplea-1.8.0.9.ebuild b/games-strategy/triplea/triplea-1.8.0.9.ebuild
index 7cd819e..f649303 100644
--- a/games-strategy/triplea/triplea-1.8.0.9.ebuild
+++ b/games-strategy/triplea/triplea-1.8.0.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/triplea/${PN}_${MY_PV}_source_code_only.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 RESTRICT="test" # Needs X11 maybe use virtualx.eclass
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-strategy/triplea/
@ 2016-03-16  3:58 Michael Sterrett
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett @ 2016-03-16  3:58 UTC (permalink / raw
  To: gentoo-commits

commit:     1ec0ba0f4173a582d93a19a38a61833ff6ea1c27
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 16:56:46 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 03:57:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec0ba0f

games-strategy/triplea: clean old

Package-Manager: portage-2.2.26

 games-strategy/triplea/Manifest               |  1 -
 games-strategy/triplea/triplea-1.8.0.5.ebuild | 92 ---------------------------
 2 files changed, 93 deletions(-)

diff --git a/games-strategy/triplea/Manifest b/games-strategy/triplea/Manifest
index a6432e5..2107f66 100644
--- a/games-strategy/triplea/Manifest
+++ b/games-strategy/triplea/Manifest
@@ -1,2 +1 @@
-DIST triplea_1_8_0_5_source_code_only.zip 377607369 SHA256 7d43d8936650ee5ce8b215c7bb6c5ac611f3a232559c0cbb48dba910f63643f5 SHA512 76275121e71b727d05c47612c3a27431beb3e610f1953c8aea4cef878bac4f0a4309794c805462b75fff71d875bc92395108f196f1e04544bb4ef0b8e298904c WHIRLPOOL be06d9c6c4af75ca3ab221b69c13e8e3139569f7108cb4c5de510397a888da7e21822dd1a2e1b5ee63ce5e2e36153d3651088d036089e6f1e08beb5a473f015c
 DIST triplea_1_8_0_9_source_code_only.zip 378475905 SHA256 5f1d0811b96338e1d7200269e24f99cdfe801198922da2a951d14d3ab31c5187 SHA512 d117bb85d0136d85c76f091cf3b2a398ad1f8755df2cea02867be36d91c6cc98e0fc713a72a93dc74ec91c7b44959afdad5b136591a25a0080f4eabf3c8bff0d WHIRLPOOL 7d3bfc1eb344d77efb1cb20bb8dc33f89c93546e4c64bc04f128ad255ac5db31f0c2e0f7c47d85fb9e8bb200490046fd128e883c82d320e5c01a1712cb9b86f4

diff --git a/games-strategy/triplea/triplea-1.8.0.5.ebuild b/games-strategy/triplea/triplea-1.8.0.5.ebuild
deleted file mode 100644
index 1fb6372..0000000
--- a/games-strategy/triplea/triplea-1.8.0.5.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils java-pkg-2 java-ant-2 versionator games
-
-MY_PV=$(replace_all_version_separators _)
-DESCRIPTION="An open source clone of the popular Axis and Allies boardgame"
-HOMEPAGE="http://triplea.sourceforge.net/"
-SRC_URI="mirror://sourceforge/triplea/${PN}_${MY_PV}_source_code_only.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-RESTRICT="test" # Needs X11 maybe use virtualx.eclass
-
-RDEPEND="dev-java/commons-httpclient:3
-	dev-java/apple-java-extensions-bin
-	dev-java/commons-logging
-	dev-java/commons-codec
-	=dev-java/junit-3.8*"
-DEPEND="${RDEPEND}
-	>=virtual/jdk-1.6
-	app-arch/unzip"
-RDEPEND="${RDEPEND}
-	>=virtual/jre-1.6"
-
-S=${WORKDIR}/${PN}_${MY_PV}
-
-pkg_setup() {
-	games_pkg_setup
-	java-pkg-2_pkg_setup
-}
-
-src_prepare() {
-	sed -i \
-		-e '/userHome.*triplea/s:"triplea":".triplea":g' \
-		src/games/strategy/engine/framework/GameRunner2.java || die
-
-	rm -r old/ lib/derby*.jar || die
-	java-pkg_jar-from apple-java-extensions-bin AppleJavaExtensions.jar \
-		lib/AppleJavaExtensions.jar
-	java-pkg_jar-from commons-httpclient-3 commons-httpclient.jar \
-		lib/commons-httpclient-3.0.1.jar
-	java-pkg_jar-from commons-logging commons-logging.jar \
-		lib/commons-logging-1.1.jar
-	java-pkg_jar-from commons-codec commons-codec.jar \
-		lib/commons-codec-1.3.jar
-	# installs the test files
-	java-pkg_jar-from --into lib junit
-
-	# lots of other jars from some other java packages...
-	# either missing from portage or none stable is ages.
-	#java-pkg_ensure-no-bundled-jars
-}
-
-src_compile() {
-	eant || die
-	echo "triplea.saveGamesInHomeDir=true" > data/triplea.properties
-	# The only target creating this is zip which does unjar etc
-	cd classes || die
-	jar cf ../bin/triplea.jar * || die
-	rm -r * || die
-}
-
-src_test() {
-	ANT_TASKS="ant-junit" eant test
-}
-
-src_install() {
-	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r assets bin data dice_servers maps
-
-	java-pkg_regjar "${D}/${GAMES_DATADIR}"/${PN}/bin/*.jar
-	java-pkg_dolauncher ${PN} -into "${GAMES_PREFIX}" \
-		--java_args "-Xmx256m" --main \
-		games.strategy.engine.framework.GameRunner
-	java-pkg_dolauncher ${PN}-server -into "${GAMES_PREFIX}" \
-		--java_args "-server -Xmx64m -Dtriplea.lobby.port=3303 -Dtriplea.lobby.console=true" \
-		--main games.strategy.engine.lobby.server.LobbyServer
-
-	newicon icons/triplea_icon.png ${PN}.png
-	newicon icons/triplea_icon.png ${PN}-server.png
-	make_desktop_entry ${PN} TripleA
-	make_desktop_entry ${PN}-server TripleA-server
-
-	dodoc changelog.txt TripleA_RuleBook.pdf
-	dohtml -r doc/* readme.html
-	prepgamesdirs
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-strategy/triplea/
@ 2017-12-21  1:57 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-12-21  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c820a3901ad2e6212bff0af7cdf5d898dfd2812f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 21:30:33 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 01:56:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c820a390

games-strategy/triplea: Remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 games-strategy/triplea/triplea-1.8.0.9.ebuild | 91 ---------------------------
 1 file changed, 91 deletions(-)

diff --git a/games-strategy/triplea/triplea-1.8.0.9.ebuild b/games-strategy/triplea/triplea-1.8.0.9.ebuild
deleted file mode 100644
index 108ac60a4c7..00000000000
--- a/games-strategy/triplea/triplea-1.8.0.9.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils java-pkg-2 java-ant-2 versionator games
-
-MY_PV=$(replace_all_version_separators _)
-DESCRIPTION="An open source clone of the popular Axis and Allies boardgame"
-HOMEPAGE="http://triplea.sourceforge.net/"
-SRC_URI="mirror://sourceforge/triplea/${PN}_${MY_PV}_source_code_only.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test" # Needs X11 maybe use virtualx.eclass
-
-RDEPEND="dev-java/commons-httpclient:3
-	dev-java/commons-logging
-	dev-java/junit:4"
-DEPEND="${RDEPEND}
-	>=virtual/jdk-1.6
-	app-arch/unzip"
-RDEPEND="${RDEPEND}
-	>=virtual/jre-1.6"
-
-S=${WORKDIR}/${PN}_${MY_PV}
-
-pkg_setup() {
-	games_pkg_setup
-	java-pkg-2_pkg_setup
-}
-
-src_prepare() {
-	sed -i \
-		-e '/userHome.*triplea/s:"triplea":".triplea":g' \
-		src/games/strategy/engine/framework/GameRunner2.java || die
-
-	rm -r old/ lib/derby*.jar || die
-	# dev-java/commons-logging is lagging behind in portage...
-	# java-pkg_jar-from apple-java-extensions-bin AppleJavaExtensions.jar \
-	# 	lib/AppleJavaExtensions.jar
-	java-pkg_jar-from commons-httpclient-3 commons-httpclient.jar \
-		lib/commons-httpclient-3.1.jar
-	java-pkg_jar-from commons-logging commons-logging.jar \
-		lib/commons-logging-1.1.3.jar
-	# dev-java/commons-codec is lagging behind in portage...
-	# java-pkg_jar-from commons-codec commons-codec.jar \
-		# lib/commons-codec-1.3.jar
-	# installs the test files
-	java-pkg_jar-from --into lib junit
-
-	# lots of other jars from some other java packages...
-	# either missing from portage or none stable is ages.
-	#java-pkg_ensure-no-bundled-jars
-}
-
-src_compile() {
-	eant || die
-	echo "triplea.saveGamesInHomeDir=true" > data/triplea.properties
-	# The only target creating this is zip which does unjar etc
-	cd classes || die
-	jar cf ../bin/triplea.jar * || die
-	rm -r * || die
-}
-
-src_test() {
-	ANT_TASKS="ant-junit" eant test
-}
-
-src_install() {
-	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r assets bin data dice_servers maps
-
-	java-pkg_regjar "${D}/${GAMES_DATADIR}"/${PN}/bin/*.jar
-	java-pkg_dolauncher ${PN} -into "${GAMES_PREFIX}" \
-		--java_args "-Xmx256m" --main \
-		games.strategy.engine.framework.GameRunner
-	java-pkg_dolauncher ${PN}-server -into "${GAMES_PREFIX}" \
-		--java_args "-server -Xmx64m -Dtriplea.lobby.port=3303 -Dtriplea.lobby.console=true" \
-		--main games.strategy.engine.lobby.server.LobbyServer
-
-	newicon icons/triplea_icon.png ${PN}.png
-	newicon icons/triplea_icon.png ${PN}-server.png
-	make_desktop_entry ${PN} TripleA
-	make_desktop_entry ${PN}-server TripleA-server
-
-	dodoc changelog.txt TripleA_RuleBook.pdf
-	dohtml -r doc/* readme.html
-	prepgamesdirs
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-12-21  1:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-16  3:58 [gentoo-commits] repo/gentoo:master commit in: games-strategy/triplea/ Michael Sterrett
  -- strict thread matches above, loose matches on Subject: below --
2017-12-21  1:57 David Seifert
2016-03-14 22:12 Agostino Sarubbo
2016-02-04 22:17 Michael Sterrett
2016-01-26 23:55 Michael Sterrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox