sys-fs/fuse: remove old
authorTim Harder <radhermit@gentoo.org>
Sun, 16 Jun 2019 04:06:23 +0000 (23:06 -0500)
committerTim Harder <radhermit@gentoo.org>
Sun, 16 Jun 2019 04:06:23 +0000 (23:06 -0500)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
sys-fs/fuse/Manifest
sys-fs/fuse/fuse-2.9.7.ebuild [deleted file]
sys-fs/fuse/fuse-3.4.1.ebuild [deleted file]
sys-fs/fuse/fuse-3.4.2.ebuild [deleted file]

index 4d22e3b225ccc6b6ec4cb292854e86f551dde31e..3bb54144682b6d19b9678ae50cec5bcd65fbf417 100644 (file)
@@ -1,7 +1,4 @@
-DIST fuse-2.9.7.tar.gz 661138 BLAKE2B 8e56cfa8634e919bfc4f9fa589074763bd8c272d5166a2a6fd7d416477ca07a374611639283593df4b06f8d5820b8cf5a375463d4b85fa3644868b2a62611003 SHA512 f47304d9c7a1815f7a2905b7bdb7785d4c10292a80c8dc1ec45d895af96bc6ffd6d84ff2617bd976a1d0867ab8ec1a404a5a05ace85a69ecca830f371d08f8e2
 DIST fuse-2.9.8.tar.gz 4610904 BLAKE2B 803eebea510834676379df8c9514050efcf47d83c06ba1f5b5756d27f5c32d3a0cc199d826b0c041118c5d2260ff023f58432a0d7b623807c0a4af4da7c34eff SHA512 0a9b14d96c6f98f5c903baf00114bfff72f9aeb97224702bbed370516b2b582401d5b436fcef979918ffd85d69ba4a82c8f722c0b35ebd50f7aa5f4ddfdcf8ad
 DIST fuse-2.9.9.tar.gz 1813177 BLAKE2B 9e9141380bda46eb0bcce325c6fd293fe3844fe884a4952bb38d4b89dc48b728ffcc891038b3a7a861f05acfacce9dd7bb0e11d600609f3ad0ab278ccbe98847 SHA512 3d82fafd04f2924299bb09d2bb144935fa004a43fb9a6568e2e1cc5a60fded2efa1711029a0d7f12b3e6e4501f7217f2ee3545646d89da8dece083cb390f23e2
-DIST fuse-3.4.1.tar.xz 1016436 BLAKE2B 50a35039d7302741239736f2e62f4603c147d49947580fb92f7ac6b46aa8dbcd1cbb16ba35719e198dc3b693b11c215ee8123d02a0c96154d6c905541eb35936 SHA512 45e56346b6d4c90055168254cd8508339d5b428ec58f1d9e287439e3d48fce344498826f099de89051e6529e45a45e0990a0e07fc8a9acbae1f76f4d6c72dd0d
-DIST fuse-3.4.2.tar.xz 1019864 BLAKE2B babb8454438b5c4a924e83112ee5c319c0fa37c544485265d9d91ff58ee22549aeabcfb53f8c30ee3fd984030ee2042099ab9bc6269875cc08c5048acb28740e SHA512 7519955d31566ac69454f5d44e95ccbe98d7719422ea8112cce6cc2138aef71a57f9fa1bc2a37212a0837938ec44e630f3adce0a4da153a030a5a46a06446de2
 DIST fuse-3.5.0.tar.xz 1021676 BLAKE2B 9e2ec6b5df75c3427ad99ca30f5c88cb1e2291ac05d005280f6a9b121abf978990e7ee84df83b8d866cc996b8fda7e99fdc626d1a24347472aacbfa2531182fe SHA512 953066a25ab2f67fd5a1f15e97f8d739271c42a6260aa29ccc7b9ffddb9c972d2797d93d9ff0d34c6b51a20f3254ef6f748c14f852603280b318b36899867a27
 DIST fuse-3.6.1.tar.xz 1168980 BLAKE2B 9b02b03760047a545887f215122726a40aa28cbe0ef34cec50a393dc11ac23e2c231f803e53dc969c57cc9b2000905a85bcdcd3567edfc1cda9b9139882e334a SHA512 2234d532bf17f01ee7067e853185b5e9acefaef6d2f8e1ee0177be81f84ade3094ddfaa41e4b586f5a6c53fac53ee0773d5cc08afac8a4851d75a73c07847910
