From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/fakk2/
Date: Sun, 4 Apr 2021 08:14:14 +0000 (UTC) [thread overview]
Message-ID: <1617523984.a3ecc3497d6a64d745fde6635fed8f552982c71a.sam@gentoo> (raw)
commit: a3ecc3497d6a64d745fde6635fed8f552982c71a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 08:08:13 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 08:13:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ecc349
games-action/fakk2: port to EAPI 7, eutils--, desktop++, wrapper++
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-action/fakk2/fakk2-1.02-r1.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/games-action/fakk2/fakk2-1.02-r1.ebuild b/games-action/fakk2/fakk2-1.02-r1.ebuild
index f7e669e552d..1a6244a87e0 100644
--- a/games-action/fakk2/fakk2-1.02-r1.ebuild
+++ b/games-action/fakk2/fakk2-1.02-r1.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit eutils cdrom
+EAPI=7
+
+inherit cdrom desktop wrapper
DESCRIPTION="3D third-person action shooter based on the Heavy Metal comics/movies"
HOMEPAGE="http://www.lokigames.com/products/fakk2/"
SRC_URI=""
+S="${WORKDIR}"
LICENSE="LOKI-EULA"
SLOT="0"
@@ -16,8 +18,6 @@ RESTRICT="strip bindist"
RDEPEND="virtual/opengl"
-S=${WORKDIR}
-
dir=/opt/${PN}
Ddir=${D}/${dir}
@@ -45,7 +45,7 @@ src_install() {
# Now, since these files are coming off a cd, the times/sizes/md5sums won't
# be different ... that means portage will try to unmerge some files (!)
# So, we run touch on ${D} to make sure portage doesn't do any such thing
- find "${Ddir}" -exec touch '{}' \;
+ find "${Ddir}" -exec touch '{}' \; || die
make_wrapper ${PN} ./${PN} "${dir}" "${dir}"
newicon ${CDROM_ROOT}/icon.xpm ${PN}.xpm
next reply other threads:[~2021-04-04 8:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-04 8:14 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-05-31 8:24 [gentoo-commits] repo/gentoo:master commit in: games-action/fakk2/ Ulrich Müller
2017-01-24 23:40 Austin English
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1617523984.a3ecc3497d6a64d745fde6635fed8f552982c71a.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox