Initial import. Ebuild by me. Closing bug #123876.
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 26 Oct 2006 14:02:28 +0000 (14:02 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 26 Oct 2006 14:02:28 +0000 (14:02 +0000)
Package-Manager: portage-2.1.2_pre3-r8

games-fps/quake3-rally/ChangeLog [new file with mode: 0644]
games-fps/quake3-rally/files/digest-quake3-rally-1.2 [new file with mode: 0644]
games-fps/quake3-rally/metadata.xml [new file with mode: 0644]
games-fps/quake3-rally/quake3-rally-1.2.ebuild [new file with mode: 0644]

diff --git a/games-fps/quake3-rally/ChangeLog b/games-fps/quake3-rally/ChangeLog
new file mode 100644 (file)
index 0000000..bc57518
--- /dev/null
@@ -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 (file)
index 0000000..a9f6590
--- /dev/null
@@ -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 (file)
index 0000000..d3c2cc9
--- /dev/null
@@ -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 (file)
index 0000000..6a92b87
--- /dev/null
@@ -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 ) )"