Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/s3fs: metadata.xml ChangeLog s3fs-1.61.ebuild
Date: Wed, 31 Aug 2011 05:00:20
Message-Id: 20110831050009.22FB92004C@flycatcher.gentoo.org
1 radhermit 11/08/31 05:00:09
2
3 Modified: metadata.xml ChangeLog
4 Added: s3fs-1.61.ebuild
5 Log:
6 Version bump. Take over maintainership.
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sys-fs/s3fs/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/metadata.xml?r1=1.2&r2=1.3
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/s3fs/metadata.xml,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- metadata.xml 2 Jun 2010 07:06:51 -0000 1.2
24 +++ metadata.xml 31 Aug 2011 05:00:09 -0000 1.3
25 @@ -1,12 +1,13 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 -<herd>no-herd</herd>
30 -<maintainer>
31 -<email>maintainer-needed@g.o</email>
32 -</maintainer>
33 -<longdescription lang="en">
34 -s3fs is a utility to mount Amazon S3 as a filesystem over FUSE
35 -</longdescription>
36 + <herd>no-herd</herd>
37 + <maintainer>
38 + <email>radhermit@g.o</email>
39 + <name>Tim Harder</name>
40 + </maintainer>
41 + <longdescription lang="en">
42 + s3fs is a utility to mount Amazon S3 as a filesystem over FUSE
43 + </longdescription>
44 </pkgmetadata>
45
46
47
48
49 1.12 sys-fs/s3fs/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/ChangeLog?rev=1.12&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/ChangeLog?rev=1.12&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/ChangeLog?r1=1.11&r2=1.12
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v
58 retrieving revision 1.11
59 retrieving revision 1.12
60 diff -u -r1.11 -r1.12
61 --- ChangeLog 10 May 2011 08:23:41 -0000 1.11
62 +++ ChangeLog 31 Aug 2011 05:00:09 -0000 1.12
63 @@ -1,6 +1,12 @@
64 # ChangeLog for sys-fs/s3fs
65 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.11 2011/05/10 08:23:41 xmw Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.12 2011/08/31 05:00:09 radhermit Exp $
68 +
69 +*s3fs-1.61 (31 Aug 2011)
70 +
71 + 31 Aug 2011; Tim Harder <radhermit@g.o> +s3fs-1.61.ebuild,
72 + metadata.xml:
73 + Version bump. Take over maintainership.
74
75 *s3fs-1.40 (10 May 2011)
76
77
78
79
80 1.1 sys-fs/s3fs/s3fs-1.61.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/s3fs-1.61.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/s3fs-1.61.ebuild?rev=1.1&content-type=text/plain
84
85 Index: s3fs-1.61.ebuild
86 ===================================================================
87 # Copyright 1999-2011 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-1.61.ebuild,v 1.1 2011/08/31 05:00:09 radhermit Exp $
90
91 EAPI=4
92
93 inherit toolchain-funcs
94
95 DESCRIPTION="Amazon mounting S3 via fuse"
96 HOMEPAGE="http://s3fs.googlecode.com/"
97 SRC_URI="http://s3fs.googlecode.com/files/${P}.tar.gz"
98
99 LICENSE="GPL-2"
100 SLOT="0"
101 KEYWORDS="~amd64 ~x86"
102 IUSE=""
103
104 CDEPEND=">=dev-libs/libxml2-2.6:2
105 dev-libs/openssl
106 >=net-misc/curl-7.0
107 >=sys-fs/fuse-2.8.4"
108 RDEPEND="${CDEPEND}
109 app-misc/mime-types"
110 DEPEND="${CDEPEND}
111 dev-util/pkgconfig"
112
113 RESTRICT="test"