commit:     9690d692aab1a69a1c49466f3771cc38316992fc
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  4 17:34:24 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep  4 17:34:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9690d692

sys-fs/fuse-common: drop 3.10.1

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-fs/fuse-common/Manifest                  |  1 -
 sys-fs/fuse-common/fuse-common-3.10.1.ebuild | 34 ----------------------------
 2 files changed, 35 deletions(-)

diff --git a/sys-fs/fuse-common/Manifest b/sys-fs/fuse-common/Manifest
index eed853b47b2..c63c77bce90 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 8e3aff886fd..00000000000
--- 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
-}

Reply via email to