Portage is a package management system used by Gentoo Linux
# 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 $
29 Feb 2008; Carsten Lohrke
Remove icon extension from desktop entry to match Icon Theme Specification.
15 Feb 2008; Chris Gianelloni
doom3-mitm-20060328.ebuild:
Marking stable on amd64/x86 as there's no code differences, just ebuild
differences, and this has been in the tree for a long time with no bugs
filed.
*doom3-mitm-20060328 (15 Nov 2006)
15 Nov 2006; Chris Gianelloni
+doom3-mitm-20060328.ebuild:
Initial import. Ebuild by Paul Bredbury
new games-mods eclass by me. Closing bug #129130.
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
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2008 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 $
MOD_DESC="single-player map trilogy"
MOD_NAME="Make it to Morning"
MOD_DIR="mitm"
inherit eutils versionator games games-mods
# End up with MY_PV=03282k6
DATE=$(get_version_component_range 1-1)
MY_PV=${DATE:4:4}-${DATE:0:4}
MY_PV=${MY_PV/-2006/2k6}
HOMEPAGE="http://www.makeittomorning.co.uk"
SRC_URI="mirror://filefront/Doom_III/Resurrection_of_Evil/Maps/Single_Player/make_it_to_morning_${MY_PV}.zip"
LICENSE="as-is"
RDEPEND="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
mv "MITM Readme.txt" README.MITM
mv mitm.pk4 mitm
}
src_install() {
games-mods_src_install
games_make_wrapper ${PN} \
"doom3 +set fs_game ${MOD_DIR} +set fs_game_base d3xp +map mitm"
make_desktop_entry ${PN} "Doom III - Make it to Morning (1)" doom3
local n
for n in {2,3} ; do
games_make_wrapper ${PN}${n} \
"doom3 +set fs_game ${MOD_DIR} +set fs_game_base d3xp +map mitm${n}"
make_desktop_entry ${PN}${n} \
"Doom III - Make it to Morning (${n})" doom3
done
}