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: s3fs-0_p177.ebuild ChangeLog s3fs-0_p177-r1.ebuild s3fs-0_p191.ebuild s3fs-177-r1.ebuild s3fs-177.ebuild s3fs-191.ebuild
Date: Wed, 05 Jan 2011 01:01:51
Message-Id: 20110105010141.A33D620051@flycatcher.gentoo.org
1 xmw 11/01/05 01:01:41
2
3 Modified: ChangeLog
4 Added: s3fs-0_p177.ebuild s3fs-0_p177-r1.ebuild
5 s3fs-0_p191.ebuild
6 Removed: s3fs-177-r1.ebuild s3fs-177.ebuild s3fs-191.ebuild
7 Log:
8 Renumbering prereleases to support releas versions
9
10 (Portage version: 2.1.9.25/cvs/Linux x86_64, RepoMan options: --force)
11
12 Revision Changes Path
13 1.7 sys-fs/s3fs/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/ChangeLog?rev=1.7&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/ChangeLog?rev=1.7&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/ChangeLog?r1=1.6&r2=1.7
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v
22 retrieving revision 1.6
23 retrieving revision 1.7
24 diff -u -r1.6 -r1.7
25 --- ChangeLog 18 Sep 2010 01:47:45 -0000 1.6
26 +++ ChangeLog 5 Jan 2011 01:01:41 -0000 1.7
27 @@ -1,6 +1,16 @@
28 # ChangeLog for sys-fs/s3fs
29 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.6 2010/09/18 01:47:45 jer Exp $
31 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.7 2011/01/05 01:01:41 xmw Exp $
33 +
34 +*s3fs-0_p191 (05 Jan 2011)
35 +*s3fs-0_p177-r1 (05 Jan 2011)
36 +*s3fs-0_p177 (05 Jan 2011)
37 +
38 + 05 Jan 2011; Michael Weber <xmw@g.o> +s3fs-0_p177.ebuild,
39 + +s3fs-0_p177-r1.ebuild, +s3fs-0_p191.ebuild,
40 + +files/s3fs-0_p177-asneeded.patch, -s3fs-177.ebuild, -s3fs-177-r1.ebuild,
41 + -files/s3fs-177-asneeded.patch, -s3fs-191.ebuild:
42 + Renumbering prereleases to support releas versions
43
44 *s3fs-191 (18 Sep 2010)
45
46
47
48
49 1.1 sys-fs/s3fs/s3fs-0_p177.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/s3fs-0_p177.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/s3fs-0_p177.ebuild?rev=1.1&content-type=text/plain
53
54 Index: s3fs-0_p177.ebuild
55 ===================================================================
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-0_p177.ebuild,v 1.1 2011/01/05 01:01:41 xmw Exp $
59
60 MY_PV="r177-source"
61
62 DESCRIPTION="Amazon mounting S3 via fuse"
63 HOMEPAGE="http://s3fs.googlecode.com/"
64 SRC_URI="mirror://gentoo/${PN}-${MY_PV}.tar.gz"
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="amd64 x86"
68 IUSE=""
69
70 S=${WORKDIR}/${PN}
71
72 DEPEND=">=net-misc/curl-7.17.1
73 >=sys-fs/fuse-2.6.0
74 dev-libs/libxml2
75 dev-libs/openssl"
76
77 RDEPEND="${DEPEND}"
78
79 src_compile() {
80 emake || die "emake failed"
81 }
82
83 src_install() {
84 dobin s3fs
85 }
86
87
88
89 1.1 sys-fs/s3fs/s3fs-0_p177-r1.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/s3fs-0_p177-r1.ebuild?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/s3fs-0_p177-r1.ebuild?rev=1.1&content-type=text/plain
93
94 Index: s3fs-0_p177-r1.ebuild
95 ===================================================================
96 # Copyright 1999-2011 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 # $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-0_p177-r1.ebuild,v 1.1 2011/01/05 01:01:41 xmw Exp $
99
100 inherit eutils toolchain-funcs
101
102 MY_PV="r177-source"
103
104 DESCRIPTION="Amazon mounting S3 via fuse"
105 HOMEPAGE="http://s3fs.googlecode.com/"
106 SRC_URI="http://s3fs.googlecode.com/files/${PN}-${MY_PV}.tar.gz"
107
108 LICENSE="GPL-2"
109 SLOT="0"
110 KEYWORDS="~amd64 ~x86"
111 IUSE=""
112
113 S=${WORKDIR}/${PN}
114
115 DEPEND=">=net-misc/curl-7.17.1
116 >=sys-fs/fuse-2.6.0
117 dev-libs/libxml2
118 dev-libs/openssl"
119
120 RDEPEND="${DEPEND}
121 app-misc/mime-types"
122
123 src_unpack() {
124 unpack ${A}
125 cd "${S}"
126 epatch "${FILESDIR}"/${P}-asneeded.patch
127 }
128
129 src_compile() {
130 emake CXX="$(tc-getCXX)" || die
131 }
132
133 src_install() {
134 dobin s3fs || die
135 }
136
137
138
139 1.1 sys-fs/s3fs/s3fs-0_p191.ebuild
140
141 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/s3fs-0_p191.ebuild?rev=1.1&view=markup
142 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3fs/s3fs-0_p191.ebuild?rev=1.1&content-type=text/plain
143
144 Index: s3fs-0_p191.ebuild
145 ===================================================================
146 # Copyright 1999-2011 Gentoo Foundation
147 # Distributed under the terms of the GNU General Public License v2
148 # $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-0_p191.ebuild,v 1.1 2011/01/05 01:01:41 xmw Exp $
149
150 EAPI="2"
151
152 inherit eutils toolchain-funcs
153
154 MY_PV="r191-source"
155
156 DESCRIPTION="Amazon mounting S3 via fuse"
157 HOMEPAGE="http://s3fs.googlecode.com/"
158 SRC_URI="http://s3fs.googlecode.com/files/${PN}-${MY_PV}.tar.gz"
159
160 LICENSE="GPL-2"
161 SLOT="0"
162 KEYWORDS="~amd64 ~x86"
163 IUSE=""
164
165 S=${WORKDIR}/${PN}
166
167 DEPEND=">=net-misc/curl-7.17.1
168 >=sys-fs/fuse-2.6.0
169 dev-libs/libxml2
170 dev-libs/openssl"
171
172 RDEPEND="${DEPEND}
173 app-misc/mime-types"
174
175 src_prepare() {
176 epatch "${FILESDIR}"/${PN}-177-asneeded.patch
177 }
178
179 src_compile() {
180 emake CXX="$(tc-getCXX)" || die
181
182 }
183
184 src_install() {
185 dobin s3fs || die
186 }