repo/gentoo:master commit in: net-fs/sshfs/
"Sam James" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786666446.91d8a76c8dc47a7be3abd7e622f92a625071f7bc.sam@gentoo> |
commit: 91d8a76c8dc47a7be3abd7e622f92a625071f7bc
Author: Brett A C Sheffield <bacs <AT> librecast <DOT> net>
AuthorDate: Sat Aug 1 16:13:09 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 00:14:06 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d8a76c
net-fs/sshfs: drop 3.7.3-r2, 3.7.5
Bug: https://bugs.gentoo.org/976371
Signed-off-by: Brett A C Sheffield <bacs <AT> librecast.net>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1602
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-fs/sshfs/Manifest | 2 --
net-fs/sshfs/sshfs-3.7.3-r2.ebuild | 26 --------------------------
net-fs/sshfs/sshfs-3.7.5.ebuild | 26 --------------------------
3 files changed, 54 deletions(-)
diff --git a/net-fs/sshfs/Manifest b/net-fs/sshfs/Manifest
index 81fdf93545e2..ca77d17d962a 100644
--- a/net-fs/sshfs/Manifest
+++ b/net-fs/sshfs/Manifest
@@ -1,3 +1 @@
-DIST sshfs-3.7.3.tar.xz 53596 BLAKE2B 9a229d0f11e7247e319af13245aeaf71082664409b0ca3fe1522bcdb679d402c574438be1931d5d73a16b9eda43daf20de6c1a016442ae53afa27a697e58c212 SHA512 ba0928f85819984a3eb83d2debab658b2cd4e958ed1c3ba9787e361f452687d42b82d478b7d95e7a7c5580bae5c1cdebe4cf3c9b6cb5eb6a570311f276903d99
-DIST sshfs-3.7.5.tar.xz 51604 BLAKE2B e3cd137dfd6d3212fff241ef0ecb4d06a6cc76cc2a7c259df52d1dd5d181de725d6d003bd8b2afa6bc7a45c0ff07060389fd3200b5e3aaec0d70c8f7e16397a6 SHA512 c76d8d725c4f8ef8b95c699ae25407fd6789cd5ce94b36d241a6754e4e6d8cae9729bbe9b1e21e421f6148bf822c9441cf6626206ec7540e7b26d298e2616929
DIST sshfs-3.7.6.tar.xz 57096 BLAKE2B d7a6fc97ef9a9d67d89afbe48272f684b10c3cd70333c73d88d068821bcb9aadaef72599d6c1de1bc114f1ce311e9ecb23f052468e7bde1d6007d28b0b95639a SHA512 8e0ecf3c0c666387c6d45251aff2649d452e322f2c11256b8db5772d5fe03399788614bf915b3afd6afde97580b603f66f5eb75360bae9cca87423885a8ad3c8
diff --git a/net-fs/sshfs/sshfs-3.7.3-r2.ebuild b/net-fs/sshfs/sshfs-3.7.3-r2.ebuild
deleted file mode 100644
index 2ecde5840b8e..000000000000
--- a/net-fs/sshfs/sshfs-3.7.3-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Fuse-filesystem utilizing the sftp service"
-HOMEPAGE="https://github.com/libfuse/sshfs"
-SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
-SLOT="0"
-
-DEPEND=">=sys-fs/fuse-3.1.0:3=
- >=dev-libs/glib-2.4.2"
-RDEPEND="${DEPEND}
- virtual/openssh"
-BDEPEND="dev-python/docutils
- virtual/pkgconfig"
-
-# requires root privs and specific localhost sshd setup
-RESTRICT="test"
-
-DOCS=( AUTHORS ChangeLog.rst README.rst )
diff --git a/net-fs/sshfs/sshfs-3.7.5.ebuild b/net-fs/sshfs/sshfs-3.7.5.ebuild
deleted file mode 100644
index ab5c79b61312..000000000000
--- a/net-fs/sshfs/sshfs-3.7.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Fuse-filesystem utilizing the sftp service"
-HOMEPAGE="https://github.com/libfuse/sshfs"
-SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
-
-DEPEND=">=sys-fs/fuse-3.1.0:3=
- >=dev-libs/glib-2.4.2"
-RDEPEND="${DEPEND}
- virtual/openssh"
-BDEPEND="dev-python/docutils
- virtual/pkgconfig"
-
-# requires root privs and specific localhost sshd setup
-RESTRICT="test"
-
-DOCS=( AUTHORS ChangeLog.rst README.md )