Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/
Date: Tue, 30 Jan 2018 14:11:13
Message-Id: 1517321456.76ed6f31dffe86a4421dbfef209293fcb4371b5c.dlan@gentoo
1 commit: 76ed6f31dffe86a4421dbfef209293fcb4371b5c
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 13:49:48 2018 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 14:10:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ed6f31
7
8 net-fs/autofs: drop USE=hesiod support
9
10 Gentoo-Bug: 626246
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 net-fs/autofs/autofs-5.1.2.ebuild | 7 +++----
14 net-fs/autofs/autofs-5.1.3.ebuild | 7 +++----
15 net-fs/autofs/metadata.xml | 1 -
16 3 files changed, 6 insertions(+), 9 deletions(-)
17
18 diff --git a/net-fs/autofs/autofs-5.1.2.ebuild b/net-fs/autofs/autofs-5.1.2.ebuild
19 index ce5f6209858..902979caabd 100644
20 --- a/net-fs/autofs/autofs-5.1.2.ebuild
21 +++ b/net-fs/autofs/autofs-5.1.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -21,7 +21,7 @@ SRC_URI="
29 LICENSE="GPL-2"
30 SLOT="0"
31 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
32 -IUSE="-dmalloc hesiod ldap +libtirpc mount-locking sasl"
33 +IUSE="-dmalloc ldap +libtirpc mount-locking sasl"
34
35 # USE="sasl" adds SASL support to the LDAP module which will not be build. If
36 # SASL support should be available, please add "ldap" to the USE flags.
37 @@ -30,7 +30,6 @@ REQUIRED_USE="sasl? ( ldap )"
38 # currently, sasl code assumes the presence of kerberosV
39 RDEPEND=">=sys-apps/util-linux-2.20
40 dmalloc? ( dev-libs/dmalloc[threads] )
41 - hesiod? ( net-dns/hesiod )
42 ldap? ( >=net-nds/openldap-2.0
43 sasl? (
44 dev-libs/cyrus-sasl
45 @@ -77,8 +76,8 @@ src_configure() {
46 $(use_with ldap openldap)
47 $(use_with libtirpc)
48 $(use_with sasl)
49 - $(use_with hesiod)
50 $(use_enable mount-locking)
51 + --without-hesiod
52 --disable-ext-env
53 --enable-sloppy-mount # bug #453778
54 --enable-force-shutdown
55
56 diff --git a/net-fs/autofs/autofs-5.1.3.ebuild b/net-fs/autofs/autofs-5.1.3.ebuild
57 index 5bf0855d231..7badfc02a03 100644
58 --- a/net-fs/autofs/autofs-5.1.3.ebuild
59 +++ b/net-fs/autofs/autofs-5.1.3.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 1999-2017 Gentoo Foundation
62 +# Copyright 1999-2018 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=5
66 @@ -21,7 +21,7 @@ SRC_URI="
67 LICENSE="GPL-2"
68 SLOT="0"
69 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
70 -IUSE="-dmalloc hesiod ldap +libtirpc mount-locking sasl"
71 +IUSE="-dmalloc ldap +libtirpc mount-locking sasl"
72
73 # USE="sasl" adds SASL support to the LDAP module which will not be build. If
74 # SASL support should be available, please add "ldap" to the USE flags.
75 @@ -30,7 +30,6 @@ REQUIRED_USE="sasl? ( ldap )"
76 # currently, sasl code assumes the presence of kerberosV
77 RDEPEND=">=sys-apps/util-linux-2.20
78 dmalloc? ( dev-libs/dmalloc[threads] )
79 - hesiod? ( net-dns/hesiod )
80 ldap? ( >=net-nds/openldap-2.0
81 sasl? (
82 dev-libs/cyrus-sasl
83 @@ -72,8 +71,8 @@ src_configure() {
84 $(use_with ldap openldap)
85 $(use_with libtirpc)
86 $(use_with sasl)
87 - $(use_with hesiod)
88 $(use_enable mount-locking)
89 + --without-hesiod
90 --disable-ext-env
91 --enable-sloppy-mount # bug #453778
92 --enable-force-shutdown
93
94 diff --git a/net-fs/autofs/metadata.xml b/net-fs/autofs/metadata.xml
95 index e91fd580a5f..f36813693b7 100644
96 --- a/net-fs/autofs/metadata.xml
97 +++ b/net-fs/autofs/metadata.xml
98 @@ -7,7 +7,6 @@
99 </maintainer>
100 <use>
101 <flag name="dmalloc">Enable debugging with the dmalloc library</flag>
102 - <flag name="hesiod">Install hesiod module</flag>
103 <flag name="ldap">Install LDAP module</flag>
104 <flag name="libtirpc">Use TiRPC library instead of SunRPC</flag>
105 <flag name="mount-locking">