commit: 92d9e6f05fd82c44ced4afcea8a6aded4572dee3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 4 08:02:39 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 4 08:12:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d9e6f0
games-action/beathazardultra: port to EAPI 7, eutils--, desktop++, wrapper++ Signed-off-by: Sam James <sam <AT> gentoo.org> .../beathazardultra/beathazardultra-20130308-r2.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/games-action/beathazardultra/beathazardultra-20130308-r2.ebuild b/games-action/beathazardultra/beathazardultra-20130308-r2.ebuild index 5fac7e01ec0..81694be9ca6 100644 --- a/games-action/beathazardultra/beathazardultra-20130308-r2.ebuild +++ b/games-action/beathazardultra/beathazardultra-20130308-r2.ebuild @@ -1,24 +1,27 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: unbundle allegro[gtk...] (no multilib on amd64 and 5.0.9 soname) -EAPI=6 -inherit eutils unpacker +EAPI=7 + +inherit desktop wrapper unpacker DESCRIPTION="Intense music-driven arcade shooter powered by your music" HOMEPAGE="http://www.coldbeamgames.com/" SRC_URI="beathazard-installer_03-08-13" +S="${WORKDIR}"/data LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="bundled-libs" + RESTRICT="bindist fetch splitdebug" QA_PREBUILT="/opt/${PN}/BeatHazard_Linux2 /opt/${PN}/hge_lib/*" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RDEPEND=" virtual/opengl amd64? ( @@ -45,8 +48,6 @@ RDEPEND=" ) )" -S=${WORKDIR}/data - pkg_nofetch() { einfo "Please buy & download ${SRC_URI} from:" einfo " ${HOMEPAGE}"
