summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-03-12 12:12:29 -0500
committerTim Harder <radhermit@gentoo.org>2016-03-12 12:14:34 -0500
commitf2dab0d515e0eb699a25e19ac1881a8ea3857eac (patch)
treed626e16a6132b94a648664be3d883f65a0f64d94 /sys-fs/sshfs
parentsys-fs/sshfs-fuse: rename to sys-fs/sshfs following upstream (diff)
downloadgentoo-f2dab0d515e0eb699a25e19ac1881a8ea3857eac.tar.gz
gentoo-f2dab0d515e0eb699a25e19ac1881a8ea3857eac.tar.bz2
gentoo-f2dab0d515e0eb699a25e19ac1881a8ea3857eac.zip
sys-fs/sshfs: version bump to 2.7
Diffstat (limited to 'sys-fs/sshfs')
-rw-r--r--sys-fs/sshfs/Manifest1
-rw-r--r--sys-fs/sshfs/sshfs-2.7.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/sys-fs/sshfs/Manifest b/sys-fs/sshfs/Manifest
index 8cef2df8e5aa..59d44ab8eaef 100644
--- a/sys-fs/sshfs/Manifest
+++ b/sys-fs/sshfs/Manifest
@@ -1 +1,2 @@
+DIST sshfs-2.7.tar.gz 153014 SHA256 ce5f9d390934fc88c287dd937a39d15c2b40cbea6967ba24ad93ed90e0027128 SHA512 e8b00bc3661140d59c6735f1f76d1bd4c63ebc04b578cbcebca88c2f1df8b2cea18c86ff24bef5d40ce286319b55d906632bea53e6b37aff76744072250aec1b WHIRLPOOL 9c57fd7d7d32d51a90f365d9baabf67a3afb70af02664363f4861ed550f791eb7c9ecb132eb3641337bfae8a70b311b42ffc89dbeed3e7df8ff7bd9c2fb28505
DIST sshfs-fuse-2.5.tar.gz 136378 SHA256 e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e SHA512 48ae4008d10fe66b843ff1e891627f8262e00d064fec048c8c1189507e757994e81e4fa2deb4d8d56cff0d1818efe4a692494b9c48a01c6c79c626acefa1b53e WHIRLPOOL 00086691d287a770ce04ed068250841fe9fd8ec054a9f86f2ffd388c5c519b4f6bc559990724d25895065d6ab8618eb07129801c32a68eb9bfefb8fa952a412f
diff --git a/sys-fs/sshfs/sshfs-2.7.ebuild b/sys-fs/sshfs/sshfs-2.7.ebuild
new file mode 100644
index 000000000000..eb362da6a354
--- /dev/null
+++ b/sys-fs/sshfs/sshfs-2.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+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 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+SLOT="0"
+
+CDEPEND=">=sys-fs/fuse-2.6.0_pre3
+ >=dev-libs/glib-2.4.2"
+RDEPEND="${CDEPEND}
+ >=net-misc/openssh-4.4"
+DEPEND="${CDEPEND}
+ virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )