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-cbp2: ChangeLog ut2004-bonuspack-cbp2-1-r1.ebuild
Date: Sun, 04 Oct 2009 13:31:29
Message-Id: E1MuRBM-0004pH-Dv@stork.gentoo.org
1 nyhm 09/10/04 13:31:24
2
3 Modified: ChangeLog ut2004-bonuspack-cbp2-1-r1.ebuild
4 Log:
5 EAPI=2; disable installation of init script and remove dedicated and opengl USE flags
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 games-fps/ut2004-bonuspack-cbp2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ChangeLog?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ChangeLog?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ChangeLog?r1=1.7&r2=1.8
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ChangeLog,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ChangeLog 28 Jul 2008 16:47:06 -0000 1.7
22 +++ ChangeLog 4 Oct 2009 13:31:23 -0000 1.8
23 @@ -1,6 +1,11 @@
24 # ChangeLog for games-fps/ut2004-bonuspack-cbp2
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ChangeLog,v 1.7 2008/07/28 16:47:06 wolf31o2 Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ChangeLog,v 1.8 2009/10/04 13:31:23 nyhm Exp $
29 +
30 + 04 Oct 2009; Tristan Heaven <nyhm@g.o>
31 + ut2004-bonuspack-cbp2-1-r1.ebuild:
32 + EAPI=2; disable installation of init script and remove dedicated and
33 + opengl USE flags
34
35 28 Jul 2008; Chris Gianelloni <wolf31o2@g.o> metadata.xml:
36 Removing myself from metadata.xml since I am retiring from the project.
37
38
39
40 1.6 games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild?r1=1.5&r2=1.6
45
46 Index: ut2004-bonuspack-cbp2-1-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- ut2004-bonuspack-cbp2-1-r1.ebuild 1 Oct 2009 22:03:08 -0000 1.5
53 +++ ut2004-bonuspack-cbp2-1-r1.ebuild 4 Oct 2009 13:31:23 -0000 1.6
54 @@ -1,10 +1,13 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild,v 1.5 2009/10/01 22:03:08 nyhm Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild,v 1.6 2009/10/04 13:31:23 nyhm Exp $
60 +
61 +EAPI=2
62
63 MOD_DESC="Community Bonus Pack 2 volumes 1 and 2"
64 MOD_NAME="Community Bonus Pack 2 volumes 1 and 2"
65 MOD_TBZ2="cbp2_volume1 cbp2_volume2"
66 +MOD_NO_DED="1"
67
68 inherit games games-mods
69
70 @@ -14,7 +17,7 @@
71
72 LICENSE="freedist"
73 KEYWORDS="amd64 x86"
74 -IUSE="dedicated opengl"
75 +IUSE=""
76
77 RDEPEND="games-fps/ut2004-bonuspack-cbp1"