Skip to content

Commit

Permalink
games-action/beathazardultra: port to EAPI 7, eutils--, desktop++, wr…
Browse files Browse the repository at this point in the history
…apper++

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 4, 2021
1 parent 9bd4212 commit 92d9e6f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions games-action/beathazardultra/beathazardultra-20130308-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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? (
Expand All @@ -45,8 +48,6 @@ RDEPEND="
)
)"

S=${WORKDIR}/data

pkg_nofetch() {
einfo "Please buy & download ${SRC_URI} from:"
einfo " ${HOMEPAGE}"
Expand Down

0 comments on commit 92d9e6f

Please sign in to comment.