games-fps/doom3-mitm: EAPI=5
authorMichael Sterrett <mr_bones_@gentoo.org>
Mon, 11 Jan 2016 22:38:11 +0000 (17:38 -0500)
committerMichael Sterrett <mr_bones_@gentoo.org>
Tue, 12 Jan 2016 06:48:08 +0000 (01:48 -0500)
Package-Manager: portage-2.2.26

games-fps/doom3-mitm/doom3-mitm-20070129.ebuild

index 1d0523ce7e940b0e8b140dc89191fabd80ff7e96..f00fa71844e9d986e131f2c4100e0a85c34a49b2 100644 (file)
@@ -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
 }