summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-02-08 20:23:24 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-02-08 20:23:24 +0000
commit98c50866e45212e64b18b4c964af2047757e8747 (patch)
tree7773826996f094510e5220a8ade569f1ac71d2e7 /net-libs
parentbug #23362, version bump. (diff)
downloadgentoo-2-98c50866e45212e64b18b4c964af2047757e8747.tar.gz
gentoo-2-98c50866e45212e64b18b4c964af2047757e8747.tar.bz2
gentoo-2-98c50866e45212e64b18b4c964af2047757e8747.zip
bug #23362, version bump.
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/pam_ldap/ChangeLog4
-rw-r--r--net-libs/pam_ldap/Manifest8
-rw-r--r--net-libs/pam_ldap/files/digest-pam_ldap-1641
-rw-r--r--net-libs/pam_ldap/pam_ldap-164.ebuild36
4 files changed, 44 insertions, 5 deletions
diff --git a/net-libs/pam_ldap/ChangeLog b/net-libs/pam_ldap/ChangeLog
index 67ebe0e52405..6f23bed0907b 100644
--- a/net-libs/pam_ldap/ChangeLog
+++ b/net-libs/pam_ldap/ChangeLog
@@ -1,8 +1,8 @@
# ChangeLog for net-libs/pam_ldap
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/ChangeLog,v 1.9 2004/02/08 20:23:02 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/ChangeLog,v 1.10 2004/02/08 20:23:24 robbat2 Exp $
- 08 Feb 2004; Robin H. Johnson <robbat2@gentoo.org> :
+ 08 Feb 2004; Robin H. Johnson <robbat2@gentoo.org> pam_ldap-164.ebuild:
bug #23362, version bump.
*pam_ldap-161 (28 May 2003)
diff --git a/net-libs/pam_ldap/Manifest b/net-libs/pam_ldap/Manifest
index c152e1a7f98e..4e915ba828ed 100644
--- a/net-libs/pam_ldap/Manifest
+++ b/net-libs/pam_ldap/Manifest
@@ -1,5 +1,7 @@
-MD5 f94efd1dfed788520cdd6d030af33ef8 ChangeLog 1296
-MD5 f20a488dd55e54459ffabda1f0175ac6 pam_ldap-156.ebuild 804
-MD5 4668c597690bff1e08eb73d3c74e36e9 pam_ldap-161.ebuild 800
+MD5 199ccdb3c204dbb19839dcceca1d3618 pam_ldap-164.ebuild 799
+MD5 199ccdb3c204dbb19839dcceca1d3618 pam_ldap-161.ebuild 799
+MD5 48b1a449677b6da7f9821bfbe5364885 ChangeLog 1295
+MD5 490f9c6c014926879934f46229728a95 pam_ldap-156.ebuild 803
MD5 f6a188644f736d46d200c045eff82bea files/digest-pam_ldap-156 64
MD5 e7be3daad202a50aecd0d3888bf5c46e files/digest-pam_ldap-161 64
+MD5 58a43c49c9c6fac27d940fccdbfd5cf3 files/digest-pam_ldap-164 64
diff --git a/net-libs/pam_ldap/files/digest-pam_ldap-164 b/net-libs/pam_ldap/files/digest-pam_ldap-164
new file mode 100644
index 000000000000..18f19f58699f
--- /dev/null
+++ b/net-libs/pam_ldap/files/digest-pam_ldap-164
@@ -0,0 +1 @@
+MD5 0b5d6ef6735480210d27a3d969f59e12 pam_ldap-164.tar.gz 116873
diff --git a/net-libs/pam_ldap/pam_ldap-164.ebuild b/net-libs/pam_ldap/pam_ldap-164.ebuild
new file mode 100644
index 000000000000..8028b4eeeed2
--- /dev/null
+++ b/net-libs/pam_ldap/pam_ldap-164.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/pam_ldap-164.ebuild,v 1.1 2004/02/08 20:23:02 robbat2 Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="PAM LDAP Module"
+HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html"
+SRC_URI="ftp://ftp.padl.com/pub/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2 | LGPL-2"
+KEYWORDS="~x86 ~sparc"
+
+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 || die
+ emake || die
+}
+
+src_install() {
+
+ exeinto /lib/security
+ doexe pam_ldap.so
+
+ dodoc pam.conf ldap.conf
+ dodoc ChangeLog COPYING.* CVSVersionInfo.txt README
+ docinto pam.d
+ dodoc pam.d/*
+}