diff --git a/sys-fs/fuse/fuse-2.9.7.ebuild b/sys-fs/fuse/fuse-2.9.7.ebuild
deleted file mode 100644 (file)
index 9710703..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils libtool linux-info udev toolchain-funcs
-
-DESCRIPTION="An interface for filesystems implemented in userspace"
-HOMEPAGE="https://github.com/libfuse/libfuse"
-SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="examples kernel_linux kernel_FreeBSD static-libs"
-
-PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"
-DEPEND="virtual/pkgconfig"
-
-pkg_setup() {
-       if use kernel_linux ; then
-               if kernel_is lt 2 6 9 ; then
-                       die "Your kernel is too old."
-               fi
-               CONFIG_CHECK="~FUSE_FS"
-               FUSE_FS_WARNING="You need to have FUSE module built to use user-mode utils"
-               linux-info_pkg_setup
-       fi
-}
-
-src_prepare() {
-       local PATCHES=( "${FILESDIR}"/${PN}-2.9.3-kernel-types.patch )
-       # sandbox violation with mtab writability wrt #438250
-       # don't sed configure.in without eautoreconf because of maintainer mode
-       sed -i 's:umount --fake:true --fake:' configure || die
-       elibtoolize
-
-       default
-}
-
-src_configure() {
-       econf \
-               INIT_D_PATH="${EPREFIX}/etc/init.d" \
-               MOUNT_FUSE_PATH="${EPREFIX}/sbin" \
-               UDEV_RULES_PATH="${EPREFIX}/$(get_udevdir)/rules.d" \
-               $(use_enable static-libs static) \
-               --disable-example
-}
-
-src_install() {
-       local DOCS=( AUTHORS ChangeLog README.md README.NFS NEWS doc/how-fuse-works doc/kernel.txt )
-       default
-
-       if use examples ; then
-               docinto examples
-               dodoc example/*
-       fi
-
-       if use kernel_linux ; then
-               newinitd "${FILESDIR}"/fuse.init fuse
-       elif use kernel_FreeBSD ; then
-               insinto /usr/include/fuse
-               doins include/fuse_kernel.h
-               newinitd "${FILESDIR}"/fuse-fbsd.init fuse
-       else
-               die "We don't know what init code install for your kernel, please file a bug."
-       fi
-
-       prune_libtool_files
-       rm -rf "${D}"/dev
-
-       dodir /etc
-       cat > "${ED}"/etc/fuse.conf <<-EOF
-               # Set the maximum number of FUSE mounts allowed to non-root users.
-               # The default is 1000.
-               #
-               #mount_max = 1000
-
-               # Allow non-root users to specify the 'allow_other' or 'allow_root'
-               # mount options.
-               #
-               #user_allow_other
-       EOF
-}
diff --git a/sys-fs/fuse/fuse-3.4.1.ebuild b/sys-fs/fuse/fuse-3.4.1.ebuild
deleted file mode 100644 (file)
index f4468b4..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit meson multilib-minimal flag-o-matic udev python-any-r1
-
-DESCRIPTION="An interface for filesystems implemented in userspace"
-HOMEPAGE="https://github.com/libfuse/libfuse"
-SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="test"
-
-DEPEND="virtual/pkgconfig
-       test? (
-               ${PYTHON_DEPS}
-               $(python_gen_any_dep 'dev-python/pytest[${PYTHON_USEDEP}]')
-       )"
-RDEPEND=">=sys-fs/fuse-common-3.3.0-r1"
-
-DOCS=( AUTHORS ChangeLog.rst README.md doc/README.NFS doc/kernel.txt )
-
-python_check_deps() {
-       has_version "dev-python/pytest[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-       use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-       default
-
-       # lto not supported yet -- https://github.com/libfuse/libfuse/issues/198
-       filter-flags -flto*
-
-       # passthough_ll is broken on systems with 32-bit pointers
-       cat /dev/null > example/meson.build || die
-}
-
-multilib_src_configure() {
-       meson_src_configure
-}
-
-multilib_src_compile() {
-       eninja
-}
-
-multilib_src_test() {
-       ${EPYTHON} -m pytest test || die
-}
-
-multilib_src_install() {
-       DESTDIR="${D}" eninja install
-}
-
-multilib_src_install_all() {
-       einstalldocs
-
-       # installed via fuse-common
-       rm -r "${ED%/}"/{etc,$(get_udevdir)} || die
-
-       # handled by the device manager
-       rm -r "${D%/}"/dev || die
-
-       # manually install man pages to respect compression
-       rm -r "${ED%/}"/usr/share/man || die
-       doman doc/{fusermount3.1,mount.fuse3.8}
-}
diff --git a/sys-fs/fuse/fuse-3.4.2.ebuild b/sys-fs/fuse/fuse-3.4.2.ebuild
deleted file mode 100644 (file)
index 36c655c..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit meson multilib-minimal flag-o-matic udev python-any-r1
-
-DESCRIPTION="An interface for filesystems implemented in userspace"
-HOMEPAGE="https://github.com/libfuse/libfuse"
-SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="test"
-
-DEPEND="virtual/pkgconfig
-       test? (
-               ${PYTHON_DEPS}
-               $(python_gen_any_dep 'dev-python/pytest[${PYTHON_USEDEP}]')
-       )"
-RDEPEND=">=sys-fs/fuse-common-3.3.0-r1"
-
-DOCS=( AUTHORS ChangeLog.rst README.md doc/README.NFS doc/kernel.txt )
-
-python_check_deps() {
-       has_version "dev-python/pytest[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-       use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-       default
-
-       # lto not supported yet -- https://github.com/libfuse/libfuse/issues/198
-       filter-flags -flto*
-
-       # passthough_ll is broken on systems with 32-bit pointers
-       cat /dev/null > example/meson.build || die
-}
-
-multilib_src_configure() {
-       meson_src_configure
-}
-
-multilib_src_compile() {
-       eninja
-}
-
-multilib_src_test() {
-       ${EPYTHON} -m pytest test || die
-}
-
-multilib_src_install() {
-       DESTDIR="${D}" eninja install
-}
-
-multilib_src_install_all() {
-       einstalldocs
-
-       # installed via fuse-common
-       rm -r "${ED}"/{etc,$(get_udevdir)} || die
-
-       # handled by the device manager
-       rm -r "${D}"/dev || die
-
-       # manually install man pages to respect compression
-       rm -r "${ED}"/usr/share/man || die
-       doman doc/{fusermount3.1,mount.fuse3.8}
-}