From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E826C1382C5 for ; Tue, 30 Jan 2018 14:11:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB6CAE0C3A; Tue, 30 Jan 2018 14:11:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B97D4E0C3A for ; Tue, 30 Jan 2018 14:11:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04789335C71 for ; Tue, 30 Jan 2018 14:11:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 744991CE for ; Tue, 30 Jan 2018 14:11:09 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1517321456.76ed6f31dffe86a4421dbfef209293fcb4371b5c.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/autofs/autofs-5.1.2.ebuild net-fs/autofs/autofs-5.1.3.ebuild net-fs/autofs/metadata.xml X-VCS-Directories: net-fs/autofs/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 76ed6f31dffe86a4421dbfef209293fcb4371b5c X-VCS-Branch: master Date: Tue, 30 Jan 2018 14:11:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 718a6df9-3fdf-4a49-a9a6-b21a67c73d09 X-Archives-Hash: 22b1f5aa237c009575a4b550042134fd commit: 76ed6f31dffe86a4421dbfef209293fcb4371b5c Author: Yixun Lan gentoo org> AuthorDate: Tue Jan 30 13:49:48 2018 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Jan 30 14:10:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ed6f31 net-fs/autofs: drop USE=hesiod support Gentoo-Bug: 626246 Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-fs/autofs/autofs-5.1.2.ebuild | 7 +++---- net-fs/autofs/autofs-5.1.3.ebuild | 7 +++---- net-fs/autofs/metadata.xml | 1 - 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/net-fs/autofs/autofs-5.1.2.ebuild b/net-fs/autofs/autofs-5.1.2.ebuild index ce5f6209858..902979caabd 100644 --- a/net-fs/autofs/autofs-5.1.2.ebuild +++ b/net-fs/autofs/autofs-5.1.2.ebuild @@ -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 diff --git a/net-fs/autofs/autofs-5.1.3.ebuild b/net-fs/autofs/autofs-5.1.3.ebuild index 5bf0855d231..7badfc02a03 100644 --- a/net-fs/autofs/autofs-5.1.3.ebuild +++ b/net-fs/autofs/autofs-5.1.3.ebuild @@ -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 diff --git a/net-fs/autofs/metadata.xml b/net-fs/autofs/metadata.xml index e91fd580a5f..f36813693b7 100644 --- a/net-fs/autofs/metadata.xml +++ b/net-fs/autofs/metadata.xml @@ -7,7 +7,6 @@ Enable debugging with the dmalloc library - Install hesiod module Install LDAP module Use TiRPC library instead of SunRPC