diff options
author | 2021-09-04 19:34:24 +0200 | |
---|---|---|
committer | 2021-09-04 19:34:24 +0200 | |
commit | 9690d692aab1a69a1c49466f3771cc38316992fc (patch) | |
tree | efee4de9ce4bd2fe1f4171577908991b17855b24 /sys-fs | |
parent | sys-fs/fuse: drop 3.9.3, 3.10.3 (diff) | |
download | gentoo-9690d692aab1a69a1c49466f3771cc38316992fc.tar.gz gentoo-9690d692aab1a69a1c49466f3771cc38316992fc.tar.bz2 gentoo-9690d692aab1a69a1c49466f3771cc38316992fc.zip |
sys-fs/fuse-common: drop 3.10.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fuse-common/Manifest | 1 | ||||
-rw-r--r-- | sys-fs/fuse-common/fuse-common-3.10.1.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/sys-fs/fuse-common/Manifest b/sys-fs/fuse-common/Manifest index eed853b47b2b..c63c77bce908 100644 --- a/sys-fs/fuse-common/Manifest +++ b/sys-fs/fuse-common/Manifest @@ -1,2 +1 @@ -DIST fuse-3.10.1.tar.xz 1898800 BLAKE2B ddccf4dc697547edb6ed48ca76b4379a5f94884fd19118926d82b82316d4b83fa80b9f4bda7edc51eb80ec72c06763fd766ab1216767456db8d6238c725f838b SHA512 7cf16c41060a8aaee2f815f271b4dd410c2e072e7629e55b92faca9b2b47544592704736c7da11a598f18ad4a537f0ba76964fa76e3f1a23b4facfe5c6053302 DIST fuse-3.10.4.tar.xz 2787472 BLAKE2B 174b51bf55544bbc08e04089a4d8685b371d3f584e337ed0d8d82c62e10c14b6ef14a964d6627e8a121036db1ab4c6c1ccd413c08f8685d3d91893874427e46f SHA512 1cb7600dc04f148b15ec3183d0348320dd946cf15d4077798e7e34fe7e8202837718c8b8bd1f190b7dddda2453ee2b0433d77e18f142ecb7affec1cae29520f6 diff --git a/sys-fs/fuse-common/fuse-common-3.10.1.ebuild b/sys-fs/fuse-common/fuse-common-3.10.1.ebuild deleted file mode 100644 index 8e3aff886fde..000000000000 --- a/sys-fs/fuse-common/fuse-common-3.10.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit udev - -DESCRIPTION="Common files for multiple slots of sys-fs/fuse" -HOMEPAGE="https://github.com/libfuse/libfuse" -SRC_URI="https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.xz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND="virtual/pkgconfig" -RDEPEND="!<sys-fs/fuse-2.9.7-r1:0" - -S=${WORKDIR}/fuse-${PV} - -src_install() { - udev_newrules util/udev.rules 99-fuse.rules - - if use kernel_linux ; then - newinitd "${FILESDIR}"/fuse.init fuse - elif use kernel_FreeBSD ; then - newinitd "${FILESDIR}"/fuse-fbsd.init fuse - else - die "We don't know what init code install for your kernel, please file a bug." - fi - - insinto /etc - doins util/fuse.conf -} |