commit: f281db799bac9d613cfede90247b14999b5376ac
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 22:38:11 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 06:48:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f281db79
games-fps/doom3-mitm: EAPI=5
Package-Manager: portage-2.2.26
games-fps/doom3-mitm/doom3-mitm-20070129.ebuild | 8 ++++----
1 file 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 1d0523c..f00fa71 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
}