summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-14 02:14:22 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-14 02:14:22 +0000
commit5120d67d7e5f941fa640577f78c9c79153eac34c (patch)
tree903757496b857dd40fa0a4472cdc9eeb66537d1b /games-fps
parentNew SiS driver 131003-1. (diff)
downloadhistorical-5120d67d7e5f941fa640577f78c9c79153eac34c.tar.gz
historical-5120d67d7e5f941fa640577f78c9c79153eac34c.tar.bz2
historical-5120d67d7e5f941fa640577f78c9c79153eac34c.zip
fix install #31075
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/quake3-urbanterror/ChangeLog7
-rw-r--r--games-fps/quake3-urbanterror/files/digest-quake3-urbanterror-3.1-r12
-rw-r--r--games-fps/quake3-urbanterror/quake3-urbanterror-3.1-r1.ebuild27
3 files changed, 35 insertions, 1 deletions
diff --git a/games-fps/quake3-urbanterror/ChangeLog b/games-fps/quake3-urbanterror/ChangeLog
index 7baa02851c3d..00679dceed02 100644
--- a/games-fps/quake3-urbanterror/ChangeLog
+++ b/games-fps/quake3-urbanterror/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-fps/quake3-urbanterror
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-urbanterror/ChangeLog,v 1.5 2003/10/13 19:09:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-urbanterror/ChangeLog,v 1.6 2003/10/14 02:14:22 vapier Exp $
+
+*quake3-urbanterror-3.1-r1 (13 Oct 2003)
+
+ 13 Oct 2003; Mike Frysinger <vapier@gentoo.org> :
+ Properly version bump ... way to lie to me mjc.
*quake3-urbanterror-3.1 (13 Oct 2003)
diff --git a/games-fps/quake3-urbanterror/files/digest-quake3-urbanterror-3.1-r1 b/games-fps/quake3-urbanterror/files/digest-quake3-urbanterror-3.1-r1
new file mode 100644
index 000000000000..acb43c8875ce
--- /dev/null
+++ b/games-fps/quake3-urbanterror/files/digest-quake3-urbanterror-3.1-r1
@@ -0,0 +1,2 @@
+MD5 bd403035f5319bc641fb9e48af1869b3 urbanterror3.zip 337778076
+MD5 556c1166c6fda7c82b937612ac73c0c5 UrbanTerror31.zip 38042661
diff --git a/games-fps/quake3-urbanterror/quake3-urbanterror-3.1-r1.ebuild b/games-fps/quake3-urbanterror/quake3-urbanterror-3.1-r1.ebuild
new file mode 100644
index 000000000000..76157a9d83af
--- /dev/null
+++ b/games-fps/quake3-urbanterror/quake3-urbanterror-3.1-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-urbanterror/quake3-urbanterror-3.1-r1.ebuild,v 1.1 2003/10/14 02:14:22 vapier 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="urbanterror3.zip
+ UrbanTerror31.zip"
+
+LICENSE="freedist"
+SLOT="3"
+RESTRICT="fetch"
+
+pkg_nofetch() {
+ einfo "Please goto ${HOMEPAGE}"
+ einfo "and download ${A} into ${DISTDIR}"
+}
+
+src_unpack() {
+ unpack urbanterror3.zip
+ cd q3ut3
+ unpack UrbanTerror31.zip
+}