From: "Michael Sterrett" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/quake2-data/
Date: Tue, 12 Jan 2016 07:47:52 +0000 (UTC) [thread overview]
Message-ID: <1452584857.e2e6074ae168a9700b9b9119f9672f43fc22a46a.mr_bones_@gentoo> (raw)
commit: e2e6074ae168a9700b9b9119f9672f43fc22a46a
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 07:01:44 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 07:47:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e6074a
games-fps/quake2-data: EAPI=5
Package-Manager: portage-2.2.26
games-fps/quake2-data/quake2-data-3.20.ebuild | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/games-fps/quake2-data/quake2-data-3.20.ebuild b/games-fps/quake2-data/quake2-data-3.20.ebuild
index 4bac1cd..985bad2 100644
--- a/games-fps/quake2-data/quake2-data-3.20.ebuild
+++ b/games-fps/quake2-data/quake2-data-3.20.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
+EAPI=5
inherit unpacker eutils cdrom games
DESCRIPTION="iD Software's Quake 2 ... the data files"
@@ -56,16 +56,15 @@ src_install() {
if use videos ; then
insinto "${GAMES_DATADIR}"/quake2/baseq2/video
- doins "${baseq2_cdpath}"/video/* || die "doins videos"
+ doins "${baseq2_cdpath}"/video/*
fi
insinto "${GAMES_DATADIR}"/quake2/baseq2
- doins "${baseq2_cdpath}"/pak0.pak || die "couldnt grab pak0.pak"
- doins baseq2/*.pak || die "couldnt grab release paks"
- doins baseq2/maps.lst || die "couldnt grab maps.lst"
+ doins "${baseq2_cdpath}"/pak0.pak
+ doins baseq2/*.pak baseq2/maps.lst
dodir "${GAMES_DATADIR}"/quake2/baseq2/players
cp -R "${baseq2_cdpath}"/players/* baseq2/players/* \
- "${D}/${GAMES_DATADIR}"/quake2/baseq2/players/ || die "couldnt grab player models"
+ "${D}/${GAMES_DATADIR}"/quake2/baseq2/players/ || die
for mod in ctf rogue xatrix ; do
if [[ -d ${baseq2_cdpath}/../${mod} ]] ; then
@@ -75,13 +74,13 @@ src_install() {
fi
if [[ -n $(ls "${baseq2_cdpath}"/../${mod}/*.pak 2>/dev/null) ]] ; then
insinto "${GAMES_DATADIR}"/quake2/${mod}
- doins "${baseq2_cdpath}"/../${mod}/*.pak || die "doins ${mod} pak"
+ doins "${baseq2_cdpath}"/../${mod}/*.pak
fi
fi
done
insinto "${GAMES_DATADIR}"/quake2/ctf
- doins ctf/*.{cfg,ico,pak} || die "couldnt grab ctf"
+ doins ctf/*.{cfg,ico,pak}
prepgamesdirs
}
next reply other threads:[~2016-01-12 7:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-12 7:47 Michael Sterrett [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-07 1:58 [gentoo-commits] repo/gentoo:master commit in: games-fps/quake2-data/ Sam James
2023-12-09 8:54 Ulrich Müller
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=1452584857.e2e6074ae168a9700b9b9119f9672f43fc22a46a.mr_bones_@gentoo \
--to=mr_bones_@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