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@librecast.net>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1602
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Brett A C Sheffield
2026-08-01 16:13:09 +00:00
committed by Sam James
parent c76a91f8cf
commit 91d8a76c8d
3 changed files with 0 additions and 54 deletions

View File

@@ -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

View File

@@ -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 )

View File

@@ -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 )