From b5940669b98a19626f689dadac025df7f5efad9c Mon Sep 17 00:00:00 2001 From: Vadim Misbakh-Soloviov Date: Mon, 15 Jan 2024 11:15:05 +0700 Subject: games-arcade/stealthbastarddeluxe: Migrated to EAPI8 Signed-off-by: Vadim Misbakh-Soloviov --- games-arcade/stealthbastarddeluxe/Manifest | 2 +- .../stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/games-arcade/stealthbastarddeluxe/Manifest b/games-arcade/stealthbastarddeluxe/Manifest index a7333b0..1c5546b 100644 --- a/games-arcade/stealthbastarddeluxe/Manifest +++ b/games-arcade/stealthbastarddeluxe/Manifest @@ -1 +1 @@ -DIST StealthBastardDeluxe_1.63.4_Linux_1371673270.tar.gz 119571280 SHA256 ddb487eb1462195f7f1f8d7318a1c1029a86260dc0e6f63154754b95455047fa SHA512 d02c1dc4aacac878ded3fbdd7379752dc3b0cd4e96c39072b7433d16be218a65d7454bdec8a4da00a2b38b5ab0554b394c78ed333731f1f6afbb0af9592d9de7 WHIRLPOOL 127d9b5f80b2d1f6f2d6a650a5e49bbe5d9e348973dd721976cf953e6e1d29b3fcce3c06a6d8d3ab2da889299e66bd0547eb226ae9841e742b85a75668621583 +DIST StealthBastardDeluxe_1.63.4_Linux_1371673270.tar.gz 119571280 SHA256 ddb487eb1462195f7f1f8d7318a1c1029a86260dc0e6f63154754b95455047fa SHA512 d02c1dc4aacac878ded3fbdd7379752dc3b0cd4e96c39072b7433d16be218a65d7454bdec8a4da00a2b38b5ab0554b394c78ed333731f1f6afbb0af9592d9de7 diff --git a/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild b/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild index 606e82e..c45cc41 100644 --- a/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.ebuild +++ b/games-arcade/stealthbastarddeluxe/stealthbastarddeluxe-1.63.4.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=1371673270 MY_PN=StealthBastardDeluxe @@ -14,8 +14,7 @@ SRC_URI="${MY_PN}_${PV}_Linux_${TS}.tar.gz" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" +KEYWORDS="~amd64 ~x86" RESTRICT="fetch strip" @@ -33,7 +32,7 @@ pkg_nofetch() { einfo "Please download ${A}" einfo "from your personal page in Humble Indie Bundle site" einfo "(http://www.humblebundle.com)" - einfo "and place it to ${DESTDIR}" + einfo "and place it to ${PORTAGE_ACTUAL_DESTDIR}" } src_install() { -- cgit v1.2.3-65-gdbad