From c9c609463fab9bcfb35694627bca1429a21fdbb2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 31 Oct 2022 21:06:00 +0000 Subject: gentoo auto-resync : 31:10:2022 - 21:05:59 --- sys-fs/ntfs3g/Manifest | 3 +- sys-fs/ntfs3g/ntfs3g-2022.10.3.ebuild | 93 +++++++++++++++++++++++++++++++ sys-fs/ntfs3g/ntfs3g-2022.5.17-r1.ebuild | 94 -------------------------------- 3 files changed, 95 insertions(+), 95 deletions(-) create mode 100644 sys-fs/ntfs3g/ntfs3g-2022.10.3.ebuild delete mode 100644 sys-fs/ntfs3g/ntfs3g-2022.5.17-r1.ebuild (limited to 'sys-fs/ntfs3g') diff --git a/sys-fs/ntfs3g/Manifest b/sys-fs/ntfs3g/Manifest index 86e3b04379d8..1fbaef3c26b1 100644 --- a/sys-fs/ntfs3g/Manifest +++ b/sys-fs/ntfs3g/Manifest @@ -1,5 +1,6 @@ AUX ntfs3g-2022.5.17-configure-bashism.patch 1089 BLAKE2B ceb22696f62d69b78bd91d2b5a045df823afd58779b1bd46d7b31adc414476577d01a6f4fb2449c1a30635de5f1d1bbbf025b4ee2182219d905709470e882726 SHA512 650f9d823b1815be3d959f128e7f1c4dffc38012c13ee97c4481a9d930841b6c52154a6fa7cada7dc192c0dddd934af1c0063e509eb67415e700c94d0c889a30 +DIST ntfs-3g_ntfsprogs-2022.10.3.tgz 1324320 BLAKE2B 36a64af0c050bb42af69e14834883324d6201f70d5e45c175e0703980c045b038bdbfca0375edd42db3a3827240f63cf73c9f17a51805799129257b95fef7676 SHA512 891589483954423b19bef6e8a174fb4311ad92b6397a0db80f77c72b746bf18c2fa12457a571947f92755637a6bc784188920d4f017ae12a420819ab0d74af59 DIST ntfs-3g_ntfsprogs-2022.5.17.tgz 1318476 BLAKE2B 0f3d5b3ca6186886b1a4f1fc59242a1f4ccdc842cbe53b0869f707c1dbebdd58058d40b265dae663b71a2a611f7ce5392c63afa3053dc075155759c10499d529 SHA512 25e6d3412958576b0cd614f5d93201c0d7e8bbee78fbaf956718a3825c1435b3f0c3631ea1cc60b5b1be6e9ae7d58c0c03b0bebb69edee3bf181a966734336df -EBUILD ntfs3g-2022.5.17-r1.ebuild 2166 BLAKE2B 66f857a2f5faff87ce0a828032b5fb159d96801f4817232ecd7f49d6f3da5083cc8142a98d17f5edd62e5e957ccd32925458417c208fcd501dd0250642d23789 SHA512 29a4874a62afd6f24da48f99daa274e2724152232481653e0d22671b3dd3a9b232fde0cbdcd70ff89a1a74b6c4ecf9d75986dc1c7292b8c7709f7dd8ff5030f9 +EBUILD ntfs3g-2022.10.3.ebuild 2084 BLAKE2B e87cd9bdb845b4192595f21c1d93bd0c9a1d6af700b65c19434413660df17694184c03425e4a730746746b49d7ab093c213668a7370b98e62c579bc1ac219bcc SHA512 092e4045a73836b568a1df02676d331e051b5d5e255ef1473dad4f5a0a11be20246c766324958c121be6d4e1e32f19b8a174b0c6c9dc9fc22fcb79402d0fb933 EBUILD ntfs3g-2022.5.17.ebuild 2006 BLAKE2B 44312725439784318f5f4bee38f610668068633b0675146c7d7a34922dc9e6f51ec9c1fa1ce898d874eb4affb7577a3cc540505a9b498dfa401ed10e9842181f SHA512 d65b6c6adb5894c52945ff3bd4f177247d09e54172b1f8fb7d35e317b8a6ea33fd2c12a9d6cb9da1077d60df76315f7a2232868fd6f8cf7120859e165171a471 MISC metadata.xml 1218 BLAKE2B d74c49ff5aca2fc15835a3001cc86d5fac91d93477e443efd5b03bef9c8cf9f7f7e2542beebcfceecee45e807edc642c978e1ecc7a90edaa73a10a5090e0385a SHA512 4975d85cca562181abdf929bdba83194cb333de9390a9004484a3a338af0e5f809ad444584929be118784cd249ccb73f3271b3e54d20438cfcbf5a054352d56f diff --git a/sys-fs/ntfs3g/ntfs3g-2022.10.3.ebuild b/sys-fs/ntfs3g/ntfs3g-2022.10.3.ebuild new file mode 100644 index 000000000000..a066d2a3d4ce --- /dev/null +++ b/sys-fs/ntfs3g/ntfs3g-2022.10.3.ebuild @@ -0,0 +1,93 @@ +# Copyright 2006-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools toolchain-funcs + +MY_P="ntfs-3g_ntfsprogs-${PV}" + +DESCRIPTION="Open source read-write NTFS driver that runs under FUSE" +HOMEPAGE="https://github.com/tuxera/ntfs-3g" +SRC_URI="https://download.tuxera.com/opensource/${MY_P}.tgz" + +LICENSE="GPL-2" +# The subslot matches the SONAME major #. +SLOT="0/89" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="acl debug +fuse +mount-ntfs ntfsdecrypt +ntfsprogs static-libs suid xattr" + +RDEPEND=" + sys-apps/util-linux:0= + ntfsdecrypt? ( + >=dev-libs/libgcrypt-1.2.2:0 + >=net-libs/gnutls-1.4.4 + ) +" +DEPEND="${RDEPEND} + sys-apps/attr +" +BDEPEND=" + virtual/pkgconfig +" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}"/${PN}-2022.5.17-configure-bashism.patch +) + +src_prepare() { + default + + # Only needed for bashism patch + eautoreconf +} + +src_configure() { + tc-ld-disable-gold + + local myconf=( + # passing --exec-prefix is needed as the build system is trying to be clever + # and install itself into / instead of /usr in order to be compatible with + # separate-/usr setups (which we don't support without an initrd). + --exec-prefix="${EPREFIX}"/usr + + --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) + $(use_enable ntfsprogs) + $(use_enable static-libs static) + + --with-uuid + + # disable hd library until we have the right library in the tree and + # don't links to hwinfo one causing issues like bug #602360 + --without-hd + + # Needed for suid + # https://bugs.gentoo.org/822024 + --with-fuse=internal + ) + + econf "${myconf[@]}" +} + +src_install() { + default + 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 +} diff --git a/sys-fs/ntfs3g/ntfs3g-2022.5.17-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2022.5.17-r1.ebuild deleted file mode 100644 index 085691d55b6d..000000000000 --- a/sys-fs/ntfs3g/ntfs3g-2022.5.17-r1.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 2006-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools toolchain-funcs - -MY_P="ntfs-3g_ntfsprogs-${PV}" - -DESCRIPTION="Open source read-write NTFS driver that runs under FUSE" -HOMEPAGE="http://www.tuxera.com/community/ntfs-3g-download/" -HOMEPAGE="https://jp-andre.pagesperso-orange.fr/advanced-ntfs-3g.html" -SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz" - -LICENSE="GPL-2" -# The subslot matches the SONAME major #. -SLOT="0/89" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="acl debug +fuse +mount-ntfs ntfsdecrypt +ntfsprogs static-libs suid xattr" - -RDEPEND=" - sys-apps/util-linux:0= - ntfsdecrypt? ( - >=dev-libs/libgcrypt-1.2.2:0 - >=net-libs/gnutls-1.4.4 - ) -" -DEPEND="${RDEPEND} - sys-apps/attr -" -BDEPEND=" - virtual/pkgconfig -" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${PN}-2022.5.17-configure-bashism.patch -) - -src_prepare() { - default - - # Only needed for bashism patch - eautoreconf -} - -src_configure() { - tc-ld-disable-gold - - local myconf=( - # passing --exec-prefix is needed as the build system is trying to be clever - # and install itself into / instead of /usr in order to be compatible with - # separate-/usr setups (which we don't support without an initrd). - --exec-prefix="${EPREFIX}"/usr - - --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) - $(use_enable ntfsprogs) - $(use_enable static-libs static) - - --with-uuid - - # disable hd library until we have the right library in the tree and - # don't links to hwinfo one causing issues like bug #602360 - --without-hd - - # Needed for suid - # https://bugs.gentoo.org/822024 - --with-fuse=internal - ) - - econf "${myconf[@]}" -} - -src_install() { - default - 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 -} -- cgit v1.2.3