Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/curlftpfs: ChangeLog curlftpfs-0.9.2-r1.ebuild
Date: Fri, 01 Jan 2010 21:17:56
Message-Id: E1NQosc-00050e-CD@stork.gentoo.org
1 fauli 10/01/01 21:17:54
2
3 Modified: ChangeLog curlftpfs-0.9.2-r1.ebuild
4 Log:
5 Port Prefix patch and keywords over
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.17 net-fs/curlftpfs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 10 Dec 2009 22:07:32 -0000 1.16
22 +++ ChangeLog 1 Jan 2010 21:17:53 -0000 1.17
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-fs/curlftpfs
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.16 2009/12/10 22:07:32 fauli Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.17 2010/01/01 21:17:53 fauli Exp $
29 +
30 + 01 Jan 2010; Christian Faulhammer <fauli@g.o>
31 + curlftpfs-0.9.2-r1.ebuild, +files/curlftpfs-0.9.2-darwin.patch:
32 + Port Prefix patch and keywords over
33
34 *curlftpfs-0.9.2-r1 (10 Dec 2009)
35
36
37
38
39 1.2 net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild?rev=1.2&view=markup
42 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
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: curlftpfs-0.9.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- curlftpfs-0.9.2-r1.ebuild 10 Dec 2009 22:07:32 -0000 1.1
52 +++ curlftpfs-0.9.2-r1.ebuild 1 Jan 2010 21:17:53 -0000 1.2
53 @@ -1,10 +1,11 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $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 $
58 +# $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 $
59 +
60
61 EAPI=2
62
63 -inherit eutils
64 +inherit eutils autotools
65
66 DESCRIPTION="File system for accessing ftp hosts based on FUSE"
67 HOMEPAGE="http://curlftpfs.sourceforge.net/"
68 @@ -12,7 +13,7 @@
69
70 LICENSE="GPL-2"
71 SLOT="0"
72 -KEYWORDS="~amd64 ~x86"
73 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
74 IUSE=""
75 RESTRICT="test" # bug 258460
76
77 @@ -23,6 +24,8 @@
78
79 src_prepare() {
80 epatch "${FILESDIR}"/${P}-64bit_filesize.patch
81 + epatch "${FILESDIR}"/${PN}-0.9.2-darwin.patch
82 + eautoreconf
83 }
84
85 src_install() {