diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2003-05-28 20:34:40 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2003-05-28 20:34:40 +0000 |
commit | 8145571b63240568c79b285c94b189869d94c2eb (patch) | |
tree | 229c8efcd19e56daf55adabcf2d11ab09eb1e195 /net-libs | |
parent | version bump (diff) | |
download | historical-8145571b63240568c79b285c94b189869d94c2eb.tar.gz historical-8145571b63240568c79b285c94b189869d94c2eb.tar.bz2 historical-8145571b63240568c79b285c94b189869d94c2eb.zip |
version bump
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/pam_ldap/Manifest | 5 | ||||
-rw-r--r-- | net-libs/pam_ldap/files/digest-pam_ldap-156 | 1 | ||||
-rw-r--r-- | net-libs/pam_ldap/files/digest-pam_ldap-161 | 1 | ||||
-rw-r--r-- | net-libs/pam_ldap/pam_ldap-161.ebuild | 36 |
4 files changed, 39 insertions, 4 deletions
diff --git a/net-libs/pam_ldap/Manifest b/net-libs/pam_ldap/Manifest index 68f2d2cbb8cf..0465d5d4bf9f 100644 --- a/net-libs/pam_ldap/Manifest +++ b/net-libs/pam_ldap/Manifest @@ -1,6 +1,5 @@ -MD5 13890ecd12749f545e05f6b5b67069a0 pam_ldap-161.ebuild 857 -MD5 17ef4b8806633e1c6ae870a6fbdf7dde .pam_ldap-156.ebuild.swp 12288 -MD5 39b98f463c235bc2b0e3842b84a0dad1 ChangeLog 1177 +MD5 e30f4e4cb161c165dfb964eab64a9e48 pam_ldap-161.ebuild 860 +MD5 f94efd1dfed788520cdd6d030af33ef8 ChangeLog 1296 MD5 13890ecd12749f545e05f6b5b67069a0 pam_ldap-156.ebuild 857 MD5 f6a188644f736d46d200c045eff82bea files/digest-pam_ldap-156 64 MD5 e7be3daad202a50aecd0d3888bf5c46e files/digest-pam_ldap-161 64 diff --git a/net-libs/pam_ldap/files/digest-pam_ldap-156 b/net-libs/pam_ldap/files/digest-pam_ldap-156 index f44636d88a09..9cfd4a5f0d8a 100644 --- a/net-libs/pam_ldap/files/digest-pam_ldap-156 +++ b/net-libs/pam_ldap/files/digest-pam_ldap-156 @@ -1,2 +1 @@ -MD5 13890ecd12749f545e05f6b5b67069a0 /pam_ldap-156.ebuild 857 MD5 02ca2eb266513c61027d168e12e3eb3c pam_ldap-156.tar.gz 115648 diff --git a/net-libs/pam_ldap/files/digest-pam_ldap-161 b/net-libs/pam_ldap/files/digest-pam_ldap-161 new file mode 100644 index 000000000000..1108a1b02030 --- /dev/null +++ b/net-libs/pam_ldap/files/digest-pam_ldap-161 @@ -0,0 +1 @@ +MD5 504368f92301a13f3ba9b7101db446e6 pam_ldap-161.tar.gz 116197 diff --git a/net-libs/pam_ldap/pam_ldap-161.ebuild b/net-libs/pam_ldap/pam_ldap-161.ebuild new file mode 100644 index 000000000000..d18d1a3cff17 --- /dev/null +++ b/net-libs/pam_ldap/pam_ldap-161.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-161.ebuild,v 1.1 2003/05/28 20:34:34 g2boojum 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/* +} |