Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gconf: ChangeLog gconf-2.20.1-r1.ebuild
Date: Wed, 02 Jan 2008 07:06:23
Message-Id: E1J9xgA-0001n4-Fd@stork.gentoo.org
1 eva 08/01/02 07:06:18
2
3 Modified: ChangeLog gconf-2.20.1-r1.ebuild
4 Log:
5 actually add the ldap use
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.180 gnome-base/gconf/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gconf/ChangeLog?rev=1.180&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gconf/ChangeLog?rev=1.180&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gconf/ChangeLog?r1=1.179&r2=1.180
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v
18 retrieving revision 1.179
19 retrieving revision 1.180
20 diff -u -r1.179 -r1.180
21 --- ChangeLog 1 Jan 2008 21:45:46 -0000 1.179
22 +++ ChangeLog 2 Jan 2008 07:06:17 -0000 1.180
23 @@ -1,6 +1,10 @@
24 # ChangeLog for gnome-base/gconf
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.179 2008/01/01 21:45:46 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.180 2008/01/02 07:06:17 eva Exp $
28 +
29 + 02 Jan 2008; Gilles Dartiguelongue <eva@g.o>
30 + gconf-2.20.1-r1.ebuild:
31 + actually add the ldap use
32
33 *gconf-2.20.1-r1 (01 Jan 2008)
34
35
36
37
38 1.2 gnome-base/gconf/gconf-2.20.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gconf/gconf-2.20.1-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gconf/gconf-2.20.1-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gconf/gconf-2.20.1-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: gconf-2.20.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.20.1-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gconf-2.20.1-r1.ebuild 1 Jan 2008 21:45:46 -0000 1.1
51 +++ gconf-2.20.1-r1.ebuild 2 Jan 2008 07:06:17 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.20.1-r1.ebuild,v 1.1 2008/01/01 21:45:46 eva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.20.1-r1.ebuild,v 1.2 2008/01/02 07:06:17 eva Exp $
57
58 inherit gnome2 autotools
59
60 @@ -15,7 +15,7 @@
61 LICENSE="LGPL-2"
62 SLOT="2"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
64 -IUSE="debug doc"
65 +IUSE="debug doc ldap"
66
67 RDEPEND=">=dev-libs/glib-2.10
68 >=x11-libs/gtk+-2.8.16
69 @@ -32,7 +32,7 @@
70 S="${WORKDIR}/${MY_P}"
71
72 pkg_setup() {
73 - G2CONF="${G2CONF} --enable-gtk $(use_enable debug)"
74 + G2CONF="${G2CONF} --enable-gtk $(use_enable debug) $(use_with ldap openldap)"
75 kill_gconf
76 }
77
78
79
80
81 --
82 gentoo-commits@g.o mailing list