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 C30DA138334 for ; Wed, 23 Jan 2019 14:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC15FE0C8A; Wed, 23 Jan 2019 14:10:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8F061E0C8A for ; Wed, 23 Jan 2019 14:10:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 315DA335D1A for ; Wed, 23 Jan 2019 14:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19D0550C for ; Wed, 23 Jan 2019 14:10:45 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1548252637.7a27e9a74e2ca928634cfeae40dddcf481514424.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/cifs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/cifs-utils/cifs-utils-6.8-r1.ebuild net-fs/cifs-utils/cifs-utils-6.8.ebuild X-VCS-Directories: net-fs/cifs-utils/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7a27e9a74e2ca928634cfeae40dddcf481514424 X-VCS-Branch: master Date: Wed, 23 Jan 2019 14:10:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83bfd3cf-63d5-499f-b134-39a545dbc1b1 X-Archives-Hash: fe21b36b0d9f0e64820c8df0648ab93b commit: 7a27e9a74e2ca928634cfeae40dddcf481514424 Author: Lars Wendler gentoo org> AuthorDate: Wed Jan 23 14:09:25 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jan 23 14:10:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a27e9a7 net-fs/cifs-utils: EAPI-7 revbump. Removed old. -Fixed unrecognized configure option -Minor ebuild adjustments Closes: https://bugs.gentoo.org/675238 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> .../{cifs-utils-6.8.ebuild => cifs-utils-6.8-r1.ebuild} | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/net-fs/cifs-utils/cifs-utils-6.8.ebuild b/net-fs/cifs-utils/cifs-utils-6.8-r1.ebuild similarity index 87% rename from net-fs/cifs-utils/cifs-utils-6.8.ebuild rename to net-fs/cifs-utils/cifs-utils-6.8-r1.ebuild index 468b831d74d..15032dc76fb 100644 --- a/net-fs/cifs-utils/cifs-utils-6.8.ebuild +++ b/net-fs/cifs-utils/cifs-utils-6.8-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit autotools eutils linux-info multilib pam +inherit autotools linux-info multilib pam DESCRIPTION="Tools for Managing Linux CIFS Client Filesystems" HOMEPAGE="https://wiki.samba.org/index.php/LinuxCIFS_utils" @@ -12,7 +12,7 @@ SRC_URI="https://ftp.samba.org/pub/linux-cifs/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux" -IUSE="+acl +ads +caps +caps-ng creds pam" +IUSE="+acl +ads +caps creds pam" RDEPEND=" !net-fs/mount-cifs @@ -22,8 +22,7 @@ RDEPEND=" sys-libs/talloc virtual/krb5 ) - caps? ( !caps-ng? ( sys-libs/libcap ) ) - caps? ( caps-ng? ( sys-libs/libcap-ng ) ) + caps? ( sys-libs/libcap-ng ) pam? ( virtual/pam ) " DEPEND="${RDEPEND}" @@ -65,8 +64,7 @@ src_configure() { local myeconfargs=( $(use_enable acl cifsacl cifsidmap) $(use_enable ads cifsupcall) - $(use caps && use_with !caps-ng libcap || echo --without-libcap) - $(use caps && use_with caps-ng libcap-ng || echo --without-libcap-ng) + $(use_with caps libcap) $(use_enable creds cifscreds) $(use_enable pam) $(use_with pam pamdir $(getpam_mod_dir)) @@ -84,7 +82,7 @@ src_install() { if use acl ; then dodir /etc/cifs-utils - dosym /usr/$(get_libdir)/cifs-utils/idmapwb.so \ + dosym ../../usr/$(get_libdir)/cifs-utils/idmapwb.so \ /etc/cifs-utils/idmap-plugin dodir /etc/request-key.d echo 'create cifs.idmap * * /usr/sbin/cifs.idmap %k' \