From 50daff86f5a2261e052ff77d67ddc5792aa188c6 Mon Sep 17 00:00:00 2001 From: Vadim Misbakh-Soloviov Date: Mon, 15 Jan 2024 12:46:19 +0700 Subject: games-strategy/worms-reloaded: Migrated to EAPI8 Signed-off-by: Vadim Misbakh-Soloviov --- games-strategy/worms-reloaded/Manifest | 2 +- .../worms-reloaded/worms-reloaded-20131016-r1.ebuild | 12 +++++------- 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 "" } -- cgit v1.2.3-65-gdbad