summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Misbakh-Soloviov <mva@gentoo.org>2024-01-15 10:21:43 +0700
committerVadim Misbakh-Soloviov <mva@gentoo.org>2024-01-15 10:21:43 +0700
commitdfe1eaa98d66b6a6f63366b1d17f63b394c03ada (patch)
treeffca2a8a3bac336b5a374898a839d35f06930b63
parentgames-action/shadowgrounds-bin: migrate to EAPI8 (diff)
downloadgamerlay-dfe1eaa98d66b6a6f63366b1d17f63b394c03ada.tar.gz
gamerlay-dfe1eaa98d66b6a6f63366b1d17f63b394c03ada.tar.bz2
gamerlay-dfe1eaa98d66b6a6f63366b1d17f63b394c03ada.zip
games-action/shadowgrounds-survivor-bin: migrate to EAPI8
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
-rw-r--r--games-action/shadowgrounds-survivor-bin/Manifest1
-rw-r--r--games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-1-r1.ebuild15
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."
}