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-r1.ebuild
@ 2009-12-10 22:07 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-10 22:07 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/10 22:07:33

  Modified:             ChangeLog
  Added:                curlftpfs-0.9.2-r1.ebuild
  Log:
  fix net write problems on 64bit architectures.  Patch found by Semen Maryasin <marsoft AT ya DOT ru> and reported in bug 294960
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.16                 net-fs/curlftpfs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	7 Mar 2009 09:13:36 -0000	1.15
+++ ChangeLog	10 Dec 2009 22:07:32 -0000	1.16
@@ -1,6 +1,13 @@
 # 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.15 2009/03/07 09:13:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.16 2009/12/10 22:07:32 fauli Exp $
+
+*curlftpfs-0.9.2-r1 (10 Dec 2009)
+
+  10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
+  +curlftpfs-0.9.2-r1.ebuild, +files/curlftpfs-0.9.2-64bit_filesize.patch:
+  fix net write problems on 64bit architectures. Patch found by Semen
+  Maryasin <marsoft AT ya DOT ru> and reported in bug 294960
 
   07 Mar 2009; Christian Faulhammer <fauli@gentoo.org>
   -curlftpfs-0.9.1.ebuild:



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

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

Index: curlftpfs-0.9.2-r1.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-r1.ebuild,v 1.1 2009/12/10 22:07:32 fauli Exp $

EAPI=2

inherit eutils

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=""
RESTRICT="test" # bug 258460

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

src_prepare() {
	epatch "${FILESDIR}"/${P}-64bit_filesize.patch
}

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






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

* [gentoo-commits] gentoo-x86 commit in net-fs/curlftpfs: ChangeLog curlftpfs-0.9.2-r1.ebuild
@ 2010-01-01 21:17 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-01 21:17 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/01 21:17:54

  Modified:             ChangeLog curlftpfs-0.9.2-r1.ebuild
  Log:
  Port Prefix patch and keywords over
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.17                 net-fs/curlftpfs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	10 Dec 2009 22:07:32 -0000	1.16
+++ ChangeLog	1 Jan 2010 21:17:53 -0000	1.17
@@ -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.16 2009/12/10 22:07:32 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.17 2010/01/01 21:17:53 fauli Exp $
+
+  01 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  curlftpfs-0.9.2-r1.ebuild, +files/curlftpfs-0.9.2-darwin.patch:
+  Port Prefix patch and keywords over
 
 *curlftpfs-0.9.2-r1 (10 Dec 2009)
 



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

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

Index: curlftpfs-0.9.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- curlftpfs-0.9.2-r1.ebuild	10 Dec 2009 22:07:32 -0000	1.1
+++ curlftpfs-0.9.2-r1.ebuild	1 Jan 2010 21:17:53 -0000	1.2
@@ -1,10 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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-r1.ebuild,v 1.1 2009/12/10 22:07:32 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild,v 1.2 2010/01/01 21:17:53 fauli Exp $
+
 
 EAPI=2
 
-inherit eutils
+inherit eutils autotools
 
 DESCRIPTION="File system for accessing ftp hosts based on FUSE"
 HOMEPAGE="http://curlftpfs.sourceforge.net/"
@@ -12,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 RESTRICT="test" # bug 258460
 
@@ -23,6 +24,8 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-64bit_filesize.patch
+	epatch "${FILESDIR}"/${PN}-0.9.2-darwin.patch
+	eautoreconf
 }
 
 src_install() {






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

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

fauli       10/04/08 11:27:34

  Modified:             ChangeLog curlftpfs-0.9.2-r1.ebuild
  Log:
  stable x86
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.18                 net-fs/curlftpfs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	1 Jan 2010 21:17:53 -0000	1.17
+++ ChangeLog	8 Apr 2010 11:27:34 -0000	1.18
@@ -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.17 2010/01/01 21:17:53 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.18 2010/04/08 11:27:34 fauli Exp $
+
+  08 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
+  curlftpfs-0.9.2-r1.ebuild:
+  stable x86
 
   01 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   curlftpfs-0.9.2-r1.ebuild, +files/curlftpfs-0.9.2-darwin.patch:



1.4                  net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild

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

Index: curlftpfs-0.9.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- curlftpfs-0.9.2-r1.ebuild	2 Jan 2010 08:21:50 -0000	1.3
+++ curlftpfs-0.9.2-r1.ebuild	8 Apr 2010 11:27:34 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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-r1.ebuild,v 1.3 2010/01/02 08:21:50 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild,v 1.4 2010/04/08 11:27:34 fauli Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 RESTRICT="test" # bug 258460
 






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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-10 22:07 [gentoo-commits] gentoo-x86 commit in net-fs/curlftpfs: ChangeLog curlftpfs-0.9.2-r1.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-01 21:17 Christian Faulhammer (fauli)
2010-04-08 11:27 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