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-bfp: quake3-bfp-1.2-r1.ebuild
Date: Thu, 01 Oct 2009 21:17:58
Message-Id: E1MtT2B-0005yL-On@stork.gentoo.org
1 nyhm 09/10/01 21:17:55
2
3 Modified: quake3-bfp-1.2-r1.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.4 games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild?r1=1.3&r2=1.4
14
15 Index: quake3-bfp-1.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- quake3-bfp-1.2-r1.ebuild 15 Feb 2008 01:00:12 -0000 1.3
22 +++ quake3-bfp-1.2-r1.ebuild 1 Oct 2009 21:17:55 -0000 1.4
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-bfp/quake3-bfp-1.2-r1.ebuild,v 1.3 2008/02/15 01:00:12 wolf31o2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild,v 1.4 2009/10/01 21:17:55 nyhm Exp $
28
29 MOD_DESC="take control of Ki-powered superheros and battle in a mostly aerial fight"
30 MOD_NAME="Bid For Power"
31 @@ -13,11 +13,5 @@
32 SRC_URI="http://games.mirrors.tds.net/pub/planetquake3/modifications/bidforpower/bidforpower${PV/./-}.zip"
33
34 LICENSE="freedist"
35 -
36 KEYWORDS="-* ~amd64 ~ppc ~x86"
37 -
38 -RDEPEND="ppc? ( games-fps/${GAME} )
39 - !ppc? (
40 - || (
41 - games-fps/${GAME}
42 - games-fps/${GAME}-bin ) )"
43 +IUSE="dedicated opengl"