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-auth/pam_ldap: ChangeLog pam_ldap-184.ebuild
Date: Tue, 18 Sep 2007 23:33:11
Message-Id: E1IXmRU-0004O5-7O@stork.gentoo.org
1 robbat2 07/09/18 23:25:20
2
3 Modified: ChangeLog
4 Added: pam_ldap-184.ebuild
5 Log:
6 Bug #173384, version bump.
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.38 sys-auth/pam_ldap/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/ChangeLog?rev=1.38&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 17 Dec 2006 21:57:50 -0000 1.37
23 +++ ChangeLog 18 Sep 2007 23:25:19 -0000 1.38
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-auth/pam_ldap
26 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.37 2006/12/17 21:57:50 killerfox Exp $
28 +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.38 2007/09/18 23:25:19 robbat2 Exp $
30 +
31 +*pam_ldap-184 (18 Sep 2007)
32 +
33 + 18 Sep 2007; Robin H. Johnson <robbat2@g.o> +pam_ldap-184.ebuild:
34 + Bug #173384, version bump.
35
36 17 Dec 2006; René Nussbaumer <killerfox@g.o> pam_ldap-183.ebuild:
37 Stable on hppa. See bug #153916.
38
39
40
41 1.1 sys-auth/pam_ldap/pam_ldap-184.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/pam_ldap-184.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_ldap/pam_ldap-184.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pam_ldap-184.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-184.ebuild,v 1.1 2007/09/18 23:25:19 robbat2 Exp $
51
52 WANT_AUTOCONF="latest"
53 WANT_AUTOMAKE="latest"
54
55 inherit eutils pam autotools
56
57 DESCRIPTION="PAM LDAP Module"
58 HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html"
59 SRC_URI="http://www.padl.com/download/${P}.tar.gz"
60
61 LICENSE="|| ( GPL-2 LGPL-2 )"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="ssl sasl"
65 DEPEND=">=sys-libs/glibc-2.1.3
66 >=sys-libs/pam-0.72
67 >=net-nds/openldap-2.1.30-r5
68 sasl? ( dev-libs/cyrus-sasl )"
69
70 src_unpack() {
71 unpack ${A}
72 #EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-176-fix-referral-tls.patch
73
74 cd "${S}"
75 eautoreconf
76 }
77
78 src_compile() {
79 econf --with-ldap-lib=openldap `use_enable ssl` || die
80 emake || die
81 }
82
83 src_install() {
84 dopammod pam_ldap.so
85
86 dodoc pam.conf ldap.conf ldapns.schema chsh chfn certutil
87 dodoc ChangeLog CVSVersionInfo.txt README AUTHORS ns-pwd-policy.schema
88 doman pam_ldap.5
89
90 docinto pam.d
91 dodoc pam.d/*
92 }
93
94
95
96 --
97 gentoo-commits@g.o mailing list