diff options
author | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2024-01-15 09:52:14 +0700 |
---|---|---|
committer | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2024-01-15 09:52:14 +0700 |
commit | 326ad3cff7a6c5fc3f2579099b89d6bea21186e7 (patch) | |
tree | 6d72c670054190048acd5e56e5d12f061a365c42 /games-action/fieldrunners/fieldrunners-1.0.0-r1.ebuild | |
parent | games-action/deadlysoccerball: migrate to EAPI8 (diff) | |
download | gamerlay-326ad3cff7a6c5fc3f2579099b89d6bea21186e7.tar.gz gamerlay-326ad3cff7a6c5fc3f2579099b89d6bea21186e7.tar.bz2 gamerlay-326ad3cff7a6c5fc3f2579099b89d6bea21186e7.zip |
games-action/fieldrunners: migrate to EAPI8
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
Diffstat (limited to 'games-action/fieldrunners/fieldrunners-1.0.0-r1.ebuild')
-rw-r--r-- | games-action/fieldrunners/fieldrunners-1.0.0-r1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games-action/fieldrunners/fieldrunners-1.0.0-r1.ebuild b/games-action/fieldrunners/fieldrunners-1.0.0-r1.ebuild index e736de4..87fb3d4 100644 --- a/games-action/fieldrunners/fieldrunners-1.0.0-r1.ebuild +++ b/games-action/fieldrunners/fieldrunners-1.0.0-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 +inherit desktop wrapper TIMESTAMP_x86="1346296515" TIMESTAMP_amd64="1346776333" @@ -13,9 +13,8 @@ HOMEPAGE="http://subatomicstudios.com/games/fieldrunners/" SLOT="0" LICENSE="all-rights-reserved" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="~amd64 ~x86" RESTRICT="fetch strip" -IUSE="" SRC_URI=" x86? ( ${P}-32bit-${TIMESTAMP_x86}.tar.gz ) @@ -52,7 +51,7 @@ DOCS=( README ) pkg_nofetch() { ewarn - ewarn "Place ${A} to ${DISTDIR}" + ewarn "Please, fetch the package from HB and place it to ${PORTAGE_ACTUAL_DISTDIR}/${A}" ewarn } |