summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-09-04 19:34:24 +0200
committerDavid Seifert <soap@gentoo.org>2021-09-04 19:34:24 +0200
commit9690d692aab1a69a1c49466f3771cc38316992fc (patch)
treeefee4de9ce4bd2fe1f4171577908991b17855b24 /sys-fs/fuse-common/fuse-common-3.10.1.ebuild
parentsys-fs/fuse: drop 3.9.3, 3.10.3 (diff)
downloadgentoo-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/fuse-common/fuse-common-3.10.1.ebuild')
-rw-r--r--sys-fs/fuse-common/fuse-common-3.10.1.ebuild34
1 files changed, 0 insertions, 34 deletions
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
-}