commit: 02ec8e1bc5786388d442deb7136ec8ddc4d785e8 Author: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org> AuthorDate: Mon Jan 15 03:47:47 2024 +0000 Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org> CommitDate: Mon Jan 15 03:47:47 2024 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=02ec8e1b
games-arcade/metalslug3: Magrated to EAPI8 Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org> games-arcade/metalslug3/metadata.xml | 3 --- games-arcade/metalslug3/metalslug3-2014.06.09.ebuild | 11 +++++------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/games-arcade/metalslug3/metadata.xml b/games-arcade/metalslug3/metadata.xml index ab5b6a0..097975e 100644 --- a/games-arcade/metalslug3/metadata.xml +++ b/games-arcade/metalslug3/metadata.xml @@ -1,7 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<longdescription lang="en"> -Famous 2D shooting game -</longdescription> </pkgmetadata> diff --git a/games-arcade/metalslug3/metalslug3-2014.06.09.ebuild b/games-arcade/metalslug3/metalslug3-2014.06.09.ebuild index 3008584..e13f448 100644 --- a/games-arcade/metalslug3/metalslug3-2014.06.09.ebuild +++ b/games-arcade/metalslug3/metalslug3-2014.06.09.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 eutils unpacker +inherit desktop wrapper unpacker DESCRIPTION="Famous 2D shooting game" HOMEPAGE="http://www.snkplaymore.co.jp/us/games/steam/metalslug3/" @@ -13,8 +13,7 @@ RESTRICT="fetch strip" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" +KEYWORDS="~amd64 ~x86" DEPEND="app-arch/unzip" RDEPEND=" @@ -29,7 +28,7 @@ pkg_nofetch() { einfo "" einfo "Please buy and download \"${SRC_URI}\" from" einfo "HumbleIndieBundle or ${HOMEPAGE}" - einfo "and move/link it to \"${DISTDIR}\"" + einfo "and move/link it to \"${PORTAGE_ACTUAL_DISTDIR}\"" einfo "" }
