summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Misbakh-Soloviov <mva@gentoo.org>2024-01-15 12:46:19 +0700
committerVadim Misbakh-Soloviov <mva@gentoo.org>2024-01-15 12:46:19 +0700
commit50daff86f5a2261e052ff77d67ddc5792aa188c6 (patch)
treebc899a52b2547002f55f0b1f9698f922ff145d9e
parentgames-strategy/uplink: Migrated to EAPI8 (diff)
downloadgamerlay-50daff86f5a2261e052ff77d67ddc5792aa188c6.tar.gz
gamerlay-50daff86f5a2261e052ff77d67ddc5792aa188c6.tar.bz2
gamerlay-50daff86f5a2261e052ff77d67ddc5792aa188c6.zip
games-strategy/worms-reloaded: Migrated to EAPI8
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
-rw-r--r--games-strategy/worms-reloaded/Manifest2
-rw-r--r--games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild12
2 files changed, 6 insertions, 8 deletions
diff --git a/games-strategy/worms-reloaded/Manifest b/games-strategy/worms-reloaded/Manifest
index 306db34..c11f10b 100644
--- a/games-strategy/worms-reloaded/Manifest
+++ b/games-strategy/worms-reloaded/Manifest
@@ -1 +1 @@
-DIST WormsReloaded_Linux_1381858841.sh 824797156 SHA256 3b266aff7e6abc6d2abf668cd6f26874b3c1d1d7f769b2b782e9b782eb78ed5d SHA512 b2f6bd0d9b4484380c1ed9058966d77ed77dff93f83f51b71948f738e0a123a7a268cee681f28682722cfc9a24e9da5a74ccbf3bd89f07bda57b2ba82330f072 WHIRLPOOL bc9c0596cd35a67f7eb53104633ed4fbf5743d4ea51f3cb64a730a172c2ff8f398c7918e8752a961467119837e1a19c920fda29e388ecac2042f714b201ac442
+DIST WormsReloaded_Linux_1381858841.sh 824797156 SHA256 3b266aff7e6abc6d2abf668cd6f26874b3c1d1d7f769b2b782e9b782eb78ed5d SHA512 b2f6bd0d9b4484380c1ed9058966d77ed77dff93f83f51b71948f738e0a123a7a268cee681f28682722cfc9a24e9da5a74ccbf3bd89f07bda57b2ba82330f072
diff --git a/games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild b/games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild
index c1d070b..2a35f58 100644
--- a/games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild
+++ b/games-strategy/worms-reloaded/worms-reloaded-20131016-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit desktop eutils multilib-minimal
+inherit desktop wrapper multilib-minimal
TS="1381858841"
@@ -15,10 +15,8 @@ RESTRICT="fetch strip"
LICENSE="all-rights-reserved"
SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
-DEPEND=""
RDEPEND="
media-libs/libsdl2[${MULTILIB_USEDEP}]
media-libs/openal[${MULTILIB_USEDEP}]
@@ -33,7 +31,7 @@ pkg_nofetch() {
einfo ""
einfo "Please buy and download \"${SRC_URI}\" from"
einfo "HumbleIndieBundle or ${HOMEPAGE}"
- einfo "and move/link it to \"${DISTDIR}\""
+ einfo "and move/link it to \"${PORTAGE_ACTUAL_DISTDIR}\""
einfo ""
}