diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-05-12 16:42:50 +0300 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-05-12 16:42:50 +0300 |
commit | 752d6256e5204b958b0ef7905675a940b5e9172f (patch) | |
tree | 330d16e6362a49cbed8875a777fe641a43376cd3 /sys-fs/ntfs3g | |
parent | 0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff) |
gentoo resync : 12.05.2022
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r-- | sys-fs/ntfs3g/Manifest | 3 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2021.8.22-r4.ebuild (renamed from sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild) | 1 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild | 81 |
3 files changed, 1 insertions, 84 deletions
diff --git a/sys-fs/ntfs3g/Manifest b/sys-fs/ntfs3g/Manifest index df63a46a0b8b..5aae06ad9cd1 100644 --- a/sys-fs/ntfs3g/Manifest +++ b/sys-fs/ntfs3g/Manifest @@ -1,4 +1,3 @@ DIST ntfs-3g_ntfsprogs-2021.8.22.tgz 1317499 BLAKE2B 403036c68a37ba83873b5faadbb2088deb25e0ff31deb1958d4f869a198d830caa44edea879492a7894f5e7a5ad6205a6fda57bf8de722ce49bf3187239ad993 SHA512 e0544df78a6c352999e1206d7b5d71c56e39396b7a0936a261d728c2ac9d61c6b95ef297f8529ac2a5146f31c1c9e43066d3e281064d4f5d781a04eba51f536d -EBUILD ntfs3g-2021.8.22-r3.ebuild 2037 BLAKE2B 9f22dab696e83d70b4c3a599763c1c4cc8e8f8492577b5d5210fa969e69b60cf28afd9a5d09f1bec6d101ce95589472da640c4792a9ad827ac3d2a89bba1a224 SHA512 fa12216ba8e5ca0134b93856ec29e36b3e75b643f7566a9aadeac5af90626ccc733f618b6ddf7e2991d875faa1fa81572d32d85d456c0a732037a679791260e1 -EBUILD ntfs3g-2021.8.22.ebuild 2078 BLAKE2B 236f32ff2a280c8c42d84cb66b5a9aea465e0d9ef4095991406d40edd59a98b396598698318098762be665bb62c4c917abac68015a01a2183b28066acb24c25d SHA512 7bf7851726792dcadf394cb7278723a4a9a59f425c362bde4a2128e60e0c5677a286a4c02596c15f05b29830074891166b774a58f4c9c566c6272da29b04c1ae +EBUILD ntfs3g-2021.8.22-r4.ebuild 1999 BLAKE2B 32a26db6f373104aef8efe5a33e03bc997ef4b99143c2f1d8a196765b598454387c116aa8c63dd62597e2cc47f50a837f64c3e3f57044eb0b61906250bf80714 SHA512 194ea31463922cd64a96cd6f424f39d19859452c31a4ae0557fadf0a301a021e279dc68113f7a10cee547ec3c9b91e2778188201bbdba26827296110f9d69ff7 MISC metadata.xml 1164 BLAKE2B 276dcf2d0cccad4b91a84390949ff8a81b76e54c22d7bfbe4b778c97917224f3d0603079fb74e4b3ff0e058580f4ac6540aef3bae4fdc6ae9b2fb54b831e22ea SHA512 63391014c4dc8ba722c8f90d6fe1952b5f4386d44b1bb2af195e907e5027ede0f4063e4390679b6b521b892fcc12194914b4f40a09c6bc08a300a90bdd250390 diff --git a/sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild b/sys-fs/ntfs3g/ntfs3g-2021.8.22-r4.ebuild index 8e3bee187cef..3ee5db1efeb5 100644 --- a/sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2021.8.22-r4.ebuild @@ -51,7 +51,6 @@ src_configure() { $(use_enable xattr xattr-mappings) $(use_enable ntfsdecrypt crypto) $(use_enable ntfsprogs) - $(use_enable ntfsprogs quarantined) $(use_enable static-libs static) --with-uuid diff --git a/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild b/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild deleted file mode 100644 index 64a938dc180b..000000000000 --- a/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit linux-info 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" -#SRC_URI="https://jp-andre.pagesperso-orange.fr/${MY_P}.tgz" - -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 xattr" - -RDEPEND=" - sys-apps/util-linux:0= - sys-fs/fuse: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}" - -pkg_setup() { - CONFIG_CHECK="~FUSE_FS" - FUSE_FS_WARNING="You need to have FUSE module built to use ntfs-3g" - linux-info_pkg_setup -} - -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 acl posix-acls) - $(use_enable xattr xattr-mappings) - $(use_enable ntfsdecrypt crypto) - $(use_enable ntfsprogs) - $(use_enable ntfsprogs quarantined) - $(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 - - --with-fuse=external - ) - - econf "${myconf[@]}" -} - -src_install() { - default - use mount-ntfs && dosym mount.ntfs-3g /sbin/mount.ntfs - find "${ED}" -name '*.la' -type f -delete || die - # https://bugs.gentoo.org/760780 - keepdir "/usr/$(get_libdir)/ntfs-3g" -} |