public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Faulhammer (fauli)" <fauli@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/curlftpfs: ChangeLog curlftpfs-0.9.2-r1.ebuild
Date: Thu, 10 Dec 2009 22:07:33 +0000	[thread overview]
Message-ID: <E1NIrAb-0001vZ-5j@stork.gentoo.org> (raw)

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
}






             reply	other threads:[~2009-12-10 22:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-10 22:07 Christian Faulhammer (fauli) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-01-01 21:17 [gentoo-commits] gentoo-x86 commit in net-fs/curlftpfs: ChangeLog curlftpfs-0.9.2-r1.ebuild Christian Faulhammer (fauli)
2010-04-08 11:27 Christian Faulhammer (fauli)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NIrAb-0001vZ-5j@stork.gentoo.org \
    --to=fauli@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox