Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/quake3-matrix: quake3-matrix-2.4_beta-r1.ebuild ChangeLog
Date: Tue, 06 Oct 2009 23:47:30
Message-Id: E1MvJkc-0002M2-Ag@stork.gentoo.org
1 nyhm 09/10/06 23:47:26
2
3 Modified: quake3-matrix-2.4_beta-r1.ebuild ChangeLog
4 Log:
5 EAPI=2; update SRC_URI and remove RESTRICT=fetch
6 (Portage version: 2.2_rc44/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild?r1=1.3&r2=1.4
14
15 Index: quake3-matrix-2.4_beta-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/quake3-matrix-2.4_beta-r1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- quake3-matrix-2.4_beta-r1.ebuild 1 Oct 2009 21:33:22 -0000 1.3
22 +++ quake3-matrix-2.4_beta-r1.ebuild 6 Oct 2009 23:47:25 -0000 1.4
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29 +
30 +EAPI=2
31
32 MOD_DESC="Matrix conversion mod"
33 MOD_NAME="matrix"
34 @@ -8,24 +10,15 @@
35
36 inherit games games-mods
37
38 -# All other HOMEPAGE have disappeared
39 -HOMEPAGE="http://mods.moddb.com/3388/matrix-quake-3/"
40 -SRC_URI="matrix24.zip"
41 +HOMEPAGE="http://www.moddb.com/mods/matrix-quake-3"
42 +SRC_URI="http://www.mirrorservice.org/sites/quakeunity.com/modifications/matrix24.zip"
43
44 LICENSE="freedist"
45 -KEYWORDS="-* ~amd64 ~ppc ~x86"
46 +KEYWORDS="~amd64 ~ppc ~x86"
47 IUSE="dedicated opengl"
48 -RESTRICT="strip fetch"
49 -
50 -pkg_nofetch() {
51 - einfo "Download the following files from FilePlanet and put them in"
52 - einfo "${DISTDIR}"
53 - einfo
54 - einfo "http://www.fileplanet.com/download.aspx?f=110838"
55 -}
56
57 src_unpack() {
58 - games-mods_src_unpack
59 - mkdir -p "${S}"/matrix
60 - mv *.pk3 *.txt matrix
61 + mkdir ${MOD_DIR}
62 + cd ${MOD_DIR}
63 + unpack ${A}
64 }
65
66
67
68 1.5 games-fps/quake3-matrix/ChangeLog
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-matrix/ChangeLog?rev=1.5&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-matrix/ChangeLog?rev=1.5&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-matrix/ChangeLog?r1=1.4&r2=1.5
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/ChangeLog,v
77 retrieving revision 1.4
78 retrieving revision 1.5
79 diff -u -r1.4 -r1.5
80 --- ChangeLog 15 Feb 2008 01:11:05 -0000 1.4
81 +++ ChangeLog 6 Oct 2009 23:47:25 -0000 1.5
82 @@ -1,6 +1,10 @@
83 # ChangeLog for games-fps/quake3-matrix
84 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/ChangeLog,v 1.4 2008/02/15 01:11:05 wolf31o2 Exp $
86 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
87 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-matrix/ChangeLog,v 1.5 2009/10/06 23:47:25 nyhm Exp $
88 +
89 + 06 Oct 2009; Tristan Heaven <nyhm@g.o>
90 + quake3-matrix-2.4_beta-r1.ebuild:
91 + EAPI=2; update SRC_URI and remove RESTRICT=fetch
92
93 15 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
94 quake3-matrix-2.4_beta-r1.ebuild: