commit:     f993d9b1ed47ace5b2c24ce2e71764a34d485c15
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 21:13:47 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 21:18:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f993d9b1

sys-fs/fuse-common: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 sys-fs/fuse-common/Manifest                    |  2 --
 sys-fs/fuse-common/fuse-common-3.3.0-r1.ebuild | 34 --------------------------
 sys-fs/fuse-common/fuse-common-3.4.1.ebuild    | 34 --------------------------
 3 files changed, 70 deletions(-)

diff --git a/sys-fs/fuse-common/Manifest b/sys-fs/fuse-common/Manifest
index e3f2ee7f48a..576d2c58070 100644
--- a/sys-fs/fuse-common/Manifest
+++ b/sys-fs/fuse-common/Manifest
@@ -1,4 +1,2 @@
 DIST fuse-3.2.6.tar.xz 1456220 BLAKE2B 
9b09504ed04abd0134188c28f3908e69e3416c345a96aefbca0f64447f3c3a8907550874f5fec9cd8f65fbaa892be6cc0213a7f61d7ad51c955ce3acf955ee17
 SHA512 
3a1ef77ab4c79a24aad0b259e17f568a30a5faf53ac17eb25d05f30dc7423f0081583f5b3c284ca9196a01885843e97c323a84231272b7e2b55c8e73848a61b8
-DIST fuse-3.3.0.tar.xz 1010840 BLAKE2B 
56422879c7a87351deb731b3e5f950c1d7f584f730e5d595f5b3f1b5dea960cd26c875d8921ae6495c7fd99b3525b76a65b9c866c5f19e653c04f9ae4bd98b13
 SHA512 
fa6ee83c4ccdea797e37c9413d504ebe3cbc2bfef9526d485519144714f7b7163bbae9be26ec8a471aa76e98958779bd9d702083be272abaa3b6f1694816e913
-DIST fuse-3.4.1.tar.xz 1016436 BLAKE2B 
50a35039d7302741239736f2e62f4603c147d49947580fb92f7ac6b46aa8dbcd1cbb16ba35719e198dc3b693b11c215ee8123d02a0c96154d6c905541eb35936
 SHA512 
45e56346b6d4c90055168254cd8508339d5b428ec58f1d9e287439e3d48fce344498826f099de89051e6529e45a45e0990a0e07fc8a9acbae1f76f4d6c72dd0d
 DIST fuse-3.8.0.tar.xz 1416716 BLAKE2B 
f921b739489e8eb8b2a78b719c9761f330de839f151f787a6db37d8d004ef9b90022bfe3c5d24ceab333cde8741340ede0315a5b92cabdaf87fb1b291f72e292
 SHA512 
46d2b1494c73f8b6b2be4e8969bb9906ea35620fb4081edc3176f7ba34e6ed815d5f9c5c6f06604fb37836460e25d0ce51619853288bb881362f04cba6b31812

diff --git a/sys-fs/fuse-common/fuse-common-3.3.0-r1.ebuild 
b/sys-fs/fuse-common/fuse-common-3.3.0-r1.ebuild
deleted file mode 100644
index 5bfc1b51537..00000000000
--- a/sys-fs/fuse-common/fuse-common-3.3.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 ~s390 
~sh ~sparc ~x86"
-
-DEPEND="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
-}

diff --git a/sys-fs/fuse-common/fuse-common-3.4.1.ebuild 
b/sys-fs/fuse-common/fuse-common-3.4.1.ebuild
deleted file mode 100644
index 93ecce7e5f6..00000000000
--- a/sys-fs/fuse-common/fuse-common-3.4.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 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 ~sh ~sparc ~x86"
-
-DEPEND="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