diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-30 22:36:46 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-30 22:36:46 +0000 |
commit | bf652cabfa44cdc04bd621380daf937739aaeb9f (patch) | |
tree | 8296015ea7a060eab6bf46e28953210fd2daf9d8 /games-fps/enemy-territory-truecombat | |
parent | This should have been UIDEPEND, not UIRDEPEND. (diff) | |
download | gentoo-2-bf652cabfa44cdc04bd621380daf937739aaeb9f.tar.gz gentoo-2-bf652cabfa44cdc04bd621380daf937739aaeb9f.tar.bz2 gentoo-2-bf652cabfa44cdc04bd621380daf937739aaeb9f.zip |
Version bump to 0.49b. Ebuild by Brendan Shanks <pip@opus.homelinux.com> and modified by me. Closing bug #159712.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'games-fps/enemy-territory-truecombat')
3 files changed, 41 insertions, 2 deletions
diff --git a/games-fps/enemy-territory-truecombat/ChangeLog b/games-fps/enemy-territory-truecombat/ChangeLog index 664384bbdd8e..269206f2234e 100644 --- a/games-fps/enemy-territory-truecombat/ChangeLog +++ b/games-fps/enemy-territory-truecombat/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-fps/enemy-territory-truecombat -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/enemy-territory-truecombat/ChangeLog,v 1.8 2006/10/23 18:49:59 wolf31o2 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/enemy-territory-truecombat/ChangeLog,v 1.9 2007/01/30 22:36:46 wolf31o2 Exp $ + +*enemy-territory-truecombat-0.49b (30 Jan 2007) + + 30 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> + +enemy-territory-truecombat-0.49b.ebuild: + Version bump to 0.49b. Ebuild by Brendan Shanks <pip@opus.homelinux.com> and + modified by me. Closing bug #159712. *enemy-territory-truecombat-0.49-r1 (23 Oct 2006) diff --git a/games-fps/enemy-territory-truecombat/enemy-territory-truecombat-0.49b.ebuild b/games-fps/enemy-territory-truecombat/enemy-territory-truecombat-0.49b.ebuild new file mode 100644 index 000000000000..b0afdffb3d81 --- /dev/null +++ b/games-fps/enemy-territory-truecombat/enemy-territory-truecombat-0.49b.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/enemy-territory-truecombat/enemy-territory-truecombat-0.49b.ebuild,v 1.1 2007/01/30 22:36:46 wolf31o2 Exp $ + +MOD_DESC="a team-based realism modification" +MOD_NAME="True Combat" +MOD_ICON="tce_icon_pc.ico" +MOD_DIR="tcetest" +GAME="enemy-territory" + +inherit games games-mods + +HOMEPAGE="http://truecombat.com/" +SRC_URI="http://pumpkin.game-server.cc/files/tcetest049.zip + http://pumpkin.game-server.cc/files/tc049b_all_os_fixed.zip" + +LICENSE="as-is" + +KEYWORDS="-* ~amd64 ~x86" + +RDEPEND="games-fps/${GAME}" + +src_unpack() { + games-mods_src_unpack + mv *.{so,dat,pk3,dll} ${MOD_DIR} || die +} diff --git a/games-fps/enemy-territory-truecombat/files/digest-enemy-territory-truecombat-0.49b b/games-fps/enemy-territory-truecombat/files/digest-enemy-territory-truecombat-0.49b new file mode 100644 index 000000000000..3be71a0cd927 --- /dev/null +++ b/games-fps/enemy-territory-truecombat/files/digest-enemy-territory-truecombat-0.49b @@ -0,0 +1,6 @@ +MD5 ed09515b41a4af92740c42c3053225a9 tc049b_all_os_fixed.zip 6795533 +RMD160 f1332e7785a11c7961bbd1062d79d42425ca0867 tc049b_all_os_fixed.zip 6795533 +SHA256 b7eec5ba59e969c39525272236095f1e4635c9301bae716a8a4a39bc65163c3d tc049b_all_os_fixed.zip 6795533 +MD5 996ef2743e36103a351199f3fd72e70f tcetest049.zip 472749193 +RMD160 90f222a985dc6ff395680211d65ee535024866fb tcetest049.zip 472749193 +SHA256 73d0fff098bfef196d6efc4bb2f0635ab8da2ebe19b5ead5801b1664d3b4b4d4 tcetest049.zip 472749193 |