From 92d9e6f05fd82c44ced4afcea8a6aded4572dee3 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 4 Apr 2021 08:02:39 +0000 Subject: games-action/beathazardultra: port to EAPI 7, eutils--, desktop++, wrapper++ Signed-off-by: Sam James --- .../beathazardultra/beathazardultra-20130308-r2.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'games-action') diff --git a/games-action/beathazardultra/beathazardultra-20130308-r2.ebuild b/games-action/beathazardultra/beathazardultra-20130308-r2.ebuild index 5fac7e01ec0f..81694be9ca6e 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}" -- cgit v1.2.3-65-gdbad