diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-05 01:32:51 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-05 01:32:51 +0000 |
commit | 870975672208bdb277e2e5168678f9101f91a287 (patch) | |
tree | 283e3081ff3950aa60279a178933e239073d018b /net-libs | |
parent | *** empty log message *** (diff) | |
download | historical-870975672208bdb277e2e5168678f9101f91a287.tar.gz historical-870975672208bdb277e2e5168678f9101f91a287.tar.bz2 historical-870975672208bdb277e2e5168678f9101f91a287.zip |
get ready for rc2
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nss_ldap/files/digest-nss_ldap-110-r1 | 1 | ||||
-rw-r--r-- | net-libs/nss_ldap/nss_ldap-110-r1.ebuild | 45 | ||||
-rw-r--r-- | net-libs/pam_ldap/files/digest-pam_ldap-61-r1 | 1 | ||||
-rw-r--r-- | net-libs/pam_ldap/pam_ldap-61-r1.ebuild | 38 |
4 files changed, 0 insertions, 85 deletions
diff --git a/net-libs/nss_ldap/files/digest-nss_ldap-110-r1 b/net-libs/nss_ldap/files/digest-nss_ldap-110-r1 deleted file mode 100644 index 778a54465343..000000000000 --- a/net-libs/nss_ldap/files/digest-nss_ldap-110-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 fb7be1157e3f0daca17750cc1185cb76 nss_ldap.tgz diff --git a/net-libs/nss_ldap/nss_ldap-110-r1.ebuild b/net-libs/nss_ldap/nss_ldap-110-r1.ebuild deleted file mode 100644 index 14e5846a347f..000000000000 --- a/net-libs/nss_ldap/nss_ldap-110-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-libs/nss_ldap/nss_ldap-110-r1.ebuild,v 1.3 2000/09/15 20:09:10 drobbins Exp $ - -P=nss_ldap-110 -A=nss_ldap.tgz -S=${WORKDIR}/${P} -DESCRIPTION="NSS LDAP Module" -HOMEPAGE="http://www.padl.com/nss_ldap.html" -SRC_URI="ftp://ftp.padl.com/pub/"${A} - -src_unpack() { - unpack ${A} - cd ${S} - sed -e "s/^NSFLAGS/#NSFLAGS/" \ - -e "s/-lsasl//" \ - -e "s/-O/${CFLAGS}/" Makefile.linux.openldap2 > Makefile -} - -src_compile() { - cd ${S} - try make -} - -src_install() { - cd ${S} - into / - dolib.so libnss_ldap-2.1.3.so - into /usr - doman *.1 - insinto /etc - doins nsswitch.ldap - insinto /usr/bin - insopts -m755 - doins ldaptest.pl - dodoc ldap.conf ANNOUNCE BUGS ChangeLog CONTRIBUTORS COPYING.LIB - dodoc CVSVersionInfo.txt IRS README rfc*.txt nsswitch.test -} - - - - - - diff --git a/net-libs/pam_ldap/files/digest-pam_ldap-61-r1 b/net-libs/pam_ldap/files/digest-pam_ldap-61-r1 deleted file mode 100644 index 833f0c355a8c..000000000000 --- a/net-libs/pam_ldap/files/digest-pam_ldap-61-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b8567a6cc5086558bdfefec3fd4babc2 pam_ldap.tgz diff --git a/net-libs/pam_ldap/pam_ldap-61-r1.ebuild b/net-libs/pam_ldap/pam_ldap-61-r1.ebuild deleted file mode 100644 index 69a8d1ec0bd8..000000000000 --- a/net-libs/pam_ldap/pam_ldap-61-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/pam_ldap-61-r1.ebuild,v 1.3 2000/09/15 20:09:10 drobbins Exp $ - -P=pam_ldap-61 -A=pam_ldap.tgz -S=${WORKDIR}/${P} -DESCRIPTION="PAM LDAP Module" -HOMEPAGE="http://www.padl.com/pam_ldap.html" -SRC_URI="ftp://ftp.padl.com/pub/"${A} - -src_unpack() { - unpack ${A} -} - -src_compile() { - cd ${S} - touch NEWS - touch AUTHORS - try ./configure --host=${CHOST} --prefix=/usr --with-ldap-lib=openldap - try make -} - -src_install() { - cd ${S} - exeinto /usr/lib/security - doexe pam_ldap.so - dodoc pam.conf ldap.conf - dodoc ChangeLog COPYING.* CVSVersionInfo.txt README - docinto pam.d - dodoc pam.d/* -} - - - - - |