blob: cd7c42a135058250c2c11c81c52fedb074cfed6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2007 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.4 2007/01/10 19:34:51 wolf31o2 Exp $
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"
RDEPEND="${CATEGORY}/${GAME}
games-fps/ut2004-bonuspack-cbp1"
src_unpack() {
games-mods_src_unpack
rm -f unpack/Music/Soeren.ogg # cbp1 collision
}
|