summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-11 17:38:11 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 01:48:08 -0500
commitf281db799bac9d613cfede90247b14999b5376ac (patch)
treef4269f001c34b82880e71bd7c363a510248555f9 /games-fps
parentgames-fps/doom3-roe: EAPI=5 (diff)
downloadgentoo-f281db799bac9d613cfede90247b14999b5376ac.tar.gz
gentoo-f281db799bac9d613cfede90247b14999b5376ac.tar.bz2
gentoo-f281db799bac9d613cfede90247b14999b5376ac.zip
games-fps/doom3-mitm: EAPI=5
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/doom3-mitm/doom3-mitm-20070129.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild
index 1d0523ce7e94..f00fa71844e9 100644
--- a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild
+++ b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
+EAPI=5
MOD_DESC="Single player maps"
MOD_NAME="Make it to Morning"
@@ -21,13 +21,13 @@ RDEPEND="games-fps/doom3-roe
games-fps/doom3[opengl,roe]"
src_unpack() {
- mkdir mitm
- cd mitm
+ mkdir mitm || die
+ cd mitm || die
unpack ${A}
}
src_prepare() {
- cd mitm
+ cd mitm || die
mv -f MITM*.txt mitm.txt || die
mv -f Mitm5*.txt mitm5.txt || die
}