summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-10-07 15:45:25 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-10-07 15:45:25 +0000
commit20990e8ce7456719c40f08a125addeb7051a69f1 (patch)
tree4121778d99293e4faf3fe1e62e54a6a7e6d20058 /games-fps/ut2004-cor
parentstable sparc, bug 272816 (diff)
downloadgentoo-2-20990e8ce7456719c40f08a125addeb7051a69f1.tar.gz
gentoo-2-20990e8ce7456719c40f08a125addeb7051a69f1.tar.bz2
gentoo-2-20990e8ce7456719c40f08a125addeb7051a69f1.zip
Use original zip files instead of third party installer
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-cor')
-rw-r--r--games-fps/ut2004-cor/ChangeLog9
-rw-r--r--games-fps/ut2004-cor/ut2004-cor-1.01-r1.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/games-fps/ut2004-cor/ChangeLog b/games-fps/ut2004-cor/ChangeLog
index d402cb323146..9dccf5d1ad41 100644
--- a/games-fps/ut2004-cor/ChangeLog
+++ b/games-fps/ut2004-cor/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-fps/ut2004-cor
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-cor/ChangeLog,v 1.2 2008/07/28 16:48:50 wolf31o2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-cor/ChangeLog,v 1.3 2009/10/07 15:45:25 nyhm Exp $
+
+*ut2004-cor-1.01-r1 (07 Oct 2009)
+
+ 07 Oct 2009; Tristan Heaven <nyhm@gentoo.org> +ut2004-cor-1.01-r1.ebuild:
+ Use original zip files instead of third party installer
28 Jul 2008; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml:
Removing myself from metadata.xml since I am retiring from the project.
diff --git a/games-fps/ut2004-cor/ut2004-cor-1.01-r1.ebuild b/games-fps/ut2004-cor/ut2004-cor-1.01-r1.ebuild
new file mode 100644
index 000000000000..4b7ea3fd8d4c
--- /dev/null
+++ b/games-fps/ut2004-cor/ut2004-cor-1.01-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-cor/ut2004-cor-1.01-r1.ebuild,v 1.1 2009/10/07 15:45:25 nyhm Exp $
+
+EAPI=2
+
+MOD_DESC="Shape-shifting robot teamplay mod"
+MOD_NAME="Counter Organic Revolution"
+MOD_DIR="COR"
+
+inherit games games-mods
+
+HOMEPAGE="http://www.corproject.com/"
+SRC_URI="http://168.158.223.115/COR_Beta_v1.0.zip
+ http://168.158.223.115/COR_Patch_B1.0_to_B${PV}.zip"
+
+LICENSE="freedist"
+KEYWORDS="~amd64 ~x86"
+IUSE="dedicated opengl"
+
+src_unpack() {
+ unpack COR_Beta_v1.0.zip COR_Patch_B1.0_to_B${PV}.zip
+}
+
+src_prepare() {
+ rm -f ${MOD_DIR}/*.bat
+}