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-lrctf: quake3-lrctf-1.1.ebuild ChangeLog
Date: Wed, 07 Oct 2009 04:26:34
Message-Id: E1MvO6i-0003eM-4o@stork.gentoo.org
1 nyhm 09/10/07 04:26:32
2
3 Modified: quake3-lrctf-1.1.ebuild ChangeLog
4 Log:
5 EAPI=2
6 (Portage version: 2.2_rc44/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild?r1=1.3&r2=1.4
14
15 Index: quake3-lrctf-1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- quake3-lrctf-1.1.ebuild 1 Oct 2009 21:32:07 -0000 1.3
22 +++ quake3-lrctf-1.1.ebuild 7 Oct 2009 04:26:31 -0000 1.4
23 @@ -1,19 +1,21 @@
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-lrctf/quake3-lrctf-1.1.ebuild,v 1.3 2009/10/01 21:32:07 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild,v 1.4 2009/10/07 04:26:31 nyhm Exp $
29 +
30 +EAPI=2
31
32 MOD_DESC="offhand grapple all-weapons capture the flag mod"
33 MOD_NAME="Loki's Revenge CTF"
34 MOD_DIR="lrctf"
35
36 -GAMES_CHECK_LICENSE="yes"
37 -
38 inherit games games-mods
39
40 HOMEPAGE="http://www.lrctf.com/"
41 -SRC_URI="http://lrctf.com/release/LRCTF_Q3A_v1.1_full.zip"
42 +SRC_URI="http://lrctf.com/release/LRCTF_Q3A_v${PV}_full.zip"
43
44 LICENSE="LRCTF"
45 -KEYWORDS="-* ~amd64 ~ppc ~x86"
46 +KEYWORDS="~amd64 ~ppc ~x86"
47 IUSE="dedicated opengl"
48 PROPERTIES="interactive"
49 +
50 +GAMES_CHECK_LICENSE="yes"
51
52
53
54 1.3 games-fps/quake3-lrctf/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-lrctf/ChangeLog?rev=1.3&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-lrctf/ChangeLog?rev=1.3&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-lrctf/ChangeLog?r1=1.2&r2=1.3
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-lrctf/ChangeLog,v
63 retrieving revision 1.2
64 retrieving revision 1.3
65 diff -u -r1.2 -r1.3
66 --- ChangeLog 26 Sep 2008 18:50:53 -0000 1.2
67 +++ ChangeLog 7 Oct 2009 04:26:31 -0000 1.3
68 @@ -1,6 +1,9 @@
69 # ChangeLog for games-fps/quake3-lrctf
70 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-lrctf/ChangeLog,v 1.2 2008/09/26 18:50:53 zmedico Exp $
72 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-lrctf/ChangeLog,v 1.3 2009/10/07 04:26:31 nyhm Exp $
74 +
75 + 07 Oct 2009; Tristan Heaven <nyhm@g.o> quake3-lrctf-1.1.ebuild:
76 + EAPI=2
77
78 26 Sep 2008; Zac Medico <zmedico@g.o> quake3-lrctf-1.1.ebuild:
79 Set PROPERTIES=interactive since GAMES_CHECK_LICENSE=yes is set.