diff options
author | 2000-12-11 18:50:29 +0000 | |
---|---|---|
committer | 2000-12-11 18:50:29 +0000 | |
commit | 8cfb6f3984f37084213d5ad884068b6d60712fb9 (patch) | |
tree | 610356e5c363275770b5680b3c6417d3c0731fd8 /net-libs | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-8cfb6f3984f37084213d5ad884068b6d60712fb9.tar.gz gentoo-2-8cfb6f3984f37084213d5ad884068b6d60712fb9.tar.bz2 gentoo-2-8cfb6f3984f37084213d5ad884068b6d60712fb9.zip |
*** empty log message ***
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nss_ldap/files/digest-nss_ldap-113 | 1 | ||||
-rw-r--r-- | net-libs/nss_ldap/nss_ldap-113.ebuild | 49 | ||||
-rw-r--r-- | net-libs/pam_ldap/files/digest-pam_ldap-70 | 1 | ||||
-rw-r--r-- | net-libs/pam_ldap/pam_ldap-70.ebuild | 42 |
4 files changed, 0 insertions, 93 deletions
diff --git a/net-libs/nss_ldap/files/digest-nss_ldap-113 b/net-libs/nss_ldap/files/digest-nss_ldap-113 deleted file mode 100644 index 28e11732ec62..000000000000 --- a/net-libs/nss_ldap/files/digest-nss_ldap-113 +++ /dev/null @@ -1 +0,0 @@ -MD5 e87bc89fc4b36bed22c71814153f38ef nss_ldap-113.tar.gz diff --git a/net-libs/nss_ldap/nss_ldap-113.ebuild b/net-libs/nss_ldap/nss_ldap-113.ebuild deleted file mode 100644 index 5b5f18c3553c..000000000000 --- a/net-libs/nss_ldap/nss_ldap-113.ebuild +++ /dev/null @@ -1,49 +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-113.ebuild,v 1.4 2000/11/02 08:31:52 achim Exp $ - -P=nss_ldap-113 -A=nss_ldap-113.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="NSS LDAP Module" -HOMEPAGE="http://www.padl.com/nss_ldap.html" -SRC_URI="ftp://ftp.padl.com/pub/"${A} - -DEPEND=">=sys-libs/glibc-2.1.3 - >=net-nds/openldap-1.2.11" - -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 - preplib / - 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-70 b/net-libs/pam_ldap/files/digest-pam_ldap-70 deleted file mode 100644 index ade7cc78b409..000000000000 --- a/net-libs/pam_ldap/files/digest-pam_ldap-70 +++ /dev/null @@ -1 +0,0 @@ -MD5 b4abdec81242136a685ee28166d72599 pam_ldap-70.tar.gz diff --git a/net-libs/pam_ldap/pam_ldap-70.ebuild b/net-libs/pam_ldap/pam_ldap-70.ebuild deleted file mode 100644 index 5b957132c09e..000000000000 --- a/net-libs/pam_ldap/pam_ldap-70.ebuild +++ /dev/null @@ -1,42 +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-70.ebuild,v 1.3 2000/11/02 08:31:52 achim Exp $ - -P=pam_ldap-70 -A=pam_ldap-70.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="PAM LDAP Module" -HOMEPAGE="http://www.padl.com/pam_ldap.html" -SRC_URI="ftp://ftp.padl.com/pub/"${A} - -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/pam-0.72 - >=net-nds/openldap-1.2.11" - -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/* -} - - - - - |