diff options
author | Tim Harder <radhermit@gentoo.org> | 2020-05-06 22:44:04 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2020-05-06 22:49:18 -0500 |
commit | eef83fe8c8c8fd51e43f8bbe9bb0e40853eb1485 (patch) | |
tree | adcd18ccb4213a44515f990fae603eead263aacf /net-fs | |
parent | dev-python/google-apitools-0.5.30_p20200507: Version bump. add py37, py38 (diff) | |
download | gentoo-eef83fe8c8c8fd51e43f8bbe9bb0e40853eb1485.tar.gz gentoo-eef83fe8c8c8fd51e43f8bbe9bb0e40853eb1485.tar.bz2 gentoo-eef83fe8c8c8fd51e43f8bbe9bb0e40853eb1485.zip |
net-fs/sshfs: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/sshfs/Manifest | 2 | ||||
-rw-r--r-- | net-fs/sshfs/sshfs-2.10-r1.ebuild | 19 | ||||
-rw-r--r-- | net-fs/sshfs/sshfs-3.6.0.ebuild | 26 |
3 files changed, 0 insertions, 47 deletions
diff --git a/net-fs/sshfs/Manifest b/net-fs/sshfs/Manifest index 2a9c4159f63d..bdb6947f93e8 100644 --- a/net-fs/sshfs/Manifest +++ b/net-fs/sshfs/Manifest @@ -1,3 +1 @@ -DIST sshfs-2.10.tar.gz 163076 BLAKE2B e443b3bb65c432d8d8e3d6d198e3e41363ff506dbc19a215b8606317fb02ef3ea370d0f3fbbe01e6f5c49581c74faefbceb9f50ab44bb3791c82e0a633d86655 SHA512 8887eb634edc4c64cf7a0c1a1be4d9ef72d5080eec687d187898dc31bb841ed730850bae8467247a05e56c2b4ef7e9d02fdc0812d48876e145c9826a7406d9ff -DIST sshfs-3.6.0.tar.xz 49860 BLAKE2B 5486c41a710a635e6e35fc5235d8ea713aa58ed69a648d7872e2235a56ba0eec7337cdc1d65ac72c58aaea9ad079652599a619778d7fb14a20537ac8817a3ff1 SHA512 fe34d7bbb76bea6aedf96b4ce7500ad6d81230cca9a43b831302159e5926797a243b7d1675d23ba101057ef247f64ad7df18a73d20578e84b9524218d9ff97bd DIST sshfs-3.7.0.tar.xz 52724 BLAKE2B be974475692e8f9a4d0653776b7b7dc62c6beb1a300caf62c55cbc6bb72fedcf08cdd2c65f051415df57e6e2b21e5a3cb00e8525585c40ab92b0bd0b3474ac77 SHA512 bd8bcd45dd9a5e9686c6fb442e877ffdb592ba0d3424d5dab84a955bfafb17e8666abefba6857467833f5b285842bdadd5a9b6c9e8128ac2e564c36df79aa570 diff --git a/net-fs/sshfs/sshfs-2.10-r1.ebuild b/net-fs/sshfs/sshfs-2.10-r1.ebuild deleted file mode 100644 index 0fbab59c88fb..000000000000 --- a/net-fs/sshfs/sshfs-2.10-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 arm ~arm64 hppa ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" -SLOT="0" - -CDEPEND=">=sys-fs/fuse-2.6.0_pre3:0 - >=dev-libs/glib-2.4.2" -RDEPEND="${CDEPEND} - >=net-misc/openssh-4.4" -DEPEND="${CDEPEND} - virtual/pkgconfig" diff --git a/net-fs/sshfs/sshfs-3.6.0.ebuild b/net-fs/sshfs/sshfs-3.6.0.ebuild deleted file mode 100644 index 2bf50acbf8d6..000000000000 --- a/net-fs/sshfs/sshfs-3.6.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -SLOT="0" - -DEPEND=">=sys-fs/fuse-3.1.0:3 - >=dev-libs/glib-2.4.2" -RDEPEND="${DEPEND} - >=net-misc/openssh-4.4" -BDEPEND="dev-python/docutils - virtual/pkgconfig" - -# requires root privs and specific localhost sshd setup -RESTRICT="test" - -DOCS=( AUTHORS ChangeLog.rst README.rst ) |