diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 08:02:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 08:12:58 +0000 |
commit | 92d9e6f05fd82c44ced4afcea8a6aded4572dee3 (patch) | |
tree | 2114b09ceee4835f6a2a2b093885b1b49b535392 /games-action | |
parent | dev-texlive: add TeXLive 2021 (diff) | |
download | gentoo-92d9e6f05fd82c44ced4afcea8a6aded4572dee3.tar.gz gentoo-92d9e6f05fd82c44ced4afcea8a6aded4572dee3.tar.bz2 gentoo-92d9e6f05fd82c44ced4afcea8a6aded4572dee3.zip |
games-action/beathazardultra: port to EAPI 7, eutils--, desktop++, wrapper++
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/beathazardultra/beathazardultra-20130308-r2.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
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}" |