diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-10 00:08:04 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-10 00:08:04 +0100 |
commit | 0aad4cd3e3fe3db90904ffc51b35e4ff160b53c5 (patch) | |
tree | a522875f946841ad0790b8170c9201bb145e09bc /games-board/domination | |
parent | 4fe228ee9aa3b9b825d54ace549a5517e153e8bd (diff) |
gentoo auto-resync : 10:06:2024 - 00:08:04
Diffstat (limited to 'games-board/domination')
-rw-r--r-- | games-board/domination/Manifest | 2 | ||||
-rw-r--r-- | games-board/domination/domination-1.1.1.6-r3.ebuild (renamed from games-board/domination/domination-1.1.1.6-r2.ebuild) | 20 |
2 files changed, 6 insertions, 16 deletions
diff --git a/games-board/domination/Manifest b/games-board/domination/Manifest index d13d327e5397..fec3bb4c8346 100644 --- a/games-board/domination/Manifest +++ b/games-board/domination/Manifest @@ -1,3 +1,3 @@ DIST Domination_1.1.1.6.zip 6567410 BLAKE2B 5868011017c9aae937d3d21c8568a541a5170a716c6762e2802e5fdb34a31dd7c4c61a0670278b211e6227f42bc996a81547b04d71533c83dfb2f6045dd190cb SHA512 46f4499f285f86cf94914ef62b25a52aa3b9848721c24900ec172f9b41d846dab07e288c564321486d451caee6049b4f4cb0ab475e378aa6df670e656b5b1fe6 -EBUILD domination-1.1.1.6-r2.ebuild 990 BLAKE2B c738d48173dc9c45c9692dff693b409d9262ea8f3cda22d7fcab1f2d1fa5098a2053a19a060c831157d92040364cc451ab4e71db8a32d07d567e69f9e177e5fa SHA512 8ecb9812b901548f2e4c67c410c022ac67b0c751670b7be31408c77c782595a9aff30d683edbabc335faca43c6db1df7a456fe8daf6f7be05383e197248118c2 +EBUILD domination-1.1.1.6-r3.ebuild 868 BLAKE2B 582ee81d8b0c9378a1492e2a80cf64d43afe9fca217e241cb292dd77d37c30417f79a415766b1202aafa2830ffbc8da65da4ab69b44d99856327c4e31f2f6c28 SHA512 ec96ae2ddb3bc33663b1bed0e7b9894cf04912316566eedfe731edb9fc1de80a794ca0dde5dbbf6606cc3ddb291e3aeb0e17068c39e950d4963c130191394620 MISC metadata.xml 334 BLAKE2B 1fc5e639f2979cb917f60cdae20e38b3482b5aa219ab3b53c3b3e893eca540a9a634a7fe6b92d9d2a8d5ea81b7485022c1da1837d6d09a3a862bf2d12b81add1 SHA512 9234295998b6847050cc6effa2eb45519af25b527c4fd505133699806a70a0047e16c7ecec1c854e1fced4ed4be96e977404b74459ada5b1704952a2c810f1d3 diff --git a/games-board/domination/domination-1.1.1.6-r2.ebuild b/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} |