diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-07 03:36:56 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-07 03:36:56 +0000 |
commit | b5a8e93d40cf2ee1c1689cb939c0b72791e670d0 (patch) | |
tree | ed9ed44845b8e18d2a21e61719300e2fbd177031 /games-fps/quake3-ra3 | |
parent | Marked (diff) | |
download | gentoo-2-b5a8e93d40cf2ee1c1689cb939c0b72791e670d0.tar.gz gentoo-2-b5a8e93d40cf2ee1c1689cb939c0b72791e670d0.tar.bz2 gentoo-2-b5a8e93d40cf2ee1c1689cb939c0b72791e670d0.zip |
EAPI=2; update SRC_URI and remove RESTRICT=fetch
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake3-ra3')
-rw-r--r-- | games-fps/quake3-ra3/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3-ra3/quake3-ra3-1.76-r1.ebuild | 19 |
2 files changed, 11 insertions, 15 deletions
diff --git a/games-fps/quake3-ra3/ChangeLog b/games-fps/quake3-ra3/ChangeLog index 3d7b2b5a5e84..c3c471b3340e 100644 --- a/games-fps/quake3-ra3/ChangeLog +++ b/games-fps/quake3-ra3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake3-ra3 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ra3/ChangeLog,v 1.7 2006/10/24 21:18:21 wolf31o2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ra3/ChangeLog,v 1.8 2009/10/07 03:36:56 nyhm Exp $ + + 07 Oct 2009; Tristan Heaven <nyhm@gentoo.org> quake3-ra3-1.76-r1.ebuild: + EAPI=2; update SRC_URI and remove RESTRICT=fetch *quake3-ra3-1.76-r1 (24 Oct 2006) 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" -} |