diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-03-09 12:20:54 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-03-09 12:20:54 +0000 |
commit | 28f066794a1fbe3462cbfe23c4047dda096fb30d (patch) | |
tree | 83cf7145abe35daaf0d92d5759788ffb7ad603c8 /sys-fs/sshfs-fuse | |
parent | Version bump. (diff) | |
download | gentoo-2-28f066794a1fbe3462cbfe23c4047dda096fb30d.tar.gz gentoo-2-28f066794a1fbe3462cbfe23c4047dda096fb30d.tar.bz2 gentoo-2-28f066794a1fbe3462cbfe23c4047dda096fb30d.zip |
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/sshfs-fuse')
-rw-r--r-- | sys-fs/sshfs-fuse/ChangeLog | 9 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index fb3d0849fb92..c1b17cea4e71 100644 --- a/sys-fs/sshfs-fuse/ChangeLog +++ b/sys-fs/sshfs-fuse/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/sshfs-fuse -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.59 2011/12/30 16:03:24 halcy0n Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.60 2012/03/09 12:20:54 radhermit Exp $ + +*sshfs-fuse-2.4 (09 Mar 2012) + + 09 Mar 2012; Tim Harder <radhermit@gentoo.org> +sshfs-fuse-2.4.ebuild: + Version bump. 30 Dec 2011; Mark Loeser <halcy0n@gentoo.org> sshfs-fuse-2.2.ebuild: Revert to ~ppc/~ppc64; bug #381641 diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild new file mode 100644 index 000000000000..6535d8748844 --- /dev/null +++ b/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild @@ -0,0 +1,28 @@ +# 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.4.ebuild,v 1.1 2012/03/09 12:20:54 radhermit Exp $ + +EAPI="4" + +DESCRIPTION="Fuse-filesystem utilizing the sftp service." +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" +SLOT="0" +IUSE="" + +CDEPEND=">=sys-fs/fuse-2.6.0_pre3 + >=dev-libs/glib-2.4.2" +RDEPEND="${CDEPEND} + >=net-misc/openssh-4.3" +DEPEND="${CDEPEND} + dev-util/pkgconfig" + +DOCS=( README NEWS ChangeLog AUTHORS FAQ.txt ) + +src_configure() { + # hack not needed with >=net-misc/openssh-4.3 + econf --disable-sshnodelay +} |