diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-24 20:14:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-24 20:14:21 +0000 |
commit | 98f212dea88ea09311dbdf2ecfe7c7a881da0c4b (patch) | |
tree | b249db2fbac8e2ba2aa64f65802ef1fc8b6436c4 /games-fps/doom3-mitm | |
parent | Initial commit wrt #268530, thanks to Christopher Brannon. (diff) | |
download | gentoo-2-98f212dea88ea09311dbdf2ecfe7c7a881da0c4b.tar.gz gentoo-2-98f212dea88ea09311dbdf2ecfe7c7a881da0c4b.tar.bz2 gentoo-2-98f212dea88ea09311dbdf2ecfe7c7a881da0c4b.zip |
EAPI=2; replace built_with_use with use-based deps
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-fps/doom3-mitm')
-rw-r--r-- | games-fps/doom3-mitm/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/doom3-mitm/doom3-mitm-20060328.ebuild | 17 |
2 files changed, 11 insertions, 14 deletions
diff --git a/games-fps/doom3-mitm/ChangeLog b/games-fps/doom3-mitm/ChangeLog index 2ca84e61cfe2..1497b6461236 100644 --- a/games-fps/doom3-mitm/ChangeLog +++ b/games-fps/doom3-mitm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/doom3-mitm -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-mitm/ChangeLog,v 1.3 2008/02/29 19:16:57 carlo Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-mitm/ChangeLog,v 1.4 2009/07/24 20:14:21 mr_bones_ Exp $ + + 24 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org> + doom3-mitm-20060328.ebuild: + EAPI=2; replace built_with_use with use-based deps 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> doom3-mitm-20060328.ebuild: Remove icon extension from desktop entry to match Icon Theme Specification. diff --git a/games-fps/doom3-mitm/doom3-mitm-20060328.ebuild b/games-fps/doom3-mitm/doom3-mitm-20060328.ebuild index aac8e0323399..45af829b6b05 100644 --- a/games-fps/doom3-mitm/doom3-mitm-20060328.ebuild +++ b/games-fps/doom3-mitm/doom3-mitm-20060328.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-mitm/doom3-mitm-20060328.ebuild,v 1.4 2008/02/29 19:16:57 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-mitm/doom3-mitm-20060328.ebuild,v 1.5 2009/07/24 20:14:21 mr_bones_ Exp $ +EAPI=2 MOD_DESC="single-player map trilogy" MOD_NAME="Make it to Morning" MOD_DIR="mitm" @@ -18,19 +19,11 @@ SRC_URI="mirror://filefront/Doom_III/Resurrection_of_Evil/Maps/Single_Player/mak LICENSE="as-is" -RDEPEND="games-fps/doom3-roe" +RDEPEND="games-fps/doom3-roe + games-fps/doom3[roe]" S=${WORKDIR} -pkg_setup() { - games-mods_pkg_setup - if ! built_with_use games-fps/doom3 roe - then - eerror "You need to install games-fps/doom3 with the roe USE flag." - die "Needs USE=roe games-fps/doom3" - fi -} - src_unpack() { games-mods_src_unpack mkdir -p mitm |