summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-09 18:10:15 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-09 18:10:15 +0000
commitc22ea1f9962983b3583d00085024413d77102212 (patch)
treeacd80fa59d92f27b0609b3d58893ef500cd09925 /games-fps/vendetta-test
parentNew version 'n cleanup (diff)
downloadgentoo-2-c22ea1f9962983b3583d00085024413d77102212.tar.gz
gentoo-2-c22ea1f9962983b3583d00085024413d77102212.tar.bz2
gentoo-2-c22ea1f9962983b3583d00085024413d77102212.zip
games-fps uNF uNF uNF
Diffstat (limited to 'games-fps/vendetta-test')
-rw-r--r--games-fps/vendetta-test/ChangeLog9
-rw-r--r--games-fps/vendetta-test/Manifest3
-rw-r--r--games-fps/vendetta-test/files/digest-vendetta-test-01
-rw-r--r--games-fps/vendetta-test/vendetta-test-0.ebuild43
4 files changed, 56 insertions, 0 deletions
diff --git a/games-fps/vendetta-test/ChangeLog b/games-fps/vendetta-test/ChangeLog
new file mode 100644
index 000000000000..1455b09a2279
--- /dev/null
+++ b/games-fps/vendetta-test/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-games/vendetta-test
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/vendetta-test/ChangeLog,v 1.1 2003/09/09 18:10:15 vapier Exp $
+
+*vendetta-test-0 (02 Sep 2003)
+
+ 02 Sep 2003; Michael Sterrett <msterret@gentoo.org> vendetta-test-0.ebuild:
+ initial commit
+
diff --git a/games-fps/vendetta-test/Manifest b/games-fps/vendetta-test/Manifest
new file mode 100644
index 000000000000..b80983d57b83
--- /dev/null
+++ b/games-fps/vendetta-test/Manifest
@@ -0,0 +1,3 @@
+MD5 90d85d6d3ef4f66b758f9d3ffa8454d7 vendetta-test-0.ebuild 1250
+MD5 0a533f24c673582471bdd45e67c0ea00 ChangeLog 358
+MD5 89c9c5f00b80cad73b749f01fab8d4a9 files/digest-vendetta-test-0 72
diff --git a/games-fps/vendetta-test/files/digest-vendetta-test-0 b/games-fps/vendetta-test/files/digest-vendetta-test-0
new file mode 100644
index 000000000000..c80a23b47307
--- /dev/null
+++ b/games-fps/vendetta-test/files/digest-vendetta-test-0
@@ -0,0 +1 @@
+MD5 9a1bdca7bbfa11a792bdae6964875e77 vendetta-linux-installer.sh 152525
diff --git a/games-fps/vendetta-test/vendetta-test-0.ebuild b/games-fps/vendetta-test/vendetta-test-0.ebuild
new file mode 100644
index 000000000000..bf08b40f5a8d
--- /dev/null
+++ b/games-fps/vendetta-test/vendetta-test-0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/vendetta-test/vendetta-test-0.ebuild,v 1.1 2003/09/09 18:10:15 vapier Exp $
+
+inherit eutils games
+
+S=${WORKDIR}
+DESCRIPTION="A testbed for a space-based MMORPG with amazing graphics"
+HOMEPAGE="http://www.guildsoftware.com/test.html"
+SRC_URI="vendetta-linux-installer.sh"
+
+RESTRICT="nomirror fetch"
+LICENSE="guild"
+KEYWORDS="-* x86"
+IUSE=""
+SLOT="0"
+
+RDEPEND="virtual/x11
+ virtual/opengl"
+
+pkg_nofetch() {
+ einfo "Please download ${A} from Guild Software"
+ einfo "by doing the following:"
+ einfo "1. Goto http://www.guildsoftware.com/test.participating.html"
+ einfo "2. Click the Create an Account link near the bottom of the page"
+ einfo
+ einfo "After creating your account, click on the Download link on"
+ einfo "the left side of the page"
+ einfo
+ einfo "3. Read and agree to the license"
+ einfo "4. Select Linux under the Which platform are you running? selector"
+ einfo "5. Click the Proceed to download button"
+ einfo "6. Download the vendetta-linux-installer.sh from the link on that page"
+}
+
+src_unpack() {
+ unpack_makeself
+}
+
+src_install() {
+ dogamesbin vendetta
+ prepgamesdirs
+}