Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/quota: quota-3.15.ebuild ChangeLog
Date: Fri, 28 Dec 2007 02:17:06
Message-Id: E1J84mO-00065S-KV@stork.gentoo.org
1 robbat2 07/12/28 02:16:56
2
3 Modified: quota-3.15.ebuild ChangeLog
4 Log:
5 Fix ldap compile bug #203285.
6 (Portage version: 2.1.4_rc10)
7
8 Revision Changes Path
9 1.2 sys-fs/quota/quota-3.15.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.15.ebuild?r1=1.1&r2=1.2
14
15 Index: quota-3.15.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.15.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -p -w -b -B -u -u -r1.1 -r1.2
21 --- quota-3.15.ebuild 24 Dec 2007 12:00:08 -0000 1.1
22 +++ quota-3.15.ebuild 28 Dec 2007 02:16:56 -0000 1.2
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/sys-fs/quota/quota-3.15.ebuild,v 1.1 2007/12/24 12:00:08 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.15.ebuild,v 1.2 2007/12/28 02:16:56 robbat2 Exp $
28
29 inherit eutils flag-o-matic
30
31 @@ -13,7 +13,7 @@ SLOT="0"
32 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
33 IUSE="nls tcpd ldap rpc"
34
35 -RDEPEND="ldap? ( net-nds/openldap )
36 +RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )
37 tcpd? ( sys-apps/tcp-wrappers )
38 rpc? ( net-nds/portmap )"
39 DEPEND="${RDEPEND}
40 @@ -32,7 +32,9 @@ src_unpack() {
41 # Don't strip binaries (from Fedora)
42 epatch "${FILESDIR}"/quota-3.06-no-stripping.patch
43
44 - append-cppflags -DLDAP_DEPRECATED=1
45 + # This was for openldap-2.2 support before,
46 + # Now we only support >=2.3
47 + append-cppflags -DLDAP_DEPRECATED=0
48
49 sed -i -e "s:,LIBS=\"\$saved_LIBS=\":;LIBS=\"\$saved_LIBS\":" configure
50 }
51
52
53
54 1.33 sys-fs/quota/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.33&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.33&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.32&r2=1.33
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
63 retrieving revision 1.32
64 retrieving revision 1.33
65 diff -p -w -b -B -u -u -r1.32 -r1.33
66 --- ChangeLog 24 Dec 2007 12:00:08 -0000 1.32
67 +++ ChangeLog 28 Dec 2007 02:16:56 -0000 1.33
68 @@ -1,6 +1,9 @@
69 # ChangeLog for sys-fs/quota
70 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.32 2007/12/24 12:00:08 vapier Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.33 2007/12/28 02:16:56 robbat2 Exp $
73 +
74 + 28 Dec 2007; Robin H. Johnson <robbat2@g.o> quota-3.15.ebuild:
75 + Fix ldap compile bug #203285.
76
77 *quota-3.15 (24 Dec 2007)
78
79
80
81
82 --
83 gentoo-commits@g.o mailing list