summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-27 04:20:40 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-27 04:20:40 +0000
commitf96ef9f706ea3176c3ca028901a9a878d9f8692f (patch)
tree87c1de8afbc671dacf9f04aa7234c9d17400db82
parentBumping to version 1.0 final. Thanks to the great work by Diego Petteno in b... (diff)
downloadhistorical-f96ef9f706ea3176c3ca028901a9a878d9f8692f.tar.gz
historical-f96ef9f706ea3176c3ca028901a9a878d9f8692f.tar.bz2
historical-f96ef9f706ea3176c3ca028901a9a878d9f8692f.zip
initial ebuild #42327
-rw-r--r--games-fps/quake3-matrix/ChangeLog8
-rw-r--r--games-fps/quake3-matrix/Manifest14
-rw-r--r--games-fps/quake3-matrix/files/digest-quake3-matrix-2.4_beta1
-rw-r--r--games-fps/quake3-matrix/metadata.xml5
-rw-r--r--games-fps/quake3-matrix/quake3-matrix-2.4_beta.ebuild20
5 files changed, 48 insertions, 0 deletions
diff --git a/games-fps/quake3-matrix/ChangeLog b/games-fps/quake3-matrix/ChangeLog
new file mode 100644
index 000000000000..4e4cbf19ed09
--- /dev/null
+++ b/games-fps/quake3-matrix/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for games-fps/quake3-matrix
+# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/ChangeLog,v 1.1 2004/12/27 04:20:40 vapier Exp $
+
+*quake3-matrix-2.4_beta (26 Dec 2004)
+
+ 26 Dec 2004; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by Chris Abbott #42327.
diff --git a/games-fps/quake3-matrix/Manifest b/games-fps/quake3-matrix/Manifest
new file mode 100644
index 000000000000..66c406229172
--- /dev/null
+++ b/games-fps/quake3-matrix/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 48c2a29965444d44758d2f18be04c4eb ChangeLog 370
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 baf8c9dba6a6eafeb865f9ef48a99442 quake3-matrix-2.4_beta.ebuild 599
+MD5 a67ffe91b4a16d1ca29c6a0684420348 files/digest-quake3-matrix-2.4_beta 59
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBz43jroRuSHgZdywRAkCJAKCBstUql9+kV3teH9PHTOFgleKrrQCggt8V
+ve7fgo5CTWR2o+wzsd2We88=
+=EkyJ
+-----END PGP SIGNATURE-----
diff --git a/games-fps/quake3-matrix/files/digest-quake3-matrix-2.4_beta b/games-fps/quake3-matrix/files/digest-quake3-matrix-2.4_beta
new file mode 100644
index 000000000000..b940a8f04661
--- /dev/null
+++ b/games-fps/quake3-matrix/files/digest-quake3-matrix-2.4_beta
@@ -0,0 +1 @@
+MD5 580bff0665e12ccbf25dcca90534893f matrix24.zip 21191819
diff --git a/games-fps/quake3-matrix/metadata.xml b/games-fps/quake3-matrix/metadata.xml
new file mode 100644
index 000000000000..d3c2cc926f0b
--- /dev/null
+++ b/games-fps/quake3-matrix/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-matrix/quake3-matrix-2.4_beta.ebuild b/games-fps/quake3-matrix/quake3-matrix-2.4_beta.ebuild
new file mode 100644
index 000000000000..7f17a5e37e88
--- /dev/null
+++ b/games-fps/quake3-matrix/quake3-matrix-2.4_beta.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/quake3-matrix-2.4_beta.ebuild,v 1.1 2004/12/27 04:20:40 vapier Exp $
+
+MOD_DESC="Matrix"
+MOD_NAME=matrix
+inherit games games-q3mod
+
+HOMEPAGE="http://www.public.iastate.edu/~areinot/matrix/matrix.html"
+SRC_URI="matrix24.zip"
+
+LICENSE="Q3AEULA"
+RESTRICT="fetch"
+
+pkg_nofetch() {
+ einfo "Download the following files from FilePlanet and put them in"
+ einfo "${DISTDIR}"
+ einfo
+ einfo "http://www.fileplanet.com/download.aspx?f=110838"
+}