From 1ae32f3c63a24d46cc36bfc3d4dc98cb58808435 Mon Sep 17 00:00:00 2001 From: Chris Wolfe Date: Fri, 9 Mar 2012 10:52:17 -0500 Subject: [PATCH] Reland: sshfs-fuse: pull in version 2.4 from upstream The upstream version 2.4 adds `-o slave`, which allows us to spawn sshfs attached to the server end of an SSH pipe. As a result files on your workstation can easily be pushed to a chromium-os device, rather than needing to open a terminal on the device and SSH back. This relands a (slightly modified) version of: https://gerrit.chromium.org/gerrit/17724 BUG=chromium-os:25146 TEST=clean build and install test image on x86-alex TEST=ran chrome over sshfs with and without -o slave TEST=cbuildbot arm-tegra2-full Change-Id: I6318a373067ed5166700d3c362ba16b34ad87797 Reviewed-on: https://gerrit.chromium.org/gerrit/17829 Commit-Ready: Chris Wolfe Reviewed-by: Chris Wolfe Tested-by: Chris Wolfe --- .../third_party/portage-stable/sys-fs/sshfs-fuse/Manifest | 2 +- .../{sshfs-fuse-2.3.ebuild => sshfs-fuse-2.4.ebuild} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/{sshfs-fuse-2.3.ebuild => sshfs-fuse-2.4.ebuild} (79%) diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/Manifest b/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/Manifest index 973797ab43..7077ad6a66 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/Manifest +++ b/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/Manifest @@ -1 +1 @@ -DIST sshfs-fuse-2.3.tar.gz 129222 RMD160 5ea1180cbc60ff9401d7e53774dfda3a78f37ab1 SHA1 dc0094a671fa39a46e1e7179e1da615415c45774 SHA256 ce229f87869d136c8347cca646f1dd6394c604127d021507a57205668d9288bb +DIST sshfs-fuse-2.4.tar.gz 132930 RMD160 01e40fda6272ee601ff2d45050f9d1e635ee38f2 SHA1 81f9b8079075d9e139e331a728fb72d66af3d601 SHA256 3c93ba8522568093c94ff9c5a3763929380dd229365d905769ff82475d774dd1 diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild similarity index 79% rename from sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild rename to sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild index 6f7fe42b1b..2a2092895a 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild,v 1.6 2011/09/24 16:44:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.1 2012/03/09 12:20:54 radhermit Exp $ EAPI="4" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz" HOMEPAGE="http://fuse.sourceforge.net/sshfs.html" LICENSE="GPL-2" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~x86-linux" +KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~x86-linux" SLOT="0" IUSE=""