From 1c8c5231343c9300a0b2a6adba38f41bde30ba71 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Sat, 18 Feb 2017 00:22:23 +0100 Subject: [PATCH] sys-fs/ntfs3g: Security cleanup (bug #607912). Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild | 93 ------------------------ 1 file changed, 93 deletions(-) delete mode 100644 sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild diff --git a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild deleted file mode 100644 index a19a3ac79335..000000000000 --- a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils linux-info udev toolchain-funcs libtool - -MY_PN=${PN/3g/-3g} -MY_P=${MY_PN}_ntfsprogs-${PV} - -DESCRIPTION="Open source read-write NTFS driver that runs under FUSE" -HOMEPAGE="http://www.tuxera.com/community/ntfs-3g-download/" -SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz" - -LICENSE="GPL-2" -# The subslot matches the SONAME major #. -SLOT="0/87" -KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr" - -RDEPEND="!=dev-libs/libgcrypt-1.2.2:0 - >=net-libs/gnutls-1.4.4 - ) - external-fuse? ( - >=sys-fs/fuse-2.8.0 -