public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/domination/
Date: Mon, 19 Apr 2021 01:13:46 +0000 (UTC)	[thread overview]
Message-ID: <1618794815.653ce46d877fe283ef9fa4f20ccec5d1761c8d5a.sam@gentoo> (raw)

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"


             reply	other threads:[~2021-04-19  1:13 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1618794815.653ce46d877fe283ef9fa4f20ccec5d1761c8d5a.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox