summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-05-28 20:00:02 +0000
committerPeter Volkov <pva@gentoo.org>2010-05-28 20:00:02 +0000
commit59dc91cc7c5bb283e8e02dcd59907d0b81881bf3 (patch)
tree93a6d95fa2d0735d35284e6c090e691c52113666 /net-fs
parentRemove old versions (diff)
downloadgentoo-2-59dc91cc7c5bb283e8e02dcd59907d0b81881bf3.tar.gz
gentoo-2-59dc91cc7c5bb283e8e02dcd59907d0b81881bf3.tar.bz2
gentoo-2-59dc91cc7c5bb283e8e02dcd59907d0b81881bf3.zip
Added missed dependenices, disabled automagic hesiod, bug 292147, thank Dustin Polke for this job. Dustin stepped in as co-maintainer (/me proxy).
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/autofs/ChangeLog9
-rw-r--r--net-fs/autofs/autofs-5.0.4-r5.ebuild14
-rw-r--r--net-fs/autofs/metadata.xml8
3 files changed, 23 insertions, 8 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog
index a88edb3d92c1..488871b44a27 100644
--- a/net-fs/autofs/ChangeLog
+++ b/net-fs/autofs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-fs/autofs
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.90 2009/09/23 18:35:30 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.91 2010/05/28 20:00:02 pva Exp $
+
+ 28 May 2010; Peter Volkov <pva@gentoo.org> autofs-5.0.4-r5.ebuild,
+ metadata.xml:
+ Added missed dependenices, disabled automagic hesiod, bug 292147, thank
+ Dustin Polke for this job. Dustin stepped in as co-maintainer (/me proxy).
23 Sep 2009; Patrick Lauer <patrick@gentoo.org> autofs-4.1.3-r7.ebuild,
autofs-4.1.3-r9.ebuild, autofs-5.0.3-r6.ebuild, autofs-5.0.4.ebuild,
diff --git a/net-fs/autofs/autofs-5.0.4-r5.ebuild b/net-fs/autofs/autofs-5.0.4-r5.ebuild
index f9609057684d..b5375398ff10 100644
--- a/net-fs/autofs/autofs-5.0.4-r5.ebuild
+++ b/net-fs/autofs/autofs-5.0.4-r5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.4-r5.ebuild,v 1.2 2009/09/23 18:35:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.4-r5.ebuild,v 1.3 2010/05/28 20:00:02 pva Exp $
inherit eutils multilib autotools
@@ -74,8 +74,11 @@ SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2"
for i in ${PATCH_LIST} ; do
SRC_URI="${SRC_URI} ${SRC_URI_BASE}/${i}"
done ;
-DEPEND="ldap? ( >=net-nds/openldap-2.0 )
- sasl? ( virtual/krb5 )"
+DEPEND="ldap? ( >=net-nds/openldap-2.0
+ sasl? ( dev-libs/cyrus-sasl
+ virtual/krb5
+ dev-libs/libxml2 )
+ )"
# currently, sasl code assumes the presence of kerberosV
RDEPEND="${DEPEND}"
SLOT="0"
@@ -88,8 +91,6 @@ src_unpack() {
EPATCH_OPTS="-p1 -d ${S}" epatch "${DISTDIR}"/${i}
done
- cd "${S}"
-
# fixes bug #210762
epatch "${FILESDIR}"/${PN}-5.0.3-heimdal.patch
@@ -117,6 +118,7 @@ src_compile() {
econf \
$(use_with ldap openldap) \
$(use_with sasl) \
+ --without-hesiod \
--enable-ignore-busy \
|| die "configure failed"
diff --git a/net-fs/autofs/metadata.xml b/net-fs/autofs/metadata.xml
index b3cc0332d3b8..9cf0428e990d 100644
--- a/net-fs/autofs/metadata.xml
+++ b/net-fs/autofs/metadata.xml
@@ -6,4 +6,12 @@
<email>stefaan@gentoo.org</email>
<name>Stefaan De Roeck</name>
</maintainer>
+<maintainer>
+ <email>pva@gentoo.org</email>
+ <name>Peter Volkov</name>
+</maintainer>
+<maintainer>
+ <email>gentoobugsie.20.dsurawicz@spamgourmet.com</email>
+ <name>Dustin Polke</name>
+</maintainer>
</pkgmetadata>