public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-board/domination/
@ 2015-09-28 20:44 Michael Sterrett
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett @ 2015-09-28 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b39e2410025905723a133f99677a65bd90a67129
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 20:44:20 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 20:44:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39e2410

version bump (bug #561712)

Package-Manager: portage-2.2.20.1

 games-board/domination/Manifest                  |  1 +
 games-board/domination/domination-1.1.1.6.ebuild | 51 ++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/games-board/domination/Manifest b/games-board/domination/Manifest
index 3d3e3fd..c9b2821 100644
--- a/games-board/domination/Manifest
+++ b/games-board/domination/Manifest
@@ -1 +1,2 @@
 DIST Domination_1.1.1.5.zip 6390032 SHA256 6e0dd1c869679cc80c7904d6512cf9f6fc858a985b60c5a33f3f3291d716f740 SHA512 116d96aded29f60e71eacc8069c6b9ad3b2e8b7e44ed06c730cdaf8e1de4b95650e928e1876feb6bcb08697cd6eaedf1529cf323855e2da652855d07e8337360 WHIRLPOOL cd3de0950075f6330931f0847bd048d9919afc6009bfe99b7f3f6bed09a1b7ade30ad918af23139db2b15baacfe79845d3ce75c42463c5aa59603d141639b251
+DIST Domination_1.1.1.6.zip 6567410 SHA256 90f8ec827137f738eafa32489a979eaa86683a0df0c3839f3e1626c0cf23f3d6 SHA512 46f4499f285f86cf94914ef62b25a52aa3b9848721c24900ec172f9b41d846dab07e288c564321486d451caee6049b4f4cb0ab475e378aa6df670e656b5b1fe6 WHIRLPOOL 38781c79c33319b41568ea4bf476a28b203d99b2ba8cfb62088cb48f3aa11ef63596f7a0936cfe9c1b22cc1fed1b583c1b8f2ccc7d85c607584f7d6f192f78ce

diff --git a/games-board/domination/domination-1.1.1.6.ebuild b/games-board/domination/domination-1.1.1.6.ebuild
new file mode 100644
index 0000000..3c370a7
--- /dev/null
+++ b/games-board/domination/domination-1.1.1.6.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils java-pkg-2 java-ant-2 games
+
+DESCRIPTION="The well-known board game, written in java"
+HOMEPAGE="http://domination.sourceforge.net"
+SRC_URI="mirror://sourceforge/domination/Domination_${PV}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.5"
+DEPEND=">=virtual/jdk-1.5
+	app-arch/unzip"
+
+S=${WORKDIR}/Domination
+
+pkg_setup() {
+	games_pkg_setup
+	java-pkg-2_pkg_setup
+}
+
+EANT_BUILD_TARGET="game"
+
+src_compile() {
+	java-pkg-2_src_compile
+}
+
+src_install() {
+	newgamesbin "${S}"/FlashGUI.sh ${PN}
+	sed -i \
+		-e "s|cd.*|cd \"${GAMES_DATADIR}\"/${PN}|" \
+		"${D}${GAMES_BINDIR}"/${PN} \
+		|| die
+	chmod +x "${D}${GAMES_BINDIR}"/${PN} || die
+
+	insinto "${GAMES_DATADIR}/${PN}"
+	doins -r "${S}"/*
+	rm -f "${D}${GAMES_DATADIR}"/${PN}/*.cmd || die
+	java-pkg_regjar "${D}/${GAMES_DATADIR}/${PN}"/*.jar
+
+	newicon resources/icon.png ${PN}.png
+	make_desktop_entry ${PN} "Domination"
+
+	prepgamesdirs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/domination/
@ 2015-11-03 15:19 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2015-11-03 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     419c88b577d86877024f372c6eaaca10c46dc1b0
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 15:18:10 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 15:18:10 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=419c88b5

games-board/domination: amd64 stable wrt bug #564520

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 games-board/domination/domination-1.1.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/domination/domination-1.1.1.6.ebuild b/games-board/domination/domination-1.1.1.6.ebuild
index 3c370a7..a7f5f82 100644
--- a/games-board/domination/domination-1.1.1.6.ebuild
+++ b/games-board/domination/domination-1.1.1.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/domination/Domination_${PV}.zip"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.5"


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/domination/
@ 2015-11-22 15:11 Michael Sterrett
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett @ 2015-11-22 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     62c1465d91eefb9cfda0844cc23f9bf0a502ccab
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 15:11:07 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 15:11:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c1465d

clean old

Package-Manager: portage-2.2.20.1

 games-board/domination/Manifest                  |  1 -
 games-board/domination/domination-1.1.1.5.ebuild | 51 ------------------------
 2 files changed, 52 deletions(-)

diff --git a/games-board/domination/Manifest b/games-board/domination/Manifest
index c9b2821..5130701 100644
--- a/games-board/domination/Manifest
+++ b/games-board/domination/Manifest
@@ -1,2 +1 @@
-DIST Domination_1.1.1.5.zip 6390032 SHA256 6e0dd1c869679cc80c7904d6512cf9f6fc858a985b60c5a33f3f3291d716f740 SHA512 116d96aded29f60e71eacc8069c6b9ad3b2e8b7e44ed06c730cdaf8e1de4b95650e928e1876feb6bcb08697cd6eaedf1529cf323855e2da652855d07e8337360 WHIRLPOOL cd3de0950075f6330931f0847bd048d9919afc6009bfe99b7f3f6bed09a1b7ade30ad918af23139db2b15baacfe79845d3ce75c42463c5aa59603d141639b251
 DIST Domination_1.1.1.6.zip 6567410 SHA256 90f8ec827137f738eafa32489a979eaa86683a0df0c3839f3e1626c0cf23f3d6 SHA512 46f4499f285f86cf94914ef62b25a52aa3b9848721c24900ec172f9b41d846dab07e288c564321486d451caee6049b4f4cb0ab475e378aa6df670e656b5b1fe6 WHIRLPOOL 38781c79c33319b41568ea4bf476a28b203d99b2ba8cfb62088cb48f3aa11ef63596f7a0936cfe9c1b22cc1fed1b583c1b8f2ccc7d85c607584f7d6f192f78ce

diff --git a/games-board/domination/domination-1.1.1.5.ebuild b/games-board/domination/domination-1.1.1.5.ebuild
deleted file mode 100644
index 864824d..0000000
--- a/games-board/domination/domination-1.1.1.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils java-pkg-2 java-ant-2 games
-
-DESCRIPTION="The well-known board game, written in java"
-HOMEPAGE="http://domination.sourceforge.net"
-SRC_URI="mirror://sourceforge/domination/Domination_${PV}.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.5"
-DEPEND=">=virtual/jdk-1.5
-	app-arch/unzip"
-
-S=${WORKDIR}/Domination
-
-pkg_setup() {
-	games_pkg_setup
-	java-pkg-2_pkg_setup
-}
-
-EANT_BUILD_TARGET="game"
-
-src_compile() {
-	java-pkg-2_src_compile
-}
-
-src_install() {
-	newgamesbin "${S}"/FlashGUI.sh ${PN}
-	sed -i \
-		-e "s|cd.*|cd \"${GAMES_DATADIR}\"/${PN}|" \
-		"${D}${GAMES_BINDIR}"/${PN} \
-		|| die
-	chmod +x "${D}${GAMES_BINDIR}"/${PN} || die
-
-	insinto "${GAMES_DATADIR}/${PN}"
-	doins -r "${S}"/*
-	rm -f "${D}${GAMES_DATADIR}"/${PN}/*.cmd || die
-	java-pkg_regjar "${D}/${GAMES_DATADIR}/${PN}"/*.jar
-
-	newicon resources/icon.png ${PN}.png
-	make_desktop_entry ${PN} "Domination"
-
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/domination/
@ 2016-09-07 23:29 Austin English
  0 siblings, 0 replies; 6+ messages in thread
From: Austin English @ 2016-09-07 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     00f126964e4b08c18fd631df31d7a58d97257fd6
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  7 23:28:45 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Sep  7 23:28:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f12696

games-board/domination: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 .../domination/domination-1.1.1.6-r1.ebuild        | 48 ++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/games-board/domination/domination-1.1.1.6-r1.ebuild b/games-board/domination/domination-1.1.1.6-r1.ebuild
new file mode 100644
index 00000000..e6dd1ce
--- /dev/null
+++ b/games-board/domination/domination-1.1.1.6-r1.ebuild
@@ -0,0 +1,48 @@
+# 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
+
+DESCRIPTION="The well-known board game, written in java"
+HOMEPAGE="http://domination.sourceforge.net"
+SRC_URI="mirror://sourceforge/domination/Domination_${PV}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.5"
+DEPEND=">=virtual/jdk-1.5
+	app-arch/unzip"
+
+S=${WORKDIR}/Domination
+
+EANT_BUILD_TARGET="game"
+
+pkg_setup() {
+	java-pkg-2_pkg_setup
+}
+
+src_compile() {
+	java-pkg-2_src_compile
+}
+
+src_install() {
+	newbin "${S}"/FlashGUI.sh ${PN}
+	sed -i \
+		-e "s|cd.*|cd \"/usr/share\"/${PN}|" \
+		"${D}/usr/bin"/${PN} \
+		|| die
+	chmod +x "${D}/usr/bin"/${PN} || die
+
+	insinto "/usr/share/${PN}"
+	doins -r "${S}"/*
+	rm -f "${D}/usr/share"/${PN}/*.cmd || die
+	java-pkg_regjar "${D}//usr/share/${PN}"/*.jar
+
+	newicon resources/icon.png ${PN}.png
+	make_desktop_entry ${PN} "Domination"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/domination/
@ 2021-04-19  1:13 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-04-19  1:13 UTC (permalink / raw
  To: gentoo-commits

commit:     653ce46d877fe283ef9fa4f20ccec5d1761c8d5a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 01:06:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 01:13:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653ce46d

games-board/domination: port to EAPI 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ....1.6-r1.ebuild => domination-1.1.1.6-r2.ebuild} | 30 ++++++++++------------
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/games-board/domination/domination-1.1.1.6-r1.ebuild b/games-board/domination/domination-1.1.1.6-r2.ebuild
similarity index 61%
rename from games-board/domination/domination-1.1.1.6-r1.ebuild
rename to games-board/domination/domination-1.1.1.6-r2.ebuild
index e7b92e172bd..3b6305ecf8a 100644
--- a/games-board/domination/domination-1.1.1.6-r1.ebuild
+++ b/games-board/domination/domination-1.1.1.6-r2.ebuild
@@ -1,25 +1,23 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils java-pkg-2 java-ant-2
+EAPI=7
+
+EANT_BUILD_TARGET="game"
+inherit desktop java-pkg-2 java-ant-2
 
 DESCRIPTION="The well-known board game, written in java"
 HOMEPAGE="http://domination.sourceforge.net"
 SRC_URI="mirror://sourceforge/domination/Domination_${PV}.zip"
+S="${WORKDIR}"/Domination
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.5"
-DEPEND=">=virtual/jdk-1.5
-	app-arch/unzip"
 
-S=${WORKDIR}/Domination
-
-EANT_BUILD_TARGET="game"
+RDEPEND=">=virtual/jre-1.8:*"
+DEPEND=">=virtual/jdk-1.8:*"
+BDEPEND="app-arch/unzip"
 
 pkg_setup() {
 	java-pkg-2_pkg_setup
@@ -33,14 +31,14 @@ src_install() {
 	newbin "${S}"/FlashGUI.sh ${PN}
 	sed -i \
 		-e "s|cd.*|cd \"/usr/share\"/${PN}|" \
-		"${D}/usr/bin"/${PN} \
+		"${ED}"/usr/bin/${PN} \
 		|| die
-	chmod +x "${D}/usr/bin"/${PN} || die
+	chmod +x "${ED}"/usr/bin/${PN} || die
 
-	insinto "/usr/share/${PN}"
+	insinto /usr/share/${PN}
 	doins -r "${S}"/*
-	rm -f "${D}/usr/share"/${PN}/*.cmd || die
-	java-pkg_regjar "${D}//usr/share/${PN}"/*.jar
+	rm -f "${ED}"/usr/share/${PN}/*.cmd || die
+	java-pkg_regjar "${ED}"/usr/share/${PN}/*.jar
 
 	newicon resources/icon.png ${PN}.png
 	make_desktop_entry ${PN} "Domination"


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/domination/
@ 2024-06-09 14:43 James Le Cuirot
  0 siblings, 0 replies; 6+ messages in thread
From: James Le Cuirot @ 2024-06-09 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     7db080109a663167c94118644244fc5712ce9d00
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sun May  5 05:54:22 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 14:42:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db08010

games-board/domination: drop unneeded dependencies, update EAPI 7 -> 8

Closes: https://bugs.gentoo.org/881843
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/36555
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 ....1.1.6-r2.ebuild => domination-1.1.1.6-r3.ebuild} | 20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

diff --git a/games-board/domination/domination-1.1.1.6-r2.ebuild b/games-board/domination/domination-1.1.1.6-r3.ebuild
similarity index 69%
rename from games-board/domination/domination-1.1.1.6-r2.ebuild
rename to games-board/domination/domination-1.1.1.6-r3.ebuild
index 4bb6f973b28e..fb08295a1aec 100644
--- a/games-board/domination/domination-1.1.1.6-r2.ebuild
+++ b/games-board/domination/domination-1.1.1.6-r3.ebuild
@@ -1,31 +1,21 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-EANT_BUILD_TARGET="game"
-inherit desktop java-pkg-2 java-ant-2
+inherit desktop java-pkg-2
 
 DESCRIPTION="The well-known board game, written in java"
-HOMEPAGE="https://domination.sourceforge.net"
-SRC_URI="https://downloads.sourceforge.net/domination/Domination_${PV}.zip"
+HOMEPAGE="https://domination.sourceforge.io/"
+SRC_URI="https://downloads.sourceforge.net/project/domination/Domination/${PV}/Domination_${PV}.zip"
 S="${WORKDIR}"/Domination
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND=">=virtual/jre-1.8:*"
-DEPEND=">=virtual/jdk-1.8:*"
 BDEPEND="app-arch/unzip"
-
-pkg_setup() {
-	java-pkg-2_pkg_setup
-}
-
-src_compile() {
-	java-pkg-2_src_compile
-}
+RDEPEND=">=virtual/jre-1.8:*"
 
 src_install() {
 	newbin "${S}"/FlashGUI.sh ${PN}


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

end of thread, other threads:[~2024-06-09 14:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-22 15:11 [gentoo-commits] repo/gentoo:master commit in: games-board/domination/ Michael Sterrett
  -- strict thread matches above, loose matches on Subject: below --
2024-06-09 14:43 James Le Cuirot
2021-04-19  1:13 Sam James
2016-09-07 23:29 Austin English
2015-11-03 15:19 Agostino Sarubbo
2015-09-28 20:44 Michael Sterrett

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