commit:     d4ac942979b8f984cd54800b289ac321aad39c56
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 07:47:20 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 07:47:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ac9429

games-fps/quake4-data: EAPI=5

Package-Manager: portage-2.2.26

 games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild 
b/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild
index 7170bd9..ef5c5c2 100644
--- a/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild
+++ b/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
 inherit eutils cdrom games
 
 DESCRIPTION="sequel to Quake 2, an id 3D first-person shooter"
@@ -32,20 +33,16 @@ src_install() {
        insinto "${dir}"/q4base
        einfo "Copying files from Disk 1..."
        doins "${CDROM_ROOT}"/Setup/Data/q4base/pak01{0,1,2}.pk4 \
-               "${CDROM_ROOT}"/Setup/Data/q4base/zpak*.pk4 \
-               || die "copying pak010->pak012 and zpack*"
+               "${CDROM_ROOT}"/Setup/Data/q4base/zpak*.pk4
        cdrom_load_next_cd
        einfo "Copying files from Disk 2..."
-       doins "${CDROM_ROOT}"/Setup/Data/q4base/pak00{1,2,3}.pk4 \
-               || die "copying pak001->pak003"
+       doins "${CDROM_ROOT}"/Setup/Data/q4base/pak00{1,2,3}.pk4
        cdrom_load_next_cd
        einfo "Copying files from Disk 3..."
-       doins "${CDROM_ROOT}"/Setup/Data/q4base/pak00{4,5,6}.pk4 \
-               || die "copying pak004->pak006"
+       doins "${CDROM_ROOT}"/Setup/Data/q4base/pak00{4,5,6}.pk4
        cdrom_load_next_cd
        einfo "Copying files from Disk 4..."
-       doins "${CDROM_ROOT}"/Setup/Data/q4base/pak00{7,8,9}.pk4 \
-               || die "copying pak007->pak009"
+       doins "${CDROM_ROOT}"/Setup/Data/q4base/pak00{7,8,9}.pk4
 
        find "${Ddir}" -exec touch '{}' +
 

Reply via email to