diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-05-22 16:49:03 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-05-22 16:49:03 +0000 |
commit | 60e2e75812bf474989038851fcd4cf368d5e8168 (patch) | |
tree | ae696f0dfd8c6eac70baf4b825f8f1913c0fdaba /games-fps/ut2004-crossfire | |
parent | version bump (diff) | |
download | gentoo-2-60e2e75812bf474989038851fcd4cf368d5e8168.tar.gz gentoo-2-60e2e75812bf474989038851fcd4cf368d5e8168.tar.bz2 gentoo-2-60e2e75812bf474989038851fcd4cf368d5e8168.zip |
Version bump by Paul Bredbury, bug #165760
(Portage version: 2.1.2.7)
Diffstat (limited to 'games-fps/ut2004-crossfire')
-rw-r--r-- | games-fps/ut2004-crossfire/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/ut2004-crossfire/files/digest-ut2004-crossfire-1.7 | 6 | ||||
-rw-r--r-- | games-fps/ut2004-crossfire/ut2004-crossfire-1.7.ebuild | 36 |
3 files changed, 49 insertions, 1 deletions
diff --git a/games-fps/ut2004-crossfire/ChangeLog b/games-fps/ut2004-crossfire/ChangeLog index 2adc090b8cad..2c124ff0c420 100644 --- a/games-fps/ut2004-crossfire/ChangeLog +++ b/games-fps/ut2004-crossfire/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/ut2004-crossfire # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog,v 1.1 2007/01/10 21:24:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog,v 1.2 2007/05/22 16:49:03 nyhm Exp $ + +*ut2004-crossfire-1.7 (22 May 2007) + + 22 May 2007; Tristan Heaven <nyhm@gentoo.org> + +ut2004-crossfire-1.7.ebuild: + Version bump by Paul Bredbury, bug #165760 *ut2004-crossfire-1.5 (10 Jan 2007) diff --git a/games-fps/ut2004-crossfire/files/digest-ut2004-crossfire-1.7 b/games-fps/ut2004-crossfire/files/digest-ut2004-crossfire-1.7 new file mode 100644 index 000000000000..2c1947c45b00 --- /dev/null +++ b/games-fps/ut2004-crossfire/files/digest-ut2004-crossfire-1.7 @@ -0,0 +1,6 @@ +MD5 fa8fbb6309dee8f4686c811810f96967 TOCrossfire_beta1.6_full.zip 731693648 +RMD160 68529273ce662ff2bd8a73846e36af8aa9069399 TOCrossfire_beta1.6_full.zip 731693648 +SHA256 e0096fee1472d0a600f54e5eaba78b50549586e0194e316a68ba68a0fdf471a0 TOCrossfire_beta1.6_full.zip 731693648 +MD5 693354bc64f07363de42f6e1a6696e69 TOCrossfire_beta1.7_update.zip 195887578 +RMD160 c6f75bc654349282a6f4e1e5169101903c3fe24b TOCrossfire_beta1.7_update.zip 195887578 +SHA256 972984b720c09fce4762f8eaaa56d509f0c12416a536c897fce55005ba0438c8 TOCrossfire_beta1.7_update.zip 195887578 diff --git a/games-fps/ut2004-crossfire/ut2004-crossfire-1.7.ebuild b/games-fps/ut2004-crossfire/ut2004-crossfire-1.7.ebuild new file mode 100644 index 000000000000..fd0bdc09e092 --- /dev/null +++ b/games-fps/ut2004-crossfire/ut2004-crossfire-1.7.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/ut2004-crossfire/ut2004-crossfire-1.7.ebuild,v 1.1 2007/05/22 16:49:03 nyhm Exp $ + +MOD_NAME="Crossfire" +MOD_DESC="Special Forces vs Terrorists" +MOD_DIR="TOCrossfire" +MOD_BINS="crossfire" +MOD_ICON="Help/icons/TOC_TERROR2.png" + +inherit games games-mods + +OLD="TOCrossfire_beta1.6_full" +UPD="TOCrossfire_beta${PV}_update" +HOMEPAGE="http://www.to-crossfire.net/" +SRC_URI="ftp://mirror1.to-crossfire.net/client/${OLD}.zip + ftp://toc.de-mirror.org/client/${OLD}.zip + ftp://mirror1.to-crossfire.net/client/${UPD}.zip + ftp://toc.de-mirror.org/client/${UPD}.zip" + +# See Help/EULA.txt +LICENSE="free-noncomm" + +KEYWORDS="~amd64 ~x86" + +RDEPEND="${CATEGORY}/${GAME}" + +src_unpack() { + games-mods_src_unpack + + unpack ./${OLD/beta/beta_}/TOCinstall.tgz + unpack ./${UPD}/TOCinstall.tgz + + cd "${MOD_DIR}" || die + rm -f *.{bat,exe,md5} Help/*.{exe,zip} +} |