summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 00:33:29 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 00:33:29 +0000
commit7813dde4aca805092b6ab222228e189834b88063 (patch)
tree3683f9d01b752e56a69507bd9d05964071da9936 /games-fps/doom3-ducttape
parentMarking stable on amd64/x86 as there's no code differences, just ebuild diffe... (diff)
downloadgentoo-2-7813dde4aca805092b6ab222228e189834b88063.tar.gz
gentoo-2-7813dde4aca805092b6ab222228e189834b88063.tar.bz2
gentoo-2-7813dde4aca805092b6ab222228e189834b88063.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-ducttape')
-rw-r--r--games-fps/doom3-ducttape/ChangeLog10
-rw-r--r--games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild6
-rw-r--r--games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild29
3 files changed, 10 insertions, 35 deletions
diff --git a/games-fps/doom3-ducttape/ChangeLog b/games-fps/doom3-ducttape/ChangeLog
index 8a031df3b3a1..23e29db866fe 100644
--- a/games-fps/doom3-ducttape/ChangeLog
+++ b/games-fps/doom3-ducttape/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-fps/doom3-ducttape
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/ChangeLog,v 1.4 2006/10/30 21:13:27 wolf31o2 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/ChangeLog,v 1.5 2008/02/15 00:33:29 wolf31o2 Exp $
+
+ 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ -doom3-ducttape-0006.ebuild, doom3-ducttape-0006-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-ducttape-0006-r1 (30 Oct 2006)
diff --git a/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild b/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild
index 310da68aebc8..02d9f00e1df9 100644
--- a/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild
+++ b/games-fps/doom3-ducttape/doom3-ducttape-0006-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-ducttape/doom3-ducttape-0006-r1.ebuild,v 1.1 2006/10/30 21:13:27 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild,v 1.2 2008/02/15 00:33:29 wolf31o2 Exp $
MOD_DESC="sticks flashlights to your machinegun and shotgun"
MOD_NAME="Duct Tape"
@@ -13,8 +13,6 @@ SRC_URI="http://ducttape.glenmurphy.com/ducttape${PV}.zip"
LICENSE="as-is"
-KEYWORDS="-* ~amd64 ~x86"
-
RDEPEND="games-fps/doom3"
S=${WORKDIR}
diff --git a/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild b/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild
deleted file mode 100644
index 0a6819fbb8fa..000000000000
--- a/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild
+++ /dev/null
@@ -1,29 +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-ducttape/doom3-ducttape-0006.ebuild,v 1.4 2006/03/20 00:02:07 halcy0n Exp $
-
-inherit games
-
-DESCRIPTION="sticks flashlights to your machinegun and shotgun"
-HOMEPAGE="http://ducttape.glenmurphy.com/"
-SRC_URI="http://ducttape.glenmurphy.com/ducttape${PV}.zip"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE=""
-
-RDEPEND="games-fps/doom3"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S="${WORKDIR}"
-
-src_install() {
- insinto "${GAMES_PREFIX_OPT}"/doom3/base
- doins pak008.pk4 || die "doins failed"
- insinto "${GAMES_PREFIX_OPT}"/doom3/d3xp
- doins pak002.pk4 || die "doins failed"
- newins readme.txt ${PN}-readme.txt
- prepgamesdirs
-}