diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-06 23:47:25 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-06 23:47:25 +0000 |
commit | dc396e313509c1b965119cec244cbfb3d2494d72 (patch) | |
tree | 015f14fbe778a0d183218e29020c8c2043996d0f /games-fps/quake3-matrix | |
parent | Stable for HPPA (bug #276583). (diff) | |
download | gentoo-2-dc396e313509c1b965119cec244cbfb3d2494d72.tar.gz gentoo-2-dc396e313509c1b965119cec244cbfb3d2494d72.tar.bz2 gentoo-2-dc396e313509c1b965119cec244cbfb3d2494d72.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-matrix')
-rw-r--r-- | games-fps/quake3-matrix/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild | 27 |
2 files changed, 16 insertions, 19 deletions
diff --git a/games-fps/quake3-matrix/ChangeLog b/games-fps/quake3-matrix/ChangeLog index b829775eb8e4..7e83ffdabddc 100644 --- a/games-fps/quake3-matrix/ChangeLog +++ b/games-fps/quake3-matrix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake3-matrix -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/ChangeLog,v 1.4 2008/02/15 01:11:05 wolf31o2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/ChangeLog,v 1.5 2009/10/06 23:47:25 nyhm Exp $ + + 06 Oct 2009; Tristan Heaven <nyhm@gentoo.org> + quake3-matrix-2.4_beta-r1.ebuild: + EAPI=2; update SRC_URI and remove RESTRICT=fetch 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> quake3-matrix-2.4_beta-r1.ebuild: diff --git a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild index 4902885d4ff2..21e2f2c9a9da 100644 --- a/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild +++ b/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 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-matrix/quake3-matrix-2.4_beta-r1.ebuild,v 1.3 2009/10/01 21:33:22 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild,v 1.4 2009/10/06 23:47:25 nyhm Exp $ + +EAPI=2 MOD_DESC="Matrix conversion mod" MOD_NAME="matrix" @@ -8,24 +10,15 @@ MOD_DIR="matrix" inherit games games-mods -# All other HOMEPAGE have disappeared -HOMEPAGE="http://mods.moddb.com/3388/matrix-quake-3/" -SRC_URI="matrix24.zip" +HOMEPAGE="http://www.moddb.com/mods/matrix-quake-3" +SRC_URI="http://www.mirrorservice.org/sites/quakeunity.com/modifications/matrix24.zip" LICENSE="freedist" -KEYWORDS="-* ~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="dedicated opengl" -RESTRICT="strip 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" -} src_unpack() { - games-mods_src_unpack - mkdir -p "${S}"/matrix - mv *.pk3 *.txt matrix + mkdir ${MOD_DIR} + cd ${MOD_DIR} + unpack ${A} } |