public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-fs/curlftpfs: ChangeLog curlftpfs-0.9.2.ebuild
@ 2009-01-10 23:23 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-01-10 23:23 UTC (permalink / raw
  To: gentoo-commits

fauli       09/01/10 23:23:09

  Modified:             ChangeLog
  Added:                curlftpfs-0.9.2.ebuild
  Log:
  version bump, fixes bug 223239 and 245465
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 i686)

Revision  Changes    Path
1.11                 net-fs/curlftpfs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	24 Jun 2008 15:42:54 -0000	1.10
+++ ChangeLog	10 Jan 2009 23:23:09 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for net-fs/curlftpfs
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.10 2008/06/24 15:42:54 coldwind Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.11 2009/01/10 23:23:09 fauli Exp $
+
+*curlftpfs-0.9.2 (10 Jan 2009)
+
+  10 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
+  +curlftpfs-0.9.2.ebuild:
+  version bump, fixes bug 223239 and 245465
 
   24 Jun 2008; Santiago M. Mola <coldwind@gentoo.org>
   curlftpfs-0.9.1.ebuild:



1.1                  net-fs/curlftpfs/curlftpfs-0.9.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2.ebuild?rev=1.1&content-type=text/plain

Index: curlftpfs-0.9.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2.ebuild,v 1.1 2009/01/10 23:23:09 fauli Exp $

DESCRIPTION="file system for accessing ftp hosts based on FUSE"
HOMEPAGE="http://curlftpfs.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=net-misc/curl-7.17.0
	>=sys-fs/fuse-2.2
	>=dev-libs/glib-2.0"

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






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

* [gentoo-commits] gentoo-x86 commit in net-fs/curlftpfs: ChangeLog curlftpfs-0.9.2.ebuild
@ 2009-03-06  7:15 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-03-06  7:15 UTC (permalink / raw
  To: gentoo-commits

fauli       09/03/06 07:15:04

  Modified:             ChangeLog curlftpfs-0.9.2.ebuild
  Log:
  disable tests for bug 258460, set RDEPEND explicitely
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.13                 net-fs/curlftpfs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	10 Jan 2009 23:39:59 -0000	1.12
+++ ChangeLog	6 Mar 2009 07:15:04 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for net-fs/curlftpfs
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.12 2009/01/10 23:39:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.13 2009/03/06 07:15:04 fauli Exp $
+
+  06 Mar 2009; Christian Faulhammer <fauli@gentoo.org>
+  curlftpfs-0.9.2.ebuild:
+  disable tests for bug 258460, set RDEPEND explicitely
 
   10 Jan 2009; Christian Faulhammer <fauli@gentoo.org> metadata.xml:
   add myself as maintainer



1.2                  net-fs/curlftpfs/curlftpfs-0.9.2.ebuild

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

Index: curlftpfs-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- curlftpfs-0.9.2.ebuild	10 Jan 2009 23:23:09 -0000	1.1
+++ curlftpfs-0.9.2.ebuild	6 Mar 2009 07:15:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2.ebuild,v 1.1 2009/01/10 23:23:09 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2.ebuild,v 1.2 2009/03/06 07:15:04 fauli Exp $
 
 DESCRIPTION="file system for accessing ftp hosts based on FUSE"
 HOMEPAGE="http://curlftpfs.sourceforge.net/"
@@ -10,12 +10,14 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+RESTRICT="test" # bug 258460
 
 DEPEND=">=net-misc/curl-7.17.0
 	>=sys-fs/fuse-2.2
 	>=dev-libs/glib-2.0"
+RDEPEND="${DEPEND}"
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	emake DESTDIR="${D}" install || die
 	dodoc README
 }






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

* [gentoo-commits] gentoo-x86 commit in net-fs/curlftpfs: ChangeLog curlftpfs-0.9.2.ebuild
@ 2009-03-07  9:11 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-03-07  9:11 UTC (permalink / raw
  To: gentoo-commits

fauli       09/03/07 09:11:54

  Modified:             ChangeLog curlftpfs-0.9.2.ebuild
  Log:
  stable x86, bug 258460
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.14                 net-fs/curlftpfs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	6 Mar 2009 07:15:04 -0000	1.13
+++ ChangeLog	7 Mar 2009 09:11:54 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for net-fs/curlftpfs
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.13 2009/03/06 07:15:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.14 2009/03/07 09:11:54 fauli Exp $
+
+  07 Mar 2009; Christian Faulhammer <fauli@gentoo.org>
+  curlftpfs-0.9.2.ebuild:
+  stable x86, bug 258460
 
   06 Mar 2009; Christian Faulhammer <fauli@gentoo.org>
   curlftpfs-0.9.2.ebuild:



1.3                  net-fs/curlftpfs/curlftpfs-0.9.2.ebuild

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

Index: curlftpfs-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- curlftpfs-0.9.2.ebuild	6 Mar 2009 07:15:04 -0000	1.2
+++ curlftpfs-0.9.2.ebuild	7 Mar 2009 09:11:54 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2.ebuild,v 1.2 2009/03/06 07:15:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2.ebuild,v 1.3 2009/03/07 09:11:54 fauli Exp $
 
 DESCRIPTION="file system for accessing ftp hosts based on FUSE"
 HOMEPAGE="http://curlftpfs.sourceforge.net/"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 RESTRICT="test" # bug 258460
 






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

* [gentoo-commits] gentoo-x86 commit in net-fs/curlftpfs: ChangeLog curlftpfs-0.9.2.ebuild
@ 2010-04-08 11:29 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-04-08 11:29 UTC (permalink / raw
  To: gentoo-commits

fauli       10/04/08 11:29:06

  Modified:             ChangeLog
  Removed:              curlftpfs-0.9.2.ebuild
  Log:
  clean up
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.19                 net-fs/curlftpfs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	8 Apr 2010 11:27:34 -0000	1.18
+++ ChangeLog	8 Apr 2010 11:29:06 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for net-fs/curlftpfs
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.18 2010/04/08 11:27:34 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.19 2010/04/08 11:29:06 fauli Exp $
+
+  08 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
+  -curlftpfs-0.9.2.ebuild:
+  clean up
 
   08 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
   curlftpfs-0.9.2-r1.ebuild:






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

end of thread, other threads:[~2010-04-08 11:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-10 23:23 [gentoo-commits] gentoo-x86 commit in net-fs/curlftpfs: ChangeLog curlftpfs-0.9.2.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-06  7:15 Christian Faulhammer (fauli)
2009-03-07  9:11 Christian Faulhammer (fauli)
2010-04-08 11:29 Christian Faulhammer (fauli)

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