commit: 86eed2b0366903d4853721f5a2682365105cf3cf Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon May 3 09:02:08 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Tue Jun 8 04:18:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86eed2b0
games-action/noiz2sa: EAPI7, 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/noiz2sa/noiz2sa-0.51a-r1.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild b/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild index 1b014d024c7..0566f507637 100644 --- a/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild +++ b/games-action/noiz2sa/noiz2sa-0.51a-r1.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit user +EAPI=7 DESCRIPTION="Abstract Shooting Game" -HOMEPAGE="http://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html https://sourceforge.net/projects/noiz2sa/" +HOMEPAGE="https://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html https://sourceforge.net/projects/noiz2sa/" SRC_URI="mirror://sourceforge/noiz2sa/${P}.tar.gz" +S="${WORKDIR}/${PN}/src" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND=" >=dev-libs/libbulletml-0.0.3 @@ -19,8 +18,6 @@ DEPEND=" virtual/opengl" RDEPEND="${DEPEND}" -S=${WORKDIR}/${PN}/src - PATCHES=( "${FILESDIR}"/${P}-gcc41.patch "${FILESDIR}"/${P}-underlink.patch
