summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-29 04:28:48 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-29 04:28:48 +0000
commit733e0c46c412512b4d6c667bf7e5fc77e3b3e553 (patch)
treed47f03a5b3b049a9028d6e6d3fa14677081b568e /net-libs/pam_ldap
parentversion bump (diff)
downloadhistorical-733e0c46c412512b4d6c667bf7e5fc77e3b3e553.tar.gz
historical-733e0c46c412512b4d6c667bf7e5fc77e3b3e553.tar.bz2
historical-733e0c46c412512b4d6c667bf7e5fc77e3b3e553.zip
HOMEPAGE fix
Diffstat (limited to 'net-libs/pam_ldap')
-rw-r--r--net-libs/pam_ldap/ChangeLog6
-rw-r--r--net-libs/pam_ldap/files/digest-pam_ldap-134-r11
-rw-r--r--net-libs/pam_ldap/pam_ldap-134-r1.ebuild44
-rw-r--r--net-libs/pam_ldap/pam_ldap-156.ebuild22
4 files changed, 12 insertions, 61 deletions
diff --git a/net-libs/pam_ldap/ChangeLog b/net-libs/pam_ldap/ChangeLog
index 0e5180aaad01..7f3586781da8 100644
--- a/net-libs/pam_ldap/ChangeLog
+++ b/net-libs/pam_ldap/ChangeLog
@@ -1,11 +1,15 @@
# ChangeLog for net-libs/pam_ldap
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/ChangeLog,v 1.6 2003/02/12 08:07:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/ChangeLog,v 1.7 2003/03/29 04:27:39 seemant Exp $
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*pam_ldap-156 (30 Oct 2002)
+ 28 Mar 2003; Seemant Kulleen <seemant@gentoo.org> pam_ldap-134-r1.ebuild,
+ pam_ldap-134-r1.ebuild, pam_ldap-156.ebuild:
+ HOMEPAGE fix by Frantz Dhin <tragedy_rm@hotmail.com> in bug #18299
+
30 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> :
Security update.
diff --git a/net-libs/pam_ldap/files/digest-pam_ldap-134-r1 b/net-libs/pam_ldap/files/digest-pam_ldap-134-r1
deleted file mode 100644
index 2ec73487cff1..000000000000
--- a/net-libs/pam_ldap/files/digest-pam_ldap-134-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7d6583b37e02202c38ef95738880fadb pam_ldap-134.tar.gz 101141
diff --git a/net-libs/pam_ldap/pam_ldap-134-r1.ebuild b/net-libs/pam_ldap/pam_ldap-134-r1.ebuild
deleted file mode 100644
index ba8d8644cb13..000000000000
--- a/net-libs/pam_ldap/pam_ldap-134-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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-134-r1.ebuild,v 1.8 2003/02/13 14:21:34 vapier Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="PAM LDAP Module"
-HOMEPAGE="http://www.padl.com/pam_ldap.html"
-SRC_URI="ftp://ftp.padl.com/pub/${P}.tar.gz"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/pam-0.72
- >=net-nds/openldap-1.2.11"
-
-SLOT="0"
-LICENSE="GPL-2 | LGPL-2"
-KEYWORDS="x86 sparc "
-
-src_compile() {
- aclocal
- autoconf
- automake --add-missing
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --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/*
-}
-
diff --git a/net-libs/pam_ldap/pam_ldap-156.ebuild b/net-libs/pam_ldap/pam_ldap-156.ebuild
index e5e033904a77..5ebb334af20e 100644
--- a/net-libs/pam_ldap/pam_ldap-156.ebuild
+++ b/net-libs/pam_ldap/pam_ldap-156.ebuild
@@ -1,33 +1,26 @@
# 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-156.ebuild,v 1.3 2003/02/13 14:21:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/pam_ldap-156.ebuild,v 1.4 2003/03/29 04:27:39 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PAM LDAP Module"
-HOMEPAGE="http://www.padl.com/pam_ldap.html"
+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"
-SLOT="0"
-LICENSE="GPL-2 | LGPL-2"
-KEYWORDS="x86 sparc "
-
src_compile() {
aclocal
autoconf
automake --add-missing
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --with-ldap-lib=openldap || die
-
+ econf --with-ldap-lib=openldap || die
emake || die
}
@@ -41,4 +34,3 @@ src_install() {
docinto pam.d
dodoc pam.d/*
}
-