Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: ChangeLog sshfs-fuse-2.5.ebuild
Date: Fri, 24 Jan 2014 18:04:51
Message-Id: 20140124180448.3E96E2004C@flycatcher.gentoo.org
1 radhermit 14/01/24 18:04:48
2
3 Modified: ChangeLog
4 Added: sshfs-fuse-2.5.ebuild
5 Log:
6 Version bump (bug #499118).
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.70 sys-fs/sshfs-fuse/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.70&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.70&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.69&r2=1.70
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
20 retrieving revision 1.69
21 retrieving revision 1.70
22 diff -u -r1.69 -r1.70
23 --- ChangeLog 22 Feb 2013 17:30:08 -0000 1.69
24 +++ ChangeLog 24 Jan 2014 18:04:48 -0000 1.70
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-fs/sshfs-fuse
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.69 2013/02/22 17:30:08 zmedico Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.70 2014/01/24 18:04:48 radhermit Exp $
31 +
32 +*sshfs-fuse-2.5 (24 Jan 2014)
33 +
34 + 24 Jan 2014; Tim Harder <radhermit@g.o> +sshfs-fuse-2.5.ebuild:
35 + Version bump (bug #499118).
36
37 22 Feb 2013; Zac Medico <zmedico@g.o> sshfs-fuse-2.4.ebuild:
38 Add ~arm-linux keyword.
39
40
41
42 1.1 sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: sshfs-fuse-2.5.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild,v 1.1 2014/01/24 18:04:48 radhermit Exp $
52
53 EAPI="4"
54
55 DESCRIPTION="Fuse-filesystem utilizing the sftp service."
56 SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
57 HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
58
59 LICENSE="GPL-2"
60 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
61 SLOT="0"
62 IUSE=""
63
64 CDEPEND=">=sys-fs/fuse-2.6.0_pre3
65 >=dev-libs/glib-2.4.2"
66 RDEPEND="${CDEPEND}
67 >=net-misc/openssh-4.3"
68 DEPEND="${CDEPEND}
69 virtual/pkgconfig"
70
71 DOCS=( README NEWS ChangeLog AUTHORS FAQ.txt )
72
73 src_configure() {
74 # hack not needed with >=net-misc/openssh-4.3
75 econf --disable-sshnodelay
76 }