public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: ChangeLog sshfs-fuse-1.9.ebuild
@ 2007-12-17 22:40 Stefan Schweizer (genstef)
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Schweizer (genstef) @ 2007-12-17 22:40 UTC (permalink / raw
  To: gentoo-commits

genstef     07/12/17 22:40:57

  Modified:             ChangeLog
  Added:                sshfs-fuse-1.9.ebuild
  Log:
  version bump
  (Portage version: 2.1.4_rc10)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	15 Oct 2007 14:59:18 -0000	1.36
+++ ChangeLog	17 Dec 2007 22:40:57 -0000	1.37
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/sshfs-fuse
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.36 2007/10/15 14:59:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.37 2007/12/17 22:40:57 genstef Exp $
+
+*sshfs-fuse-1.9 (17 Dec 2007)
+
+  17 Dec 2007; Stefan Schweizer <genstef@gentoo.org> +sshfs-fuse-1.9.ebuild:
+  version bump
 
   15 Oct 2007; Markus Rothe <corsair@gentoo.org> sshfs-fuse-1.8.ebuild:
   Stable on ppc64



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

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

Index: sshfs-fuse-1.9.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v 1.1 2007/12/17 22:40:57 genstef Exp $

inherit eutils

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"
DEPEND=">=sys-fs/fuse-2.6.0_pre3
	>=dev-libs/glib-2.4.2"
RDEPEND="${DEPEND}
	>=net-misc/openssh-4.3"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
SLOT="0"
IUSE=""

src_compile() {
	# hack not needed with >=net-misc/openssh-4.3
	econf --disable-sshnodelay || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc README NEWS ChangeLog AUTHORS
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: ChangeLog sshfs-fuse-1.9.ebuild
@ 2008-03-12  7:21 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-03-12  7:21 UTC (permalink / raw
  To: gentoo-commits

opfer       08/03/12 07:21:13

  Modified:             ChangeLog sshfs-fuse-1.9.ebuild
  Log:
  stable x86, bug 211018
  (Portage version: 2.1.4.4)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	17 Dec 2007 22:40:57 -0000	1.37
+++ ChangeLog	12 Mar 2008 07:21:13 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/sshfs-fuse
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.37 2007/12/17 22:40:57 genstef Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.38 2008/03/12 07:21:13 opfer Exp $
+
+  12 Mar 2008; Christian Faulhammer <opfer@gentoo.org>
+  sshfs-fuse-1.9.ebuild:
+  stable x86, bug 211018
 
 *sshfs-fuse-1.9 (17 Dec 2007)
 



1.2                  sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild

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

Index: sshfs-fuse-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sshfs-fuse-1.9.ebuild	17 Dec 2007 22:40:57 -0000	1.1
+++ sshfs-fuse-1.9.ebuild	12 Mar 2008 07:21:13 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v 1.1 2007/12/17 22:40:57 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v 1.2 2008/03/12 07:21:13 opfer Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 	>=dev-libs/glib-2.4.2"
 RDEPEND="${DEPEND}
 	>=net-misc/openssh-4.3"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 SLOT="0"
 IUSE=""
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: ChangeLog sshfs-fuse-1.9.ebuild
@ 2008-03-12  9:52 Santiago M. Mola (coldwind)
  0 siblings, 0 replies; 6+ messages in thread
From: Santiago M. Mola (coldwind) @ 2008-03-12  9:52 UTC (permalink / raw
  To: gentoo-commits

coldwind    08/03/12 09:52:48

  Modified:             ChangeLog sshfs-fuse-1.9.ebuild
  Log:
  amd64 stable wrt bug #211018
  (Portage version: 2.1.4.4)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	12 Mar 2008 07:21:13 -0000	1.38
+++ ChangeLog	12 Mar 2008 09:52:47 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/sshfs-fuse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.38 2008/03/12 07:21:13 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.39 2008/03/12 09:52:47 coldwind Exp $
+
+  12 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> sshfs-fuse-1.9.ebuild:
+  amd64 stable wrt bug #211018
 
   12 Mar 2008; Christian Faulhammer <opfer@gentoo.org>
   sshfs-fuse-1.9.ebuild:



1.3                  sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild

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

Index: sshfs-fuse-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sshfs-fuse-1.9.ebuild	12 Mar 2008 07:21:13 -0000	1.2
+++ sshfs-fuse-1.9.ebuild	12 Mar 2008 09:52:47 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v 1.2 2008/03/12 07:21:13 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v 1.3 2008/03/12 09:52:47 coldwind Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 	>=dev-libs/glib-2.4.2"
 RDEPEND="${DEPEND}
 	>=net-misc/openssh-4.3"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 SLOT="0"
 IUSE=""
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: ChangeLog sshfs-fuse-1.9.ebuild
@ 2008-03-13  9:27 Markus Rothe (corsair)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Rothe (corsair) @ 2008-03-13  9:27 UTC (permalink / raw
  To: gentoo-commits

corsair     08/03/13 09:27:44

  Modified:             ChangeLog sshfs-fuse-1.9.ebuild
  Log:
  Stable on ppc64; bug #211018
  (Portage version: 2.1.4.4)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	12 Mar 2008 09:52:47 -0000	1.39
+++ ChangeLog	13 Mar 2008 09:27:43 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/sshfs-fuse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.39 2008/03/12 09:52:47 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.40 2008/03/13 09:27:43 corsair Exp $
+
+  13 Mar 2008; Markus Rothe <corsair@gentoo.org> sshfs-fuse-1.9.ebuild:
+  Stable on ppc64; bug #211018
 
   12 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> sshfs-fuse-1.9.ebuild:
   amd64 stable wrt bug #211018



1.4                  sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild

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

Index: sshfs-fuse-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sshfs-fuse-1.9.ebuild	12 Mar 2008 09:52:47 -0000	1.3
+++ sshfs-fuse-1.9.ebuild	13 Mar 2008 09:27:43 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v 1.3 2008/03/12 09:52:47 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v 1.4 2008/03/13 09:27:43 corsair Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 	>=dev-libs/glib-2.4.2"
 RDEPEND="${DEPEND}
 	>=net-misc/openssh-4.3"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 SLOT="0"
 IUSE=""
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: ChangeLog sshfs-fuse-1.9.ebuild
@ 2008-03-15  9:36 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-03-15  9:36 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/03/15 09:36:44

  Modified:             ChangeLog sshfs-fuse-1.9.ebuild
  Log:
  Stable on ppc wrt bug 211018
  (Portage version: 2.1.4.4)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	13 Mar 2008 09:27:43 -0000	1.40
+++ ChangeLog	15 Mar 2008 09:36:43 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/sshfs-fuse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.40 2008/03/13 09:27:43 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.41 2008/03/15 09:36:43 nixnut Exp $
+
+  15 Mar 2008; nixnut <nixnut@gentoo.org> sshfs-fuse-1.9.ebuild:
+  Stable on ppc wrt bug 211018
 
   13 Mar 2008; Markus Rothe <corsair@gentoo.org> sshfs-fuse-1.9.ebuild:
   Stable on ppc64; bug #211018



1.5                  sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild?r1=1.4&r2=1.5

Index: sshfs-fuse-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sshfs-fuse-1.9.ebuild	13 Mar 2008 09:27:43 -0000	1.4
+++ sshfs-fuse-1.9.ebuild	15 Mar 2008 09:36:43 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v 1.4 2008/03/13 09:27:43 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v 1.5 2008/03/15 09:36:43 nixnut Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 	>=dev-libs/glib-2.4.2"
 RDEPEND="${DEPEND}
 	>=net-misc/openssh-4.3"
-KEYWORDS="amd64 ~hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
 SLOT="0"
 IUSE=""
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: ChangeLog sshfs-fuse-1.9.ebuild
@ 2008-03-16 14:28 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 6+ messages in thread
From: Ferris McCormick (fmccor) @ 2008-03-16 14:28 UTC (permalink / raw
  To: gentoo-commits

fmccor      08/03/16 14:28:48

  Modified:             ChangeLog sshfs-fuse-1.9.ebuild
  Log:
  Sparc stable --- Bug #211018 --- thanks to Friedrich Oslage for testing.
  (Portage version: 2.2_pre4)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	15 Mar 2008 09:36:43 -0000	1.41
+++ ChangeLog	16 Mar 2008 14:28:48 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/sshfs-fuse
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.41 2008/03/15 09:36:43 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.42 2008/03/16 14:28:48 fmccor Exp $
+
+  16 Mar 2008; Ferris McCormick <fmccor@gentoo.org> sshfs-fuse-1.9.ebuild:
+  Sparc stable --- Bug #211018 --- thanks to Friedrich Oslage for testing.
 
   15 Mar 2008; nixnut <nixnut@gentoo.org> sshfs-fuse-1.9.ebuild:
   Stable on ppc wrt bug 211018



1.6                  sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild

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

Index: sshfs-fuse-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sshfs-fuse-1.9.ebuild	15 Mar 2008 09:36:43 -0000	1.5
+++ sshfs-fuse-1.9.ebuild	16 Mar 2008 14:28:48 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v 1.5 2008/03/15 09:36:43 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-1.9.ebuild,v 1.6 2008/03/16 14:28:48 fmccor Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 	>=dev-libs/glib-2.4.2"
 RDEPEND="${DEPEND}
 	>=net-misc/openssh-4.3"
-KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
 SLOT="0"
 IUSE=""
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-03-16 14:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-15  9:36 [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: ChangeLog sshfs-fuse-1.9.ebuild Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-16 14:28 Ferris McCormick (fmccor)
2008-03-13  9:27 Markus Rothe (corsair)
2008-03-12  9:52 Santiago M. Mola (coldwind)
2008-03-12  7:21 Christian Faulhammer (opfer)
2007-12-17 22:40 Stefan Schweizer (genstef)

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