summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild')
-rw-r--r--games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild27
1 files changed, 10 insertions, 17 deletions
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}
}