public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: sshfs-fuse-2.4.ebuild ChangeLog
@ 2012-03-09 12:20 Tim Harder (radhermit)
  0 siblings, 0 replies; 7+ messages in thread
From: Tim Harder (radhermit) @ 2012-03-09 12:20 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/03/09 12:20:54

  Modified:             ChangeLog
  Added:                sshfs-fuse-2.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.60                 sys-fs/sshfs-fuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	30 Dec 2011 16:03:24 -0000	1.59
+++ ChangeLog	9 Mar 2012 12:20:54 -0000	1.60
@@ -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



1.1                  sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.1&content-type=text/plain

Index: sshfs-fuse-2.4.ebuild
===================================================================
# 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
}






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: sshfs-fuse-2.4.ebuild ChangeLog
@ 2012-04-12  9:16 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 7+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2012-04-12  9:16 UTC (permalink / raw
  To: gentoo-commits

xarthisius    12/04/12 09:16:24

  Modified:             sshfs-fuse-2.4.ebuild ChangeLog
  Log:
  Add ~amd64-linux keyword
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?r1=1.1&r2=1.2

Index: sshfs-fuse-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sshfs-fuse-2.4.ebuild	9 Mar 2012 12:20:54 -0000	1.1
+++ sshfs-fuse-2.4.ebuild	12 Apr 2012 09:16:24 -0000	1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.2 2012/04/12 09:16:24 xarthisius Exp $
 
 EAPI="4"
 
@@ -9,7 +9,7 @@
 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 ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE=""
 



1.62                 sys-fs/sshfs-fuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	9 Mar 2012 12:21:48 -0000	1.61
+++ ChangeLog	12 Apr 2012 09:16:24 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/sshfs-fuse
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.61 2012/03/09 12:21:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.62 2012/04/12 09:16:24 xarthisius Exp $
+
+  12 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org> sshfs-fuse-2.4.ebuild:
+  Add ~amd64-linux keyword
 
   09 Mar 2012; Tim Harder <radhermit@gentoo.org> -sshfs-fuse-2.2.ebuild:
   Remove old.






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: sshfs-fuse-2.4.ebuild ChangeLog
@ 2012-04-16 21:58 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-04-16 21:58 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/04/16 21:58:05

  Modified:             sshfs-fuse-2.4.ebuild ChangeLog
  Log:
  marked x86 per bug 412147
  
  (Portage version: 2.2.0_alpha100/cvs/Linux i686)

Revision  Changes    Path
1.3                  sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?r1=1.2&r2=1.3

Index: sshfs-fuse-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sshfs-fuse-2.4.ebuild	12 Apr 2012 09:16:24 -0000	1.2
+++ sshfs-fuse-2.4.ebuild	16 Apr 2012 21:58:05 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2012/04/12 09:16:24 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.3 2012/04/16 21:58:05 jdhore Exp $
 
 EAPI="4"
 
@@ -9,7 +9,7 @@
 HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE=""
 



1.63                 sys-fs/sshfs-fuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	12 Apr 2012 09:16:24 -0000	1.62
+++ ChangeLog	16 Apr 2012 21:58:05 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/sshfs-fuse
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.62 2012/04/12 09:16:24 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.63 2012/04/16 21:58:05 jdhore Exp $
+
+  16 Apr 2012; Jeff Horelick <jdhore@gentoo.org> sshfs-fuse-2.4.ebuild:
+  marked x86 per bug 412147
 
   12 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org> sshfs-fuse-2.4.ebuild:
   Add ~amd64-linux keyword






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: sshfs-fuse-2.4.ebuild ChangeLog
@ 2012-04-18 19:52 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-04-18 19:52 UTC (permalink / raw
  To: gentoo-commits

ago         12/04/18 19:52:56

  Modified:             sshfs-fuse-2.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #412147
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?r1=1.3&r2=1.4

Index: sshfs-fuse-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sshfs-fuse-2.4.ebuild	16 Apr 2012 21:58:05 -0000	1.3
+++ sshfs-fuse-2.4.ebuild	18 Apr 2012 19:52:55 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2012/04/16 21:58:05 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.4 2012/04/18 19:52:55 ago Exp $
 
 EAPI="4"
 
@@ -9,7 +9,7 @@
 HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE=""
 



1.64                 sys-fs/sshfs-fuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	16 Apr 2012 21:58:05 -0000	1.63
+++ ChangeLog	18 Apr 2012 19:52:55 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/sshfs-fuse
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.63 2012/04/16 21:58:05 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.64 2012/04/18 19:52:55 ago Exp $
+
+  18 Apr 2012; Agostino Sarubbo <ago@gentoo.org> sshfs-fuse-2.4.ebuild:
+  Stable for amd64, wrt bug #412147
 
   16 Apr 2012; Jeff Horelick <jdhore@gentoo.org> sshfs-fuse-2.4.ebuild:
   marked x86 per bug 412147






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: sshfs-fuse-2.4.ebuild ChangeLog
@ 2012-11-07  4:20 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2012-11-07  4:20 UTC (permalink / raw
  To: gentoo-commits

jer         12/11/07 04:20:46

  Modified:             sshfs-fuse-2.4.ebuild ChangeLog
  Log:
  Stable for HPPA too.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux i686, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.6                  sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?r1=1.5&r2=1.6

Index: sshfs-fuse-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sshfs-fuse-2.4.ebuild	4 May 2012 19:09:18 -0000	1.5
+++ sshfs-fuse-2.4.ebuild	7 Nov 2012 04:20:46 -0000	1.6
@@ -1,6 +1,6 @@
 # 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.5 2012/05/04 19:09:18 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.6 2012/11/07 04:20:46 jer Exp $
 
 EAPI="4"
 
@@ -9,7 +9,7 @@
 HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE=""
 



1.67                 sys-fs/sshfs-fuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	4 May 2012 19:09:18 -0000	1.66
+++ ChangeLog	7 Nov 2012 04:20:46 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/sshfs-fuse
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.66 2012/05/04 19:09:18 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.67 2012/11/07 04:20:46 jer Exp $
+
+  07 Nov 2012; Jeroen Roovers <jer@gentoo.org> sshfs-fuse-2.4.ebuild:
+  Stable for HPPA too.
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org> sshfs-fuse-2.4.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: sshfs-fuse-2.4.ebuild ChangeLog
@ 2013-01-20 13:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-20 13:17 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/20 13:17:10

  Modified:             sshfs-fuse-2.4.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #412147
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?r1=1.6&r2=1.7

Index: sshfs-fuse-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sshfs-fuse-2.4.ebuild	7 Nov 2012 04:20:46 -0000	1.6
+++ sshfs-fuse-2.4.ebuild	20 Jan 2013 13:17:10 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.6 2012/11/07 04:20:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.7 2013/01/20 13:17:10 ago Exp $
 
 EAPI="4"
 
@@ -9,7 +9,7 @@
 HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE=""
 



1.68                 sys-fs/sshfs-fuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	7 Nov 2012 04:20:46 -0000	1.67
+++ ChangeLog	20 Jan 2013 13:17:10 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/sshfs-fuse
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.67 2012/11/07 04:20:46 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.68 2013/01/20 13:17:10 ago Exp $
+
+  20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> sshfs-fuse-2.4.ebuild:
+  Stable for arm, wrt bug #412147
 
   07 Nov 2012; Jeroen Roovers <jer@gentoo.org> sshfs-fuse-2.4.ebuild:
   Stable for HPPA too.
@@ -250,4 +253,3 @@
   15 Jan 2005; Stefan Schweizer <genstef@gentoo.org> +metadata.xml,
   +sshfs-fuse-1.0.ebuild:
   Initial commit, thanks to OneOfOne in IRC
-





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: sshfs-fuse-2.4.ebuild ChangeLog
@ 2013-02-22 17:30 Zac Medico (zmedico)
  0 siblings, 0 replies; 7+ messages in thread
From: Zac Medico (zmedico) @ 2013-02-22 17:30 UTC (permalink / raw
  To: gentoo-commits

zmedico     13/02/22 17:30:08

  Modified:             sshfs-fuse-2.4.ebuild ChangeLog
  Log:
  Add ~arm-linux keyword.
  
  (Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)

Revision  Changes    Path
1.8                  sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild?r1=1.7&r2=1.8

Index: sshfs-fuse-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sshfs-fuse-2.4.ebuild	20 Jan 2013 13:17:10 -0000	1.7
+++ sshfs-fuse-2.4.ebuild	22 Feb 2013 17:30:08 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.7 2013/01/20 13:17:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.8 2013/02/22 17:30:08 zmedico Exp $
 
 EAPI="4"
 
@@ -9,7 +9,7 @@
 HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 SLOT="0"
 IUSE=""
 



1.69                 sys-fs/sshfs-fuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	20 Jan 2013 13:17:10 -0000	1.68
+++ ChangeLog	22 Feb 2013 17:30:08 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/sshfs-fuse
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.68 2013/01/20 13:17:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.69 2013/02/22 17:30:08 zmedico Exp $
+
+  22 Feb 2013; Zac Medico <zmedico@gentoo.org> sshfs-fuse-2.4.ebuild:
+  Add ~arm-linux keyword.
 
   20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> sshfs-fuse-2.4.ebuild:
   Stable for arm, wrt bug #412147





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-02-22 17:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-07  4:20 [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: sshfs-fuse-2.4.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-22 17:30 Zac Medico (zmedico)
2013-01-20 13:17 Agostino Sarubbo (ago)
2012-04-18 19:52 Agostino Sarubbo (ago)
2012-04-16 21:58 Jeff Horelick (jdhore)
2012-04-12  9:16 Kacper Kowalik (xarthisius)
2012-03-09 12:20 Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox