diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-15 00:38:34 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-15 00:38:34 +0000 |
commit | 8f53235b7b3d72bed81c6d90e9159c5312719fbf (patch) | |
tree | 822fdc5fb8367af9b3c7ece24b0c35e2eec7b111 /games-fps/doom3-lms | |
parent | Marking stable on amd64/x86 as there's no code differences, just ebuild diffe... (diff) | |
download | gentoo-2-8f53235b7b3d72bed81c6d90e9159c5312719fbf.tar.gz gentoo-2-8f53235b7b3d72bed81c6d90e9159c5312719fbf.tar.bz2 gentoo-2-8f53235b7b3d72bed81c6d90e9159c5312719fbf.zip |
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.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-fps/doom3-lms')
-rw-r--r-- | games-fps/doom3-lms/ChangeLog | 10 | ||||
-rw-r--r-- | games-fps/doom3-lms/doom3-lms-3-r1.ebuild | 6 | ||||
-rw-r--r-- | games-fps/doom3-lms/doom3-lms-3.ebuild | 31 |
3 files changed, 10 insertions, 37 deletions
diff --git a/games-fps/doom3-lms/ChangeLog b/games-fps/doom3-lms/ChangeLog index 55c97dce7792..02e4f85b45c8 100644 --- a/games-fps/doom3-lms/ChangeLog +++ b/games-fps/doom3-lms/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/doom3-lms -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-lms/ChangeLog,v 1.7 2006/10/30 23:42:14 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-lms/ChangeLog,v 1.8 2008/02/15 00:38:34 wolf31o2 Exp $ + + 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> -doom3-lms-3.ebuild, + doom3-lms-3-r1.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-lms-3-r1 (30 Oct 2006) diff --git a/games-fps/doom3-lms/doom3-lms-3-r1.ebuild b/games-fps/doom3-lms/doom3-lms-3-r1.ebuild index d39f60b427be..e84e1ee9f1e4 100644 --- a/games-fps/doom3-lms/doom3-lms-3-r1.ebuild +++ b/games-fps/doom3-lms/doom3-lms-3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-lms/doom3-lms-3-r1.ebuild,v 1.1 2006/10/30 23:42:14 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-lms/doom3-lms-3-r1.ebuild,v 1.2 2008/02/15 00:38:34 wolf31o2 Exp $ MOD_DESC="add co-op support and/or play against swarms of unending monsters" MOD_NAME="Last Man Standing" @@ -13,8 +13,6 @@ SRC_URI="mirror://filefront/Doom_III/Hosted_Mods/Final_Releases/lms_${PV}_multip LICENSE="as-is" -KEYWORDS="~amd64 ~x86" - RDEPEND="games-fps/doom3" S=${WORKDIR} diff --git a/games-fps/doom3-lms/doom3-lms-3.ebuild b/games-fps/doom3-lms/doom3-lms-3.ebuild deleted file mode 100644 index ccbc86976fc4..000000000000 --- a/games-fps/doom3-lms/doom3-lms-3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-lms/doom3-lms-3.ebuild,v 1.4 2006/09/28 21:08:45 nyhm Exp $ - -inherit eutils games - -MOD="lms${PV}" -DESCRIPTION="Add co-op support and/or play against swarms of unending monsters" -HOMEPAGE="http://lms.d3files.com/" -SRC_URI="mirror://filefront/Doom_III/Hosted_Mods/Final_Releases/lms_${PV}_multiplatform.zip" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -RESTRICT="mirror strip" - -DEPEND="games-fps/doom3 - app-arch/unzip" - -S=${WORKDIR} - -src_install() { - insinto "${GAMES_PREFIX_OPT}"/doom3 - doins -r ${MOD} || die "doins failed" - - games_make_wrapper ${PN} "doom3 +set fs_game ${MOD}" - make_desktop_entry ${PN} "Doom III - Last Man Standing" doom3.png - - prepgamesdirs -} |