net-fs/autofs: drop USE=hesiod support
authorYixun Lan <dlan@gentoo.org>
Tue, 30 Jan 2018 13:49:48 +0000 (21:49 +0800)
committerYixun Lan <dlan@gentoo.org>
Tue, 30 Jan 2018 14:10:56 +0000 (22:10 +0800)
Gentoo-Bug: 626246
Package-Manager: Portage-2.3.19, Repoman-2.3.6

net-fs/autofs/autofs-5.1.2.ebuild
net-fs/autofs/autofs-5.1.3.ebuild
net-fs/autofs/metadata.xml

index ce5f6209858f43ca06880a5aa6a8b7b3e79f3549..902979caabdff3d982d7276c07d5eb0cbd72d527 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,7 +21,7 @@ SRC_URI="
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="-dmalloc hesiod ldap +libtirpc mount-locking sasl"
+IUSE="-dmalloc ldap +libtirpc mount-locking sasl"
 
 # USE="sasl" adds SASL support to the LDAP module which will not be build. If
 # SASL support should be available, please add "ldap" to the USE flags.
@@ -30,7 +30,6 @@ REQUIRED_USE="sasl? ( ldap )"
 # currently, sasl code assumes the presence of kerberosV
 RDEPEND=">=sys-apps/util-linux-2.20
        dmalloc? ( dev-libs/dmalloc[threads] )
-       hesiod? ( net-dns/hesiod )
        ldap? ( >=net-nds/openldap-2.0
                sasl? (
                        dev-libs/cyrus-sasl
@@ -77,8 +76,8 @@ src_configure() {
                $(use_with ldap openldap)
                $(use_with libtirpc)
                $(use_with sasl)
-               $(use_with hesiod)
                $(use_enable mount-locking)
+               --without-hesiod
                --disable-ext-env
                --enable-sloppy-mount # bug #453778
                --enable-force-shutdown
index 5bf0855d23118980d153ad0f39a089b5c2997bd2..7badfc02a032a265edc92b5bb52d1752b52677fe 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,7 +21,7 @@ SRC_URI="
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="-dmalloc hesiod ldap +libtirpc mount-locking sasl"
+IUSE="-dmalloc ldap +libtirpc mount-locking sasl"
 
 # USE="sasl" adds SASL support to the LDAP module which will not be build. If
 # SASL support should be available, please add "ldap" to the USE flags.
@@ -30,7 +30,6 @@ REQUIRED_USE="sasl? ( ldap )"
 # currently, sasl code assumes the presence of kerberosV
 RDEPEND=">=sys-apps/util-linux-2.20
        dmalloc? ( dev-libs/dmalloc[threads] )
-       hesiod? ( net-dns/hesiod )
        ldap? ( >=net-nds/openldap-2.0
                sasl? (
                        dev-libs/cyrus-sasl
@@ -72,8 +71,8 @@ src_configure() {
                $(use_with ldap openldap)
                $(use_with libtirpc)
                $(use_with sasl)
-               $(use_with hesiod)
                $(use_enable mount-locking)
+               --without-hesiod
                --disable-ext-env
                --enable-sloppy-mount # bug #453778
                --enable-force-shutdown
index e91fd580a5fbc5255597d4069a307b4156a7927f..f36813693b70a575bca864c60e64cf761b5b051b 100644 (file)
@@ -7,7 +7,6 @@
        </maintainer>
        <use>
                <flag name="dmalloc">Enable debugging with the dmalloc library</flag>
-               <flag name="hesiod">Install hesiod module</flag>
                <flag name="ldap">Install LDAP module</flag>
                <flag name="libtirpc">Use TiRPC library instead of SunRPC</flag>
                <flag name="mount-locking">