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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A67A158086 for ; Sun, 7 Nov 2021 00:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82E0C2BC0C4; Sun, 7 Nov 2021 00:29:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C9A52BC0C4 for ; Sun, 7 Nov 2021 00:29:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87AB1343158 for ; Sun, 7 Nov 2021 00:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4FE7197 for ; Sun, 7 Nov 2021 00:29:19 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1636244927.be0aafde743046bdfac23126b7f264589cf4bc18.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ntfs3g/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ntfs3g/metadata.xml sys-fs/ntfs3g/ntfs3g-2021.8.22-r2.ebuild sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild X-VCS-Directories: sys-fs/ntfs3g/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: be0aafde743046bdfac23126b7f264589cf4bc18 X-VCS-Branch: master Date: Sun, 7 Nov 2021 00:29:19 +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: 29e4358a-a9de-4355-a5ee-48438e41fcec X-Archives-Hash: 2e7dae54433c856fadae7636731fcedd commit: be0aafde743046bdfac23126b7f264589cf4bc18 Author: Mike Gilbert gentoo org> AuthorDate: Sun Nov 7 00:23:30 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Nov 7 00:28:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be0aafde sys-fs/ntfs3g: add 'fuse' USE flag This allows libntfs-3g and ntfsprogs to be installed without the FUSE driver. Signed-off-by: Mike Gilbert gentoo.org> sys-fs/ntfs3g/metadata.xml | 3 ++- ...21.8.22-r2.ebuild => ntfs3g-2021.8.22-r3.ebuild} | 21 ++++++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/sys-fs/ntfs3g/metadata.xml b/sys-fs/ntfs3g/metadata.xml index fd2cd929283..910a26c2caf 100644 --- a/sys-fs/ntfs3g/metadata.xml +++ b/sys-fs/ntfs3g/metadata.xml @@ -16,9 +16,10 @@ file ownership, access right. + Enable ntfs-3g FUSE driver Install mount.ntfs symlink Build and install the ntfsdecrypt application. - Include internal version of ntfsprogs. + Enable ntfsprogs http://tuxera.com/forum/ diff --git a/sys-fs/ntfs3g/ntfs3g-2021.8.22-r2.ebuild b/sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild similarity index 84% rename from sys-fs/ntfs3g/ntfs3g-2021.8.22-r2.ebuild rename to sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild index fa4b403451e..1b89073cd28 100644 --- a/sys-fs/ntfs3g/ntfs3g-2021.8.22-r2.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 2006-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ LICENSE="GPL-2" # The subslot matches the SONAME major #. SLOT="0/89" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="acl debug +mount-ntfs ntfsdecrypt +ntfsprogs static-libs suid xattr" +IUSE="acl debug +fuse +mount-ntfs ntfsdecrypt +ntfsprogs static-libs suid xattr" RDEPEND=" sys-apps/util-linux:0= @@ -52,6 +52,7 @@ src_configure() { --disable-ldconfig --enable-extras $(use_enable debug) + $(use_enable fuse ntfs-3g) $(use_enable acl posix-acls) $(use_enable xattr xattr-mappings) $(use_enable ntfsdecrypt crypto) @@ -75,13 +76,15 @@ src_configure() { src_install() { default - if use suid; then - fperms u+s /usr/bin/ntfs-3g - fi - if use mount-ntfs; then - dosym mount.ntfs-3g /sbin/mount.ntfs + if use fuse; then + # Plugins directory + keepdir "/usr/$(get_libdir)/ntfs-3g" + if use suid; then + fperms u+s /usr/bin/ntfs-3g + fi + if use mount-ntfs; then + dosym mount.ntfs-3g /sbin/mount.ntfs + fi fi find "${ED}" -name '*.la' -type f -delete || die - # https://bugs.gentoo.org/760780 - keepdir "/usr/$(get_libdir)/ntfs-3g" }