summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-10-26 14:02:28 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-10-26 14:02:28 +0000
commit27480198b9df27cf45a63d739c94ad452fa6ec4e (patch)
tree955d3cc31342efea4cf00db9703cd4eb506bd6fc /games-fps/quake3-rally
parentUpdated init script from CĂ©dric Krier <ced@ced.homedns.org> and closing bug ... (diff)
downloadhistorical-27480198b9df27cf45a63d739c94ad452fa6ec4e.tar.gz
historical-27480198b9df27cf45a63d739c94ad452fa6ec4e.tar.bz2
historical-27480198b9df27cf45a63d739c94ad452fa6ec4e.zip
Initial import. Ebuild by me. Closing bug #123876.
Package-Manager: portage-2.1.2_pre3-r8
Diffstat (limited to 'games-fps/quake3-rally')
-rw-r--r--games-fps/quake3-rally/ChangeLog10
-rw-r--r--games-fps/quake3-rally/files/digest-quake3-rally-1.26
-rw-r--r--games-fps/quake3-rally/metadata.xml5
-rw-r--r--games-fps/quake3-rally/quake3-rally-1.2.ebuild24
4 files changed, 45 insertions, 0 deletions
diff --git a/games-fps/quake3-rally/ChangeLog b/games-fps/quake3-rally/ChangeLog
new file mode 100644
index 000000000000..bc575182a4ae
--- /dev/null
+++ b/games-fps/quake3-rally/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for games-fps/quake3-rally
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-rally/ChangeLog,v 1.1 2006/10/26 14:02:28 wolf31o2 Exp $
+
+*quake3-rally-1.2 (26 Oct 2006)
+
+ 26 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml,
+ +quake3-rally-1.2.ebuild:
+ Initial import. Ebuild by me. Closing bug #123876.
+
diff --git a/games-fps/quake3-rally/files/digest-quake3-rally-1.2 b/games-fps/quake3-rally/files/digest-quake3-rally-1.2
new file mode 100644
index 000000000000..a9f6590564a5
--- /dev/null
+++ b/games-fps/quake3-rally/files/digest-quake3-rally-1.2
@@ -0,0 +1,6 @@
+MD5 8f0237cf8e38d4c5a042eff9bcaf94fc q3rally_02March02.zip 42957698
+RMD160 5a04053983c5c3c21960c067cd5fd39b02f06f09 q3rally_02March02.zip 42957698
+SHA256 daef68732a3f5d577629ac77de1195c82aac20ab172e6458fe0541be25910ac7 q3rally_02March02.zip 42957698
+MD5 1bf2be9d485a75ba1e19a7c62ea6fcd7 q3rally_26May02_update.zip 13032094
+RMD160 99b06c357137e015980d445c705ea67e4546c210 q3rally_26May02_update.zip 13032094
+SHA256 f35882073488f042c7ba697e1f1d6b810d7fe327c35aebd494fd411580d8f915 q3rally_26May02_update.zip 13032094
diff --git a/games-fps/quake3-rally/metadata.xml b/games-fps/quake3-rally/metadata.xml
new file mode 100644
index 000000000000..d3c2cc926f0b
--- /dev/null
+++ b/games-fps/quake3-rally/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+</pkgmetadata>
diff --git a/games-fps/quake3-rally/quake3-rally-1.2.ebuild b/games-fps/quake3-rally/quake3-rally-1.2.ebuild
new file mode 100644
index 000000000000..6a92b87ee53e
--- /dev/null
+++ b/games-fps/quake3-rally/quake3-rally-1.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-rally/quake3-rally-1.2.ebuild,v 1.1 2006/10/26 14:02:28 wolf31o2 Exp $
+
+MOD_DESC="total conversion car racing mod"
+MOD_NAME="Rally"
+MOD_DIR="q3rally"
+MOD_BINS="rally"
+
+inherit games games-mods
+
+HOMEPAGE="http://www.quakerally.com"
+SRC_URI="http://games.mirrors.tds.net/pub/planetquake3/modifications/quakeiiirally/q3rally_02March02.zip
+ http://games.mirrors.tds.net/pub/planetquake3/modifications/quakeiiirally/q3rally_26May02_update.zip"
+
+LICENSE="as-is"
+
+KEYWORDS="-* ~amd64 ~ppc ~x86"
+
+RDEPEND="ppc? ( games-fps/${GAME} )
+ !ppc? (
+ || (
+ games-fps/${GAME}
+ games-fps/${GAME}-bin ) )"