diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-08-18 00:46:11 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-08-18 00:46:11 +0000 |
commit | 890e79ac7a1cb24f8c733124dddb46543ccda2c5 (patch) | |
tree | 77c4f996d74488fee23b12c7e7df3c76a682f409 /games-fps/quake3-urbanterror | |
parent | Fixed the mirrors per bug #186697 and closing the bug. (diff) | |
download | gentoo-2-890e79ac7a1cb24f8c733124dddb46543ccda2c5.tar.gz gentoo-2-890e79ac7a1cb24f8c733124dddb46543ccda2c5.tar.bz2 gentoo-2-890e79ac7a1cb24f8c733124dddb46543ccda2c5.zip |
Version bump. Ebuild by Paul Bredbury <brebs@sent.com> and modified by me. Closing bug #173085.
(Portage version: 2.1.3.6)
Diffstat (limited to 'games-fps/quake3-urbanterror')
-rw-r--r-- | games-fps/quake3-urbanterror/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/quake3-urbanterror/files/digest-quake3-urbanterror-4.0 | 3 | ||||
-rw-r--r-- | games-fps/quake3-urbanterror/quake3-urbanterror-4.0.ebuild | 36 |
3 files changed, 47 insertions, 1 deletions
diff --git a/games-fps/quake3-urbanterror/ChangeLog b/games-fps/quake3-urbanterror/ChangeLog index 7975b935a440..307b41dd5cdd 100644 --- a/games-fps/quake3-urbanterror/ChangeLog +++ b/games-fps/quake3-urbanterror/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-fps/quake3-urbanterror # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-urbanterror/ChangeLog,v 1.18 2007/08/17 23:46:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-urbanterror/ChangeLog,v 1.19 2007/08/18 00:46:11 wolf31o2 Exp $ + +*quake3-urbanterror-4.0 (18 Aug 2007) + + 18 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> + +quake3-urbanterror-4.0.ebuild: + Version bump. Ebuild by Paul Bredbury <brebs@sent.com> and modified by me. + Closing bug #173085. 17 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> quake3-urbanterror-3.7-r1.ebuild: diff --git a/games-fps/quake3-urbanterror/files/digest-quake3-urbanterror-4.0 b/games-fps/quake3-urbanterror/files/digest-quake3-urbanterror-4.0 new file mode 100644 index 000000000000..75ecadc8d536 --- /dev/null +++ b/games-fps/quake3-urbanterror/files/digest-quake3-urbanterror-4.0 @@ -0,0 +1,3 @@ +MD5 4aec86405b548b041686f92eb584cbf9 UrbanTerror40_full.zip 560835549 +RMD160 86c850b2a23471e1277ce6caf17b5f174dd3cadd UrbanTerror40_full.zip 560835549 +SHA256 0894b8694c37e07ed550b0c81287c708f4dce36b8b5ad4c604be907cc2cca362 UrbanTerror40_full.zip 560835549 diff --git a/games-fps/quake3-urbanterror/quake3-urbanterror-4.0.ebuild b/games-fps/quake3-urbanterror/quake3-urbanterror-4.0.ebuild new file mode 100644 index 000000000000..35731e0979d3 --- /dev/null +++ b/games-fps/quake3-urbanterror/quake3-urbanterror-4.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-urbanterror/quake3-urbanterror-4.0.ebuild,v 1.1 2007/08/18 00:46:11 wolf31o2 Exp $ + +MOD_DESC="total transformation realism based MOD" +MOD_NAME="Urban Terror" +MOD_DIR="q3ut4" +MOD_BINS="ut4" + +# Since this is easily done, we'll slot it so clans can easily play on older +# versions of the mod without having to mask anything. +SLOT=4 + +inherit games games-mods + +HOMEPAGE="http://www.urbanterror.net/" +SRC_URI=" + http://games.mirrors.tds.net/pub/planetquake3/modifications/urbanterror/UrbanTerror40_full.zip + http://unfoog.de/mirror/UrbanTerror40_full.zip + ftp://mirrors.blueyonder.co.uk/mirrors/ftp.planetquake3.net/modifications/urbanterror/UrbanTerror40_full.zip + http://www.ghozthosting.com/q3ut4/UrbanTerror40_full.zip + http://hosting.map-depot.com/release/UrbanTerror40_full.zip + http://outlands.quaddown.org/files/UrbanTerror40_full.zip + http://dgames.vectranet.pl/UrbanTerror40_full.zip" + +LICENSE="freedist" +SLOT="3" +RESTRICT="mirror strip" + +KEYWORDS="-* ~amd64 ~ppc ~x86" + +RDEPEND="ppc? ( games-fps/${GAME} ) + !ppc? ( + || ( + games-fps/${GAME} + games-fps/${GAME}-bin ) )" |