commit:     37286d4242cc1f6168d053ee553dbd1d7f0627fa
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 12 22:34:35 2020 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Jun 12 22:34:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37286d42

sys-fs/fuse-common: remove old

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

 sys-fs/fuse-common/Manifest                 |  3 --
 sys-fs/fuse-common/fuse-common-3.2.6.ebuild | 52 -----------------------------
 sys-fs/fuse-common/fuse-common-3.8.0.ebuild | 34 -------------------
 sys-fs/fuse-common/fuse-common-3.9.0.ebuild | 34 -------------------
 4 files changed, 123 deletions(-)

diff --git a/sys-fs/fuse-common/Manifest b/sys-fs/fuse-common/Manifest
index 6311e22560e..228ab945ade 100644
--- a/sys-fs/fuse-common/Manifest
+++ b/sys-fs/fuse-common/Manifest
@@ -1,5 +1,2 @@
-DIST fuse-3.2.6.tar.xz 1456220 BLAKE2B 
9b09504ed04abd0134188c28f3908e69e3416c345a96aefbca0f64447f3c3a8907550874f5fec9cd8f65fbaa892be6cc0213a7f61d7ad51c955ce3acf955ee17
 SHA512 
3a1ef77ab4c79a24aad0b259e17f568a30a5faf53ac17eb25d05f30dc7423f0081583f5b3c284ca9196a01885843e97c323a84231272b7e2b55c8e73848a61b8
-DIST fuse-3.8.0.tar.xz 1416716 BLAKE2B 
f921b739489e8eb8b2a78b719c9761f330de839f151f787a6db37d8d004ef9b90022bfe3c5d24ceab333cde8741340ede0315a5b92cabdaf87fb1b291f72e292
 SHA512 
46d2b1494c73f8b6b2be4e8969bb9906ea35620fb4081edc3176f7ba34e6ed815d5f9c5c6f06604fb37836460e25d0ce51619853288bb881362f04cba6b31812
-DIST fuse-3.9.0.tar.xz 1523028 BLAKE2B 
2fff93431e59e370189fb1527de7bff3863d20e1a62628bb56a6671077a1c919b394ddac66537a1ef7c2991556b1817b2c7f6a92c161ebfffbc804466e19e5e7
 SHA512 
0c96df5db4d0ceb7885ddb6f6c05b523ee7e179f8f411ad0614caecb9fa0f5fd682ab9bf4dfdaa3aff9d90c18b8947a122ee376328535e49fa6091d784aa0cb7
 DIST fuse-3.9.1.tar.xz 1595308 BLAKE2B 
3b1d5c8ac99e96183581d034889d8d6cab8feeee26cafd765dc4ab2cbeb655b3b162836c960ceacf08cd458bec2daaf0474877c9611ef6a6543795e4971ddc12
 SHA512 
295bb62274264789c977a1fee78c6c122a2f227ae85d750b8519cafbdcf6551499b77cf021d83cc8261831e29761c166d84a4e50bdebb4191c76bcad1d15d329
 DIST fuse-3.9.2.tar.xz 1674292 BLAKE2B 
42d796802d3ce2e072120153b695d1e64d160695714c58ffba7859281bfa2c1ff3d9f95b92a38c1a5443abe5a8468f0d9d285845b97a444ae1b64bf750e234ae
 SHA512 
47795d2e0431c93ff36609247016a5ddfa631e4dcdc56cb579030bdb78497e3fa2db28b0cbadd0848024be39381c54f8441de28b0af51f8b800519e76c7af9ed

diff --git a/sys-fs/fuse-common/fuse-common-3.2.6.ebuild 
b/sys-fs/fuse-common/fuse-common-3.2.6.ebuild
deleted file mode 100644
index 1c522686ccb..00000000000
--- a/sys-fs/fuse-common/fuse-common-3.2.6.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit meson udev flag-o-matic
-
-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 sparc 
x86"
-
-DEPEND="virtual/pkgconfig"
-RDEPEND="!<sys-fs/fuse-2.9.7-r1:0"
-
-S=${WORKDIR}/fuse-${PV}
-
-# tests run in sys-fs/fuse
-RESTRICT="test"
-
-src_prepare() {
-       default
-
-       # lto not supported yet -- https://github.com/libfuse/libfuse/issues/198
-       filter-flags -flto*
-}
-
-src_configure() {
-       local emesonargs=( -Dudevrulesdir="$(get_udevdir)"/rules.d )
-       meson_src_configure
-}
-
-src_install() {
-       newsbin "${BUILD_DIR}"/util/mount.fuse3 mount.fuse
-       newman doc/mount.fuse3.8 mount.fuse.8
-
-       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.8.0.ebuild 
b/sys-fs/fuse-common/fuse-common-3.8.0.ebuild
deleted file mode 100644
index 1562ff02eb9..00000000000
--- a/sys-fs/fuse-common/fuse-common-3.8.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 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
-}

diff --git a/sys-fs/fuse-common/fuse-common-3.9.0.ebuild 
b/sys-fs/fuse-common/fuse-common-3.9.0.ebuild
deleted file mode 100644
index 1562ff02eb9..00000000000
--- a/sys-fs/fuse-common/fuse-common-3.9.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 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