diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-03 16:46:55 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-03 16:46:55 +0000 |
commit | dc717a7b6d36da557b7eceb2723adf7f94d2daf6 (patch) | |
tree | a372e7df457adcdda3c125f3e1c61320f18b3518 /games-fps/quake3-truecombat | |
parent | License update. (diff) | |
download | gentoo-2-dc717a7b6d36da557b7eceb2723adf7f94d2daf6.tar.gz gentoo-2-dc717a7b6d36da557b7eceb2723adf7f94d2daf6.tar.bz2 gentoo-2-dc717a7b6d36da557b7eceb2723adf7f94d2daf6.zip |
Updated with the latest ebuild from Paul Bredbury <brebs@sent.com> and closing bug #146150.
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'games-fps/quake3-truecombat')
-rw-r--r-- | games-fps/quake3-truecombat/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3-truecombat/quake3-truecombat-1.2.ebuild | 18 |
2 files changed, 18 insertions, 7 deletions
diff --git a/games-fps/quake3-truecombat/ChangeLog b/games-fps/quake3-truecombat/ChangeLog index 13f6f110a833..2a18672b80bd 100644 --- a/games-fps/quake3-truecombat/ChangeLog +++ b/games-fps/quake3-truecombat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake3-truecombat # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-truecombat/ChangeLog,v 1.12 2006/03/31 21:08:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-truecombat/ChangeLog,v 1.13 2006/10/03 16:46:55 wolf31o2 Exp $ + + 03 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> + quake3-truecombat-1.2.ebuild: + Updated with the latest ebuild from Paul Bredbury <brebs@sent.com> and + closing bug #146150. 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> quake3-truecombat-1.2.ebuild: diff --git a/games-fps/quake3-truecombat/quake3-truecombat-1.2.ebuild b/games-fps/quake3-truecombat/quake3-truecombat-1.2.ebuild index 58991291bfd5..915434eee0cf 100644 --- a/games-fps/quake3-truecombat/quake3-truecombat-1.2.ebuild +++ b/games-fps/quake3-truecombat/quake3-truecombat-1.2.ebuild @@ -1,17 +1,23 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-truecombat/quake3-truecombat-1.2.ebuild,v 1.5 2006/03/31 21:08:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-truecombat/quake3-truecombat-1.2.ebuild,v 1.6 2006/10/03 16:46:55 wolf31o2 Exp $ -MOD_DESC="total transformation realism based MOD" +MOD_DESC="Total transformation realism-based mod" MOD_NAME=truecombat MOD_BINS=tc + inherit games games-q3mod +SRC_WIRE="http://ftp.wireplay.com/pub/quake3arena/mods/truecombat/patches/win32" +SRC_TRIX="http://www.playtrix.net/download/truecombat" + HOMEPAGE="http://www.truecombat.com/" -SRC_URI="http://mirror.inode.at/data/truecombat/TrueCombat1.0.zip - http://ftp.wireplay.com/pub/quake3arena/mods/truecombat/patches/win32/truecombat-1.0to1.0a.zip - http://www.playtrix.net/download/truecombat/TrueCombat-1.0aTo1.1.zip - http://ftp.wireplay.co.uk/pub/quake3arena/mods/truecombat/patches/win32/tc12.zip" +SRC_URI="${SRC_WIRE}/TrueCombat1.0.zip + http://downloads.gamecp.com/games/mods/TrueCombat1.0.zip + ${SRC_WIRE}/truecombat-1.0to1.0a.zip + ${SRC_TRIX}/TrueCombat-1.0aTo1.1.zip + ${SRC_WIRE}/tc12.zip + ${SRC_TRIX}/1.2/tc12.zip" LICENSE="freedist" RESTRICT="mirror" |