diff options
author | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2024-01-15 10:19:44 +0700 |
---|---|---|
committer | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2024-01-15 10:19:44 +0700 |
commit | 1eb62193a577f30769f2780258a1a6286d27dc21 (patch) | |
tree | 56b4a33eb14f3e7bca893efa735fbaaa576481ef /games-action | |
parent | games-action/rochard: migrate to EAPI8 (diff) | |
download | gamerlay-1eb62193a577f30769f2780258a1a6286d27dc21.tar.gz gamerlay-1eb62193a577f30769f2780258a1a6286d27dc21.tar.bz2 gamerlay-1eb62193a577f30769f2780258a1a6286d27dc21.zip |
games-action/shadowgrounds-bin: migrate to EAPI8
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/shadowgrounds-bin/shadowgrounds-bin-1.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/games-action/shadowgrounds-bin/shadowgrounds-bin-1.ebuild b/games-action/shadowgrounds-bin/shadowgrounds-bin-1.ebuild index e082cef..c4c745b 100644 --- a/games-action/shadowgrounds-bin/shadowgrounds-bin-1.ebuild +++ b/games-action/shadowgrounds-bin/shadowgrounds-bin-1.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="an epic action experience combining modern technology with addictive playability" HOMEPAGE="http://shadowgroundsgame.com/" @@ -11,14 +11,11 @@ SRC_URI="shadowgroundsUpdate${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}/${A}" einfo "See http://www.humblebundle.com/ or LinuxGamePublishing for more info." } |