summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-12-01 09:01:13 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-12-01 09:01:13 +0000
commitb5a78a8db604809b2de0f5d373b01632a9678513 (patch)
tree234d4ee025c96c9302065a2d82cdc93b661460a2 /games-fps
parentuse kde-functions to set PATH before compile (bug #70861) (diff)
downloadhistorical-b5a78a8db604809b2de0f5d373b01632a9678513.tar.gz
historical-b5a78a8db604809b2de0f5d373b01632a9678513.tar.bz2
historical-b5a78a8db604809b2de0f5d373b01632a9678513.zip
Removed since vendetta-online-bin has been added and the test site doesn't work anymore.
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/vendetta-test/ChangeLog16
-rw-r--r--games-fps/vendetta-test/Manifest14
-rw-r--r--games-fps/vendetta-test/files/digest-vendetta-test-01
-rw-r--r--games-fps/vendetta-test/metadata.xml5
-rw-r--r--games-fps/vendetta-test/vendetta-test-0.ebuild45
5 files changed, 0 insertions, 81 deletions
diff --git a/games-fps/vendetta-test/ChangeLog b/games-fps/vendetta-test/ChangeLog
deleted file mode 100644
index 6b75d05fbe46..000000000000
--- a/games-fps/vendetta-test/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for games-fps/vendetta-test
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/vendetta-test/ChangeLog,v 1.5 2004/08/29 01:06:00 mholzer Exp $
-
- 28 Aug 2004; Martin Holzer <mholzer@gentoo.org> :
- there's a new installer upstream, updating digest
-
- 18 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> metadata.xml,
- vendetta-test-0.ebuild:
- depend on gtk+-1.2 (bug 33579)
-
-*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
deleted file mode 100644
index 577f0b40befe..000000000000
--- a/games-fps/vendetta-test/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 a479449fe990a2fe0d05b4c9fd101d2b ChangeLog 582
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 f206c700cdce7b9f235f39537c99bc39 vendetta-test-0.ebuild 1261
-MD5 b84bbc8de417daa6ab13deba7cd35657 files/digest-vendetta-test-0 72
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBrU4ZroRuSHgZdywRAhcBAJoCO0/X6hoFWrXNbpl4Ce3nKHt6MwCfYKO5
-VZhIeBVeeGWXS+dsQpj8RDY=
-=N8R4
------END PGP SIGNATURE-----
diff --git a/games-fps/vendetta-test/files/digest-vendetta-test-0 b/games-fps/vendetta-test/files/digest-vendetta-test-0
deleted file mode 100644
index 83cdf5d3ac0a..000000000000
--- a/games-fps/vendetta-test/files/digest-vendetta-test-0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d1db495e4829eaec1222ac0f1a6b9186 vendetta-linux-installer.sh 154485
diff --git a/games-fps/vendetta-test/metadata.xml b/games-fps/vendetta-test/metadata.xml
deleted file mode 100644
index d3c2cc926f0b..000000000000
--- a/games-fps/vendetta-test/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?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/vendetta-test/vendetta-test-0.ebuild b/games-fps/vendetta-test/vendetta-test-0.ebuild
deleted file mode 100644
index aaba17db76b5..000000000000
--- a/games-fps/vendetta-test/vendetta-test-0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.5 2004/12/01 04:52:31 vapier Exp $
-
-inherit eutils games
-
-DESCRIPTION="A testbed for a space-based MMORPG with amazing graphics"
-HOMEPAGE="http://www.guildsoftware.com/test.html"
-SRC_URI="vendetta-linux-installer.sh"
-
-LICENSE="guild"
-SLOT="0"
-KEYWORDS="-* x86"
-IUSE=""
-RESTRICT="nomirror fetch"
-
-RDEPEND="virtual/x11
- virtual/opengl
- =x11-libs/gtk+-1.2*"
-
-S=${WORKDIR}
-
-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
-}