summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-10-10 19:41:17 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-10-10 19:41:17 +0000
commitd03d119c24bbefa3428f5bf989e0cca6675d6f68 (patch)
tree5dd7b7d8ace40b86ca1617c6d8fec7e6d25fec3e /games-fps
parentrm (diff)
downloadgentoo-2-d03d119c24bbefa3428f5bf989e0cca6675d6f68.tar.gz
gentoo-2-d03d119c24bbefa3428f5bf989e0cca6675d6f68.tar.bz2
gentoo-2-d03d119c24bbefa3428f5bf989e0cca6675d6f68.zip
rm
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild
deleted file mode 100644
index 857398b36896..000000000000
--- a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild,v 1.7 2009/10/04 14:18:34 nyhm Exp $
-
-EAPI=2
-
-MOD_DESC="Community Bonus Pack 2 volumes 1 and 2"
-MOD_NAME="Community Bonus Pack 2 volumes 1 and 2"
-MOD_TBZ2="cbp2_volume1 cbp2_volume2"
-
-inherit games games-mods
-
-HOMEPAGE="http://www.planetunreal.com/cbp/"
-SRC_URI="mirror://liflg/cbp2_volume1-multilanguage.run
- mirror://liflg/cbp2_volume2-multilanguage.run"
-
-LICENSE="freedist"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="games-fps/ut2004-bonuspack-cbp1"
-
-src_unpack() {
- games-mods_src_unpack
- rm -f unpack/Music/Soeren.ogg # cbp1 collision
-}