From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC9E81382C5 for ; Tue, 8 Jun 2021 04:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EDA8E087C; Tue, 8 Jun 2021 04:19:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D094E087C for ; Tue, 8 Jun 2021 04:19:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B152340D94 for ; Tue, 8 Jun 2021 04:19:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D03B07A6 for ; Tue, 8 Jun 2021 04:19:54 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1623125936.4f693ead17e01f8094087c7d02f98d25a1ac5a8d.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/powermanga/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/powermanga/powermanga-0.93.1-r1.ebuild X-VCS-Directories: games-action/powermanga/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 4f693ead17e01f8094087c7d02f98d25a1ac5a8d X-VCS-Branch: master Date: Tue, 8 Jun 2021 04:19:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 030e5513-558f-4e17-bbae-5aa6b95ec093 X-Archives-Hash: e1194668795b3e16c8b6b6404d309524 commit: 4f693ead17e01f8094087c7d02f98d25a1ac5a8d Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon May 3 09:08:45 2021 +0000 Commit: Ionen Wolkens gentoo 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 levelnine.at> Signed-off-by: Ionen Wolkens 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]