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
Date: Thu, 01 Oct 2009 21:32:13
Message-Id: E1MtTFv-0006Xk-SF@stork.gentoo.org
1 nyhm 09/10/01 21:32:07
2
3 Modified: quake3-lrctf-1.1.ebuild
4 Log:
5 set IUSE; drop RDEPEND
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 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.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild?rev=1.3&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.2&r2=1.3
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.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- quake3-lrctf-1.1.ebuild 26 Sep 2008 18:50:53 -0000 1.2
22 +++ quake3-lrctf-1.1.ebuild 1 Oct 2009 21:32:07 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild,v 1.2 2008/09/26 18:50:53 zmedico Exp $
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
29 MOD_DESC="offhand grapple all-weapons capture the flag mod"
30 MOD_NAME="Loki's Revenge CTF"
31 @@ -14,12 +14,6 @@
32 SRC_URI="http://lrctf.com/release/LRCTF_Q3A_v1.1_full.zip"
33
34 LICENSE="LRCTF"
35 -
36 KEYWORDS="-* ~amd64 ~ppc ~x86"
37 +IUSE="dedicated opengl"
38 PROPERTIES="interactive"
39 -
40 -RDEPEND="ppc? ( games-fps/${GAME} )
41 - !ppc? (
42 - || (
43 - games-fps/${GAME}
44 - games-fps/${GAME}-bin ) )"