summaryrefslogtreecommitdiff
path: root/games-arcade/dynamitejack
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /games-arcade/dynamitejack
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'games-arcade/dynamitejack')
-rw-r--r--games-arcade/dynamitejack/Manifest2
-rw-r--r--games-arcade/dynamitejack/dynamitejack-1.0.23-r2.ebuild (renamed from games-arcade/dynamitejack/dynamitejack-1.0.23-r1.ebuild)19
2 files changed, 11 insertions, 10 deletions
diff --git a/games-arcade/dynamitejack/Manifest b/games-arcade/dynamitejack/Manifest
index 723b7ab79c49..8fedd29620a3 100644
--- a/games-arcade/dynamitejack/Manifest
+++ b/games-arcade/dynamitejack/Manifest
@@ -1,3 +1,3 @@
DIST dynamitejack-1.0.23.tgz 54195417 BLAKE2B 5cb659be0a76617c6a09c2dd696daaaa23ec9d24918a842e1dcc2e5b294c4e4c19f80f4dff92a5e539469a048bda2f1f61f9240569f8c0d2fc8e0e2147b55d39 SHA512 57897194244ded8d41ef0e7704fd973a58fe52dbc01b7dceed2a47694f7cc3e75d732547532bc7be4dd7d510572dedb85188da413b5857f52182799427243c4d
-EBUILD dynamitejack-1.0.23-r1.ebuild 1727 BLAKE2B b9f47388e66fdb327e4889a845d71bec4fe4367c75c6c764fd9a65c61bed8774e0397108fc2c22d19933a7452687e13451431fd0aa6c9c2187ebde7abcc8a982 SHA512 3b4562ea770ebdae5feedcce86a141e1f469321a22a2c6f558af293916bf2d989409ec799bf413ae1b58b3dbbae3e504e20beaeaee73c8ea615e0912cd21223a
+EBUILD dynamitejack-1.0.23-r2.ebuild 1699 BLAKE2B 59ebda4b43ed737a0eeab6b682504d121ca211555f8c30ac612bfcde82c3dc9e101b46afedfda7dfafae747ae4de379b1bcd49365cf8f442ce07446d0c1da3e3 SHA512 0c1f46c310c377b46d3281abd65421468e574aa1b43eac4974c7607724a02057499b73731b44870f5bca97ef68860642999015d5293b755c1daf78f4bb5c273a
MISC metadata.xml 253 BLAKE2B 443ca9c8d4f6801169382e87a0ecd1385c56e65229209e7200f9d313ef380e92ae8d7dc3c38e5989a4166289f22607a20b1e13bb960fff6b3d9f78629d8ab020 SHA512 61c4689cbc649d84a00be211b7b5b98dd03e1d3f813eff370df549f2998cd4343f391c18b57cf20e4a8f4dd2311e3bfa04eb60f356f2bbac78f0b68f5091f254
diff --git a/games-arcade/dynamitejack/dynamitejack-1.0.23-r1.ebuild b/games-arcade/dynamitejack/dynamitejack-1.0.23-r2.ebuild
index 9929eac3aad0..17044c67a9d9 100644
--- a/games-arcade/dynamitejack/dynamitejack-1.0.23-r1.ebuild
+++ b/games-arcade/dynamitejack/dynamitejack-1.0.23-r2.ebuild
@@ -1,22 +1,24 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# TODO: icon
-EAPI=5
-inherit eutils games
+EAPI=7
+
+inherit desktop wrapper
DESCRIPTION="A stealth game with bombs in glorious 2D"
HOMEPAGE="http://www.galcon.com/dynamitejack/"
SRC_URI="${P}.tgz"
+S="${WORKDIR}"/${PN}
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
+
RESTRICT="bindist fetch splitdebug"
-MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN}
+MYGAMEDIR=/opt/${PN}
QA_PREBUILT="${MYGAMEDIR#/}/bin/*"
# linked to pulseaudio
@@ -40,8 +42,6 @@ RDEPEND="
>=x11-libs/libXi-1.7.2[abi_x86_32(-)]
>=x11-libs/libXtst-1.2.1-r1[abi_x86_32(-)]"
-S=${WORKDIR}/${PN}
-
pkg_nofetch() {
einfo "Please buy & download ${SRC_URI} from:"
einfo " ${HOMEPAGE}"
@@ -49,6 +49,8 @@ pkg_nofetch() {
}
src_prepare() {
+ default
+
rm run_me || die
mv LINUX.txt "${T}"/ || die
}
@@ -59,9 +61,8 @@ src_install() {
insinto "${MYGAMEDIR}"
doins -r *
- games_make_wrapper ${PN} "./main" "${MYGAMEDIR}/bin"
+ make_wrapper ${PN} "./main" "${MYGAMEDIR}/bin"
make_desktop_entry ${PN}
fperms +x "${MYGAMEDIR}"/bin/main
- prepgamesdirs
}