summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-08 21:24:43 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-08 21:24:43 +0000
commit4cf2f7cc6bbea59e8aec44b9508c759cf8bb4adf (patch)
tree839a94b536a4ef1c81281e42bf4be4a80483f24d /sys-fs
parent867ef65cd897014478ed65034b1ac3f139289a77 (diff)
gentoo auto-resync : 08:11:2022 - 21:24:43
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/Manifest.gzbin22211 -> 22205 bytes
-rw-r--r--sys-fs/ntfs3g/Manifest2
-rw-r--r--sys-fs/ntfs3g/ntfs3g-2022.5.17.ebuild83
3 files changed, 0 insertions, 85 deletions
diff --git a/sys-fs/Manifest.gz b/sys-fs/Manifest.gz
index 5b19bea01f30..41fdddd79d50 100644
--- a/sys-fs/Manifest.gz
+++ b/sys-fs/Manifest.gz
Binary files differ
diff --git a/sys-fs/ntfs3g/Manifest b/sys-fs/ntfs3g/Manifest
index 755286bd3f21..087ea85600fb 100644
--- a/sys-fs/ntfs3g/Manifest
+++ b/sys-fs/ntfs3g/Manifest
@@ -1,6 +1,4 @@
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.10.3.ebuild 2082 BLAKE2B 288256f48e2eb87690b997e6b2d844b8184f164595dc1c8b7c6dd3f8c016691d2b2de082baf6ee942b8b16c8c33c70d4f89953e2b2601c022c32713f63c8b1aa SHA512 9ff72a2ed7cbf776fb82e068ced1ee83de7e62080c886d74c21ad1169aac25ee4396d445298b23ec731a60b8ad6758f47fdfaa5b0d443bfd757ce54885074641
-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.5.17.ebuild b/sys-fs/ntfs3g/ntfs3g-2022.5.17.ebuild
deleted file mode 100644
index 63ccf4800e83..000000000000
--- a/sys-fs/ntfs3g/ntfs3g-2022.5.17.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 2006-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit 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}"
-
-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
-}