From dfe1eaa98d66b6a6f63366b1d17f63b394c03ada Mon Sep 17 00:00:00 2001 From: Vadim Misbakh-Soloviov Date: Mon, 15 Jan 2024 10:21:43 +0700 Subject: games-action/shadowgrounds-survivor-bin: migrate to EAPI8 Signed-off-by: Vadim Misbakh-Soloviov --- games-action/shadowgrounds-survivor-bin/Manifest | 1 - .../shadowgrounds-survivor-bin-1-r1.ebuild | 15 ++++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/games-action/shadowgrounds-survivor-bin/Manifest b/games-action/shadowgrounds-survivor-bin/Manifest index af09a8e..dec34bc 100644 --- a/games-action/shadowgrounds-survivor-bin/Manifest +++ b/games-action/shadowgrounds-survivor-bin/Manifest @@ -1,2 +1 @@ DIST survivorUpdate1.run 1157907155 SHA256 f39b9840260a9686f6d4ca4d030ad81f487654c8ba4b163c5de1a95b4d0487e7 SHA512 59c911382d120b0b45dd8dc21f5fdeb78b59155514a422c587fba9970a73b46238b170e3e80810e0fc5a6b5dedbb069ec3d2e2a552657eb5bfc101736a0afc36 - diff --git a/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-1-r1.ebuild b/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-1-r1.ebuild index 84c5440..c583b3c 100644 --- a/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-1-r1.ebuild +++ b/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-1-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 unpacker +inherit desktop wrapper multilib-minimal unpacker DESCRIPTION="human survivors who battle against the ongoing alien onslaught" HOMEPAGE="http://shadowgroundsgame.com/survivor/" @@ -11,14 +11,11 @@ SRC_URI="survivorUpdate${PV}.run" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" +KEYWORDS="~amd64 ~x86" RESTRICT="fetch strip" DEPEND="app-arch/unzip" -RDEPEND=">=sys-libs/glibc-2.4 - >=sys-devel/gcc-4.3.0 - gnome-base/libglade[${MULTILIB_USEDEP}]" +RDEPEND="gnome-base/libglade[${MULTILIB_USEDEP}]" S="${WORKDIR}" @@ -27,7 +24,7 @@ QA_TEXTRELS_x86="`echo ${d#/}/lib32/lib{avcodec.so.51,avformat.so.52,avutil.so.4 QA_TEXTRELS_amd64="${QA_TEXTRELS_x86}" pkg_nofetch() { - einfo "Fetch ${SRC_URI} and put it into ${DISTDIR}" + einfo "Fetch ${SRC_URI} and put it into ${PORTAGE_ACTUAL_DISTDIR}" einfo "See http://www.humblebundle.com/ for more info." } -- cgit v1.2.3-65-gdbad