Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/nss_ldap: ChangeLog nss_ldap-264-r1.ebuild
Date: Thu, 25 Feb 2010 10:24:57
Message-Id: E1Nkatq-0005Ci-S5@stork.gentoo.org
1 fauli 10/02/25 10:24:54
2
3 Modified: ChangeLog nss_ldap-264-r1.ebuild
4 Log:
5 stable x86, bug 305935
6 (Portage version: 2.1.7.17/cvs/Linux i686)
7
8 Revision Changes Path
9 1.61 sys-auth/nss_ldap/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/ChangeLog?rev=1.61&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/ChangeLog?rev=1.61&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/ChangeLog?r1=1.60&r2=1.61
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v
18 retrieving revision 1.60
19 retrieving revision 1.61
20 diff -u -r1.60 -r1.61
21 --- ChangeLog 19 Feb 2010 19:25:50 -0000 1.60
22 +++ ChangeLog 25 Feb 2010 10:24:54 -0000 1.61
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-auth/nss_ldap
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.60 2010/02/19 19:25:50 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.61 2010/02/25 10:24:54 fauli Exp $
28 +
29 + 25 Feb 2010; Christian Faulhammer <fauli@g.o>
30 + nss_ldap-264-r1.ebuild:
31 + stable x86, bug 305935
32
33 19 Feb 2010; Robin H. Johnson <robbat2@g.o> nss_ldap-264.ebuild,
34 nss_ldap-264-r1.ebuild, nss_ldap-265.ebuild:
35
36
37
38 1.4 sys-auth/nss_ldap/nss_ldap-264-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-264-r1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-264-r1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-264-r1.ebuild?r1=1.3&r2=1.4
43
44 Index: nss_ldap-264-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-264-r1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- nss_ldap-264-r1.ebuild 20 Feb 2010 14:51:54 -0000 1.3
51 +++ nss_ldap-264-r1.ebuild 25 Feb 2010 10:24:54 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-264-r1.ebuild,v 1.3 2010/02/20 14:51:54 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-264-r1.ebuild,v 1.4 2010/02/25 10:24:54 fauli Exp $
57
58 EAPI=2
59 inherit fixheadtails eutils multilib autotools
60 @@ -13,7 +13,7 @@
61
62 SLOT="0"
63 LICENSE="LGPL-2"
64 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
65 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
66
67 DEPEND=">=net-nds/openldap-2.1.30-r5
68 sasl? ( dev-libs/cyrus-sasl )