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}

Reply via email to