Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/s3fs: ChangeLog s3fs-1.33.ebuild
Date: Wed, 05 Jan 2011 01:33:34
Message-Id: 20110105013324.AE6EE20051@flycatcher.gentoo.org
1 xmw 11/01/05 01:33:24
2
3 Modified: ChangeLog
4 Added: s3fs-1.33.ebuild
5 Log:
6 Version bump (thanks to Michele Beltrame <mb@××××××××××.info> for the report on bug 350603)
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 sys-fs/s3fs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 5 Jan 2011 01:07:44 -0000 1.9
24 +++ ChangeLog 5 Jan 2011 01:33:24 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-fs/s3fs
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.9 2011/01/05 01:07:44 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.10 2011/01/05 01:33:24 xmw Exp $
30 +
31 +*s3fs-1.33 (05 Jan 2011)
32 +
33 + 05 Jan 2011; Michael Weber <xmw@g.o> +s3fs-1.33.ebuild:
34 + Version bump (thanks to Michele Beltrame <mb@××××××××××.info> for the report
35 + on bug 350603)
36
37 05 Jan 2011; Michael Weber <xmw@g.o> s3fs-0_p191.ebuild:
38 Fixed patch filename
39
40
41
42 1.1 sys-fs/s3fs/s3fs-1.33.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/s3fs-1.33.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/s3fs-1.33.ebuild?rev=1.1&content-type=text/plain
46
47 Index: s3fs-1.33.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-1.33.ebuild,v 1.1 2011/01/05 01:33:24 xmw Exp $
52
53 EAPI=2
54
55 inherit toolchain-funcs
56
57 DESCRIPTION="Amazon mounting S3 via fuse"
58 HOMEPAGE="http://s3fs.googlecode.com/"
59 SRC_URI="http://s3fs.googlecode.com/files/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 DEPEND=">=dev-libs/libxml2-2.6
67 dev-libs/openssl
68 >=net-misc/curl-7.0
69 >=sys-fs/fuse-2.8.4"
70
71 RDEPEND="${DEPEND}
72 app-misc/mime-types"
73
74 src_install() {
75 emake DESTDIR="${D}" install || die
76 dodoc AUTHORS ChangeLog README || die
77 }