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 91C941382C5 for ; Tue, 30 Jan 2018 14:11:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B50B4E0CC1; Tue, 30 Jan 2018 14:11:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 92DCDE0CBC 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 F00E3335C70 for ; Tue, 30 Jan 2018 14:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86E931D7 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.2ade32304a5da38f31b76ff753eb90c5f9dd91eb.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.3.ebuild X-VCS-Directories: net-fs/autofs/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 2ade32304a5da38f31b76ff753eb90c5f9dd91eb 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: cf70ea43-4650-4257-ab23-ad22ec726885 X-Archives-Hash: 8b86e9fb2d33687dc6e906e82ed08dbb commit: 2ade32304a5da38f31b76ff753eb90c5f9dd91eb Author: Yixun Lan gentoo org> AuthorDate: Tue Jan 30 14:01:18 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=2ade3230 net-fs/autofs: drop autotools-utils & update to EAPI=6 Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-fs/autofs/autofs-5.1.3.ebuild | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/net-fs/autofs/autofs-5.1.3.ebuild b/net-fs/autofs/autofs-5.1.3.ebuild index 7badfc02a03..c09dd3334e1 100644 --- a/net-fs/autofs/autofs-5.1.3.ebuild +++ b/net-fs/autofs/autofs-5.1.3.ebuild @@ -1,12 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -AUTOTOOLS_AUTORECONF=true -AUTOTOOLS_IN_SOURCE_BUILD=true - -inherit autotools-utils linux-info multilib systemd toolchain-funcs +inherit linux-info multilib systemd toolchain-funcs PATCH_VER= [[ -n ${PATCH_VER} ]] && \ @@ -56,7 +53,7 @@ src_prepare() { fi sed -i -e "s:/usr/bin/kill:/bin/kill:" samples/autofs.service.in || die #bug #479492 - autotools-utils_src_prepare + default } src_configure() { @@ -77,18 +74,14 @@ src_configure() { --enable-sloppy-mount # bug #453778 --enable-force-shutdown --enable-ignore-busy - --with-systemd="$(systemd_get_unitdir)" #bug #479492 + --with-systemd="$(systemd_get_systemunitdir)" #bug #479492 RANLIB="$(type -P $(tc-getRANLIB))" # bug #483716 ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile DONTSTRIP=1 + econf "${myeconfargs[@]}" } src_install() { - autotools-utils_src_install + default if kernel_is -lt 2 6 30; then # kernel patches