diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-12 16:30:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-12 16:30:36 +0000 |
commit | 609a27c8a205c457167b5ca6537ec8a5cd154645 (patch) | |
tree | 764ae29d031879807fd93e667d0a53c51e73fbc9 /sys-auth | |
parent | Remove old versions. (diff) | |
download | gentoo-2-609a27c8a205c457167b5ca6537ec8a5cd154645.tar.gz gentoo-2-609a27c8a205c457167b5ca6537ec8a5cd154645.tar.bz2 gentoo-2-609a27c8a205c457167b5ca6537ec8a5cd154645.zip |
Fix autotools regeneration and dependencies. Thanks to Patric Lauer for reporting in bug #151034.
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-180.ebuild | 14 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-182.ebuild | 14 |
3 files changed, 20 insertions, 15 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index 14b41610fa27..91261f245c4a 100644 --- a/sys-auth/pam_ldap/ChangeLog +++ b/sys-auth/pam_ldap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/pam_ldap # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.28 2006/10/12 16:26:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.29 2006/10/12 16:30:36 flameeyes Exp $ + + 12 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> pam_ldap-180.ebuild, + pam_ldap-182.ebuild: + Fix autotools regeneration and dependencies. Thanks to Patric Lauer for + reporting in bug #151034. 12 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> -files/pam_ldap-176-fix-referral-tls.patch, -pam_ldap-156.ebuild, diff --git a/sys-auth/pam_ldap/pam_ldap-180.ebuild b/sys-auth/pam_ldap/pam_ldap-180.ebuild index e1ff4d026bce..9d92ce61a366 100644 --- a/sys-auth/pam_ldap/pam_ldap-180.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-180.ebuild @@ -1,8 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.13 2006/04/29 23:01:17 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.14 2006/10/12 16:30:36 flameeyes Exp $ -inherit eutils pam +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" + +inherit eutils pam autotools DESCRIPTION="PAM LDAP Module" HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html" @@ -20,11 +23,8 @@ src_unpack() { unpack ${A} #EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-176-fix-referral-tls.patch - cd ${S} - export WANT_AUTOCONF=2.5 - aclocal || die "aclocal failed" - autoconf || die "autoconf failed" - automake --add-missing || die "automake failed" + cd "${S}" + eautoreconf } src_compile() { diff --git a/sys-auth/pam_ldap/pam_ldap-182.ebuild b/sys-auth/pam_ldap/pam_ldap-182.ebuild index 44c85b553cd8..cfe293330e1b 100644 --- a/sys-auth/pam_ldap/pam_ldap-182.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-182.ebuild @@ -1,8 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-182.ebuild,v 1.2 2006/06/07 20:46:00 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-182.ebuild,v 1.3 2006/10/12 16:30:36 flameeyes Exp $ -inherit eutils pam +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" + +inherit eutils pam autotools DESCRIPTION="PAM LDAP Module" HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html" @@ -21,11 +24,8 @@ src_unpack() { unpack ${A} #EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-176-fix-referral-tls.patch - cd ${S} - export WANT_AUTOCONF=2.5 - aclocal || die "aclocal failed" - autoconf || die "autoconf failed" - automake --add-missing || die "automake failed" + cd "${S}" + eautoreconf } src_compile() { |