summaryrefslogtreecommitdiff
path: root/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild')
-rw-r--r--games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild
new file mode 100644
index 000000000000..d1d4cee91dde
--- /dev/null
+++ b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MOD_DESC="Community Bonus Pack 2 Vol 1 and 2"
+MOD_NAME="Community Bonus Pack 2 Vol 1 and 2"
+
+inherit games games-mods
+
+HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004"
+SRC_URI="https://ut.rushbase.net/beyondunreal/official/ut2004/cbp2-volume1_zip.zip
+ https://ut.rushbase.net/beyondunreal/official/ut2004/cbp2-volume2_zip.zip"
+
+LICENSE="freedist"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="games-fps/ut2004-bonuspack-cbp1
+ games-fps/ut2004-bonuspack-mega"
+
+src_prepare() {
+ # Provided by ut2004-bonuspack-cbp1
+ rm Music/Soeren.ogg
+ # Provided by ut2004-bonuspack-mega
+ rm Textures/Ty_RocketTextures.utx
+
+ cd Help
+ # Useless orphan file
+ rm Note.txt
+ mv GERROIDREADME.txt DOM-CBP2-Gerroid.txt
+ mv Readme.txt CBP2-Readme.txt
+}