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-reaction: ChangeLog quake3-reaction-3.2.ebuild
Date: Wed, 07 Oct 2009 13:23:13
Message-Id: E1MvWU3-0004aO-29@stork.gentoo.org
1 nyhm 09/10/07 13:23:11
2
3 Modified: ChangeLog quake3-reaction-3.2.ebuild
4 Log:
5 EAPI=2; fix MOD_DIR; install icon
6 (Portage version: 2.2_rc44/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 games-fps/quake3-reaction/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-reaction/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-reaction/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-reaction/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 26 Oct 2006 20:59:45 -0000 1.1
22 +++ ChangeLog 7 Oct 2009 13:23:10 -0000 1.2
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-fps/quake3-reaction
25 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/ChangeLog,v 1.1 2006/10/26 20:59:45 wolf31o2 Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/ChangeLog,v 1.2 2009/10/07 13:23:10 nyhm Exp $
29 +
30 + 07 Oct 2009; Tristan Heaven <nyhm@g.o> quake3-reaction-3.2.ebuild:
31 + EAPI=2; fix MOD_DIR; install icon
32
33 *quake3-reaction-3.2 (26 Oct 2006)
34
35
36
37
38 1.4 games-fps/quake3-reaction/quake3-reaction-3.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild?r1=1.3&r2=1.4
43
44 Index: quake3-reaction-3.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- quake3-reaction-3.2.ebuild 1 Oct 2009 21:46:24 -0000 1.3
51 +++ quake3-reaction-3.2.ebuild 7 Oct 2009 13:23:10 -0000 1.4
52 @@ -1,19 +1,19 @@
53 -# Copyright 1999-2006 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild,v 1.3 2009/10/01 21:46:24 nyhm Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-reaction/quake3-reaction-3.2.ebuild,v 1.4 2009/10/07 13:23:10 nyhm Exp $
58 +
59 +EAPI=2
60
61 MOD_DESC="port of Action Quake 2 to Quake 3: Arena"
62 MOD_NAME="Reaction"
63 -MOD_DIR="reaction"
64 +MOD_DIR="rq3"
65 +MOD_ICON="reaction-4.ico"
66
67 inherit games games-mods
68
69 HOMEPAGE="http://www.rq3.com/"
70 -SRC_URI="http://www.rq3.com/ReactionQuake3-v${PV}-Full.zip
71 - http://ftp.stu.edu.tw/FreeBSD/distfiles/ReactionQuake3-v${PV}-Full.zip
72 - http://ftp.twaren.net/BSD/FreeBSD/distfiles/ReactionQuake3-v${PV}-Full.zip
73 - http://ftp.giga.net.tw/OS/FreeBSD/distfiles/ReactionQuake3-v${PV}-Full.zip"
74 +SRC_URI="http://www.rq3.com/ReactionQuake3-v${PV}-Full.zip"
75
76 LICENSE="as-is"
77 -KEYWORDS="-* ~amd64 ~ppc ~x86"
78 +KEYWORDS="~amd64 ~ppc ~x86"
79 IUSE="dedicated opengl"