diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-12-01 00:04:25 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-12-01 00:04:25 +0000 |
commit | ed211560af34a5c557c24032000fc14d6fa8d95f (patch) | |
tree | 6a36832747c6b44dd663170cadf904a52f8326cf /net-libs | |
parent | Bug #49349 redux, 220 in x86. Add new version of 226, new upstream no longer ... (diff) | |
download | historical-ed211560af34a5c557c24032000fc14d6fa8d95f.tar.gz historical-ed211560af34a5c557c24032000fc14d6fa8d95f.tar.bz2 historical-ed211560af34a5c557c24032000fc14d6fa8d95f.zip |
Put 171 in x86. Add new version 176.
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/pam_ldap/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/pam_ldap/files/digest-pam_ldap-176 | 1 | ||||
-rw-r--r-- | net-libs/pam_ldap/pam_ldap-171.ebuild | 4 | ||||
-rw-r--r-- | net-libs/pam_ldap/pam_ldap-176.ebuild | 34 |
4 files changed, 42 insertions, 3 deletions
diff --git a/net-libs/pam_ldap/ChangeLog b/net-libs/pam_ldap/ChangeLog index 6b8392efcd8a..f5d9eac7b303 100644 --- a/net-libs/pam_ldap/ChangeLog +++ b/net-libs/pam_ldap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/pam_ldap # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/ChangeLog,v 1.17 2004/09/19 22:30:33 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/ChangeLog,v 1.18 2004/12/01 00:04:24 robbat2 Exp $ + + 30 Nov 2004; Robin H. Johnson <robbat2@gentoo.org> pam_ldap-171.ebuild, + pam_ldap-176.ebuild: + Put 171 in x86. Add new version 176. 20 Sep 2004; Bryan Østergaard,,, <kloeri@gentoo.org> pam_ldap-171.ebuild: Add ~alpha. diff --git a/net-libs/pam_ldap/files/digest-pam_ldap-176 b/net-libs/pam_ldap/files/digest-pam_ldap-176 new file mode 100644 index 000000000000..f8e47dc8aaef --- /dev/null +++ b/net-libs/pam_ldap/files/digest-pam_ldap-176 @@ -0,0 +1 @@ +MD5 3f49fe6d5d33d33d708908e7f7d180b2 pam_ldap-176.tar.gz 121531 diff --git a/net-libs/pam_ldap/pam_ldap-171.ebuild b/net-libs/pam_ldap/pam_ldap-171.ebuild index bc14a45de419..4ef3a35d2732 100644 --- a/net-libs/pam_ldap/pam_ldap-171.ebuild +++ b/net-libs/pam_ldap/pam_ldap-171.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/pam_ldap-171.ebuild,v 1.3 2004/11/08 09:14:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/pam_ldap-171.ebuild,v 1.4 2004/12/01 00:04:25 robbat2 Exp $ DESCRIPTION="PAM LDAP Module" HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html" @@ -8,7 +8,7 @@ SRC_URI="http://www.padl.com/download/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~hppa ~alpha" +KEYWORDS="x86 ~sparc ~ppc ~hppa ~alpha" IUSE="ssl" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.72 diff --git a/net-libs/pam_ldap/pam_ldap-176.ebuild b/net-libs/pam_ldap/pam_ldap-176.ebuild new file mode 100644 index 000000000000..af378641ab3c --- /dev/null +++ b/net-libs/pam_ldap/pam_ldap-176.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/pam_ldap-176.ebuild,v 1.1 2004/12/01 00:04:25 robbat2 Exp $ + +DESCRIPTION="PAM LDAP Module" +HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html" +SRC_URI="http://www.padl.com/download/${P}.tar.gz" + +LICENSE="|| ( GPL-2 LGPL-2 )" +SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc ~hppa ~alpha" +IUSE="ssl" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/pam-0.72 + >=net-nds/openldap-1.2.11" + +src_compile() { + aclocal + autoconf + automake --add-missing + + econf --with-ldap-lib=openldap `use_enable ssl` || die + emake || die +} + +src_install() { + exeinto /lib/security + doexe pam_ldap.so + + dodoc pam.conf ldap.conf ldapns.schema chsh chfn certutil + dodoc ChangeLog COPYING.* CVSVersionInfo.txt README AUTHORS ns-pwd-policy.schema + docinto pam.d + dodoc pam.d/* +} |