commit: 4f693ead17e01f8094087c7d02f98d25a1ac5a8d Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon May 3 09:08:45 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Tue Jun 8 04:18:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f693ead
games-action/powermanga: EAPI7, eclass improvements Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-action/powermanga/powermanga-0.93.1-r1.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/games-action/powermanga/powermanga-0.93.1-r1.ebuild b/games-action/powermanga/powermanga-0.93.1-r1.ebuild index ff47efa5ea3..c24c2b8692a 100644 --- a/games-action/powermanga/powermanga-0.93.1-r1.ebuild +++ b/games-action/powermanga/powermanga-0.93.1-r1.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit autotools desktop eutils +EAPI=7 -DESCRIPTION="An arcade 2D shoot-em-up game" -HOMEPAGE="http://linux.tlk.fr/" -SRC_URI="http://linux.tlk.fr/games/Powermanga/download/${P}.tgz" +inherit autotools desktop wrapper -LICENSE="GPL-3" +DESCRIPTION="Arcade 2D shoot-em-up game" +HOMEPAGE="https://linux.tlk.fr/" +SRC_URI="https://linux.tlk.fr/games/Powermanga/download/${P}.tgz" + +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="acct-group/gamestat >=media-libs/libsdl-1.2[sound,joystick,video]
