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/ut2004-bonuspack-cbp1: ut2004-bonuspack-cbp1-1-r1.ebuild
Date: Thu, 01 Oct 2009 22:02:20
Message-Id: E1MtTiD-0007ph-Oa@stork.gentoo.org
1 nyhm 09/10/01 22:01:21
2
3 Modified: ut2004-bonuspack-cbp1-1-r1.ebuild
4 Log:
5 set KEYWORDS, IUSE; drop RDEPEND
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: ut2004-bonuspack-cbp1-1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ut2004-bonuspack-cbp1-1-r1.ebuild 10 Jan 2007 19:32:24 -0000 1.2
22 +++ ut2004-bonuspack-cbp1-1-r1.ebuild 1 Oct 2009 22:01:21 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild,v 1.2 2007/01/10 19:32:24 wolf31o2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild,v 1.3 2009/10/01 22:01:21 nyhm Exp $
28
29 MOD_DESC="original Community Bonus Pack for UT2003 repacked for UT2004"
30 MOD_NAME="Community Bonus Pack Volume 1"
31 @@ -12,5 +12,5 @@
32 SRC_URI="mirror://liflg/cbp1_volume1-multilanguage-2.run"
33
34 LICENSE="freedist"
35 -
36 -RDEPEND="${CATEGORY}/${GAME}"
37 +KEYWORDS="amd64 x86"
38 +IUSE="dedicated opengl"