summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/nss_ldap/nss_ldap-123.ebuild')
-rw-r--r--net-libs/nss_ldap/nss_ldap-123.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/net-libs/nss_ldap/nss_ldap-123.ebuild b/net-libs/nss_ldap/nss_ldap-123.ebuild
deleted file mode 100644
index 46746b01ed6f..000000000000
--- a/net-libs/nss_ldap/nss_ldap-123.ebuild
+++ /dev/null
@@ -1,48 +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-123.ebuild,v 1.1 2000/11/26 20:54:19 achim Exp $
-
-A=${P}.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.*.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 README rfc*.txt nsswitch.test
-}
-
-
-
-
-
-