summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2009-10-07 03:36:56 +0000
committerTristan Heaven <tristan@gentoo.org>2009-10-07 03:36:56 +0000
commitbf25b6eff87fcd4ae65f958b0e4373fca29e9813 (patch)
tree11569af93c29e979cc38eb48888ccd3a48469f9c /games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild
parentMarked (diff)
downloadhistorical-bf25b6eff87fcd4ae65f958b0e4373fca29e9813.tar.gz
historical-bf25b6eff87fcd4ae65f958b0e4373fca29e9813.tar.bz2
historical-bf25b6eff87fcd4ae65f958b0e4373fca29e9813.zip
EAPI=2; update SRC_URI and remove RESTRICT=fetch
Package-Manager: portage-2.2_rc44/cvs/Linux x86_64
Diffstat (limited to 'games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild')
-rw-r--r--games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild19
1 files changed, 6 insertions, 13 deletions
diff --git a/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild b/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild
index dc92e83cb263..87a88bef0432 100644
--- a/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild
+++ b/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild
@@ -1,25 +1,18 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild,v 1.2 2009/10/01 21:44:08 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild,v 1.3 2009/10/07 03:36:56 nyhm Exp $
+
+EAPI=2
MOD_DESC="a rocket dueling mod"
MOD_NAME="Rocket Arena 3"
MOD_DIR="arena"
-MOD_BINS="ra3"
inherit games games-mods
-SRC_URI="ra3176.zip"
HOMEPAGE="http://www.planetquake.com/servers/arena/"
+SRC_URI="mirror://quakeunity/modifications/rocketarena3/ra3${PV/.}.zip"
LICENSE="freedist"
-KEYWORDS="-* ~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="dedicated opengl"
-RESTRICT="mirror strip fetch"
-
-pkg_nofetch() {
- einfo "Download the following files from FilePlanet and put them in"
- einfo "${DISTDIR}"
- echo
- einfo "http://www.fileplanet.com/hosteddl.aspx?servers%2farena%2fra3176.zip"
-}