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 | 6fcc1062985d88e95da445ea9e426e88f007f3b6 (patch) | |
tree | 82b594b078b79546216c3535456f1b4b2f2851b6 /games-fps | |
parent | Initial commit wrt #268530, thanks to Christopher Brannon. (diff) | |
download | historical-6fcc1062985d88e95da445ea9e426e88f007f3b6.tar.gz historical-6fcc1062985d88e95da445ea9e426e88f007f3b6.tar.bz2 historical-6fcc1062985d88e95da445ea9e426e88f007f3b6.zip |
EAPI=2; replace built_with_use with use-based deps
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/doom3-mitm/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/doom3-mitm/Manifest | 4 | ||||
-rw-r--r-- | games-fps/doom3-mitm/doom3-mitm-20060328.ebuild | 17 |
3 files changed, 13 insertions, 16 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/Manifest b/games-fps/doom3-mitm/Manifest index 5a45fb3c435f..f238d09de26a 100644 --- a/games-fps/doom3-mitm/Manifest +++ b/games-fps/doom3-mitm/Manifest @@ -1,4 +1,4 @@ DIST make_it_to_morning_03282k6.zip 74958805 RMD160 d41cf17e58d2fba6d769463ab61c87826c119232 SHA1 9977a5fd37f9aea30b9c9e72778f2508091e7855 SHA256 eecd430a439ee563be2fb1befe23788c2f9645ade5802d096d829fab23851234 -EBUILD doom3-mitm-20060328.ebuild 1431 RMD160 7f9ff0c67529a9b04d3d591863f8a325aca27bc7 SHA1 53a5e26325d842621488208a7baca550244a54bb SHA256 6b016a942a810e204512f1466c1ac229c024e893c697f9dfdb422cd5f528f714 -MISC ChangeLog 876 RMD160 ede7c92d88b50e6e188e31475dbfe2bbe72bca7d SHA1 b164a21d425befa4e071b02eb1fcb0e0694d6c7d SHA256 a74b5b0da984c2718bc834486788e8ddcb7e42086ab119352f22ea4ae58b977f +EBUILD doom3-mitm-20060328.ebuild 1266 RMD160 8955e5773907f10000630bce1c17382e4085c337 SHA1 af800dac9a93e4b9baaadac5d10df341de31b432 SHA256 a0670ca249b5b050936d8ef9eea0d1205615dadc0a57589c4fdf374562f51f40 +MISC ChangeLog 1019 RMD160 67e35995b6ed04be3242c5ff67d699bd9d0539fd SHA1 4d139dcf8402a51c2f93cb58660098f2b579295e SHA256 7eeaa533f28bbbadac6f9184cc655f79b590d5e3b7e1fe24b7d38d90d251734b MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 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 |