summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-08-31 21:31:11 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-08-31 21:31:11 +0000
commitfbc98426fd7299dee8e322aa2b3af3a2bc874821 (patch)
tree917749efa93cef9dda03a0338582a1633fdd174d /games-fps/quake3-urbanterror/quake3-urbanterror-3.7.ebuild
parentAdded bison patch and closing bug #61140. (Manifest recommit) (diff)
downloadgentoo-2-fbc98426fd7299dee8e322aa2b3af3a2bc874821.tar.gz
gentoo-2-fbc98426fd7299dee8e322aa2b3af3a2bc874821.tar.bz2
gentoo-2-fbc98426fd7299dee8e322aa2b3af3a2bc874821.zip
Updated to version 3.7 and closing bug #56974.
Diffstat (limited to 'games-fps/quake3-urbanterror/quake3-urbanterror-3.7.ebuild')
-rw-r--r--games-fps/quake3-urbanterror/quake3-urbanterror-3.7.ebuild39
1 files changed, 39 insertions, 0 deletions
diff --git a/games-fps/quake3-urbanterror/quake3-urbanterror-3.7.ebuild b/games-fps/quake3-urbanterror/quake3-urbanterror-3.7.ebuild
new file mode 100644
index 000000000000..6f7d5f6b9cc1
--- /dev/null
+++ b/games-fps/quake3-urbanterror/quake3-urbanterror-3.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-urbanterror/quake3-urbanterror-3.7.ebuild,v 1.1 2004/08/31 21:31:11 wolf31o2 Exp $
+
+MOD_DESC="total transformation realism based MOD"
+MOD_NAME=q3ut3
+MOD_BINS=ut3
+inherit games games-q3mod
+
+HOMEPAGE="http://www.urbanterror.net/"
+SRC_URI="ftp://ftp.edome.net/online/clientit/urbanterror3.zip
+ ftp://ftp.edome.net/online/clientit/UrbanTerror31.zip
+ ftp://ftp.edome.net/online/clientit/UrbanTerror32.zip
+ ftp://ftp.edome.net/online/clientit/UrbanTerror33.zip
+ ftp://ftp.edome.net/online/clientit/UrbanTerror34.zip
+ ftp://ftp.edome.net/online/clientit/UrbanTerror35.zip
+ ftp://ftp.edome.net/online/clientit/UrbanTerror36.zip
+ ftp://ftp.edome.net/online/clientit/UrbanTerror37.zip
+ http://www.clan-nua.com/~mods/Urban.Terror/UrbanTerror35.zip
+ http://outlands.slofaca.net/files/UrbanTerror36.zip
+ ftp://ftp.snt.utwente.nl/pub/games/urbanterror/patches/UrbanTerror36.zip
+ http://outlands.quaddown.org/files/UrbanTerror37.zip
+ http://outlands.slofaca.net/files/UrbanTerror37.zip"
+
+LICENSE="freedist"
+SLOT="3"
+RESTRICT="nomirror"
+
+src_unpack() {
+ unpack urbanterror3.zip
+ cd q3ut3
+ unpack UrbanTerror31.zip
+ unpack UrbanTerror32.zip
+ unpack UrbanTerror33.zip
+ unpack UrbanTerror34.zip
+ unpack UrbanTerror35.zip
+ unpack UrbanTerror36.zip
+ unpack UrbanTerror37.zip
+}