Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@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: Mon, 01 Nov 2010 20:08:59
Message-Id: 20101101200841.57A1220051@flycatcher.gentoo.org
1 halcy0n 10/11/01 20:08:41
2
3 Modified: ChangeLog nss_ldap-264-r1.ebuild
4 Log:
5 Stable for ppc64; bug #305935
6
7 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.66 sys-auth/nss_ldap/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/ChangeLog?rev=1.66&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/ChangeLog?rev=1.66&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/ChangeLog?r1=1.65&r2=1.66
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v
19 retrieving revision 1.65
20 retrieving revision 1.66
21 diff -u -r1.65 -r1.66
22 --- ChangeLog 1 Jul 2010 16:47:50 -0000 1.65
23 +++ ChangeLog 1 Nov 2010 20:08:41 -0000 1.66
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-auth/nss_ldap
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.65 2010/07/01 16:47:50 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.66 2010/11/01 20:08:41 halcy0n Exp $
29 +
30 + 01 Nov 2010; Mark Loeser <halcy0n@g.o> nss_ldap-264-r1.ebuild:
31 + Stable for ppc64; bug #305935
32
33 01 Jul 2010; Jeroen Roovers <jer@g.o> nss_ldap-264-r1.ebuild:
34 Stable for HPPA (bug #305935).
35
36
37
38 1.9 sys-auth/nss_ldap/nss_ldap-264-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/nss_ldap-264-r1.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/nss_ldap-264-r1.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss_ldap/nss_ldap-264-r1.ebuild?r1=1.8&r2=1.9
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.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- nss_ldap-264-r1.ebuild 1 Jul 2010 16:47:50 -0000 1.8
51 +++ nss_ldap-264-r1.ebuild 1 Nov 2010 20:08:41 -0000 1.9
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.8 2010/07/01 16:47:50 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-264-r1.ebuild,v 1.9 2010/11/01 20:08:41 halcy0n 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 )