1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
|
# ChangeLog for dev-libs/protobuf
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.68 2014/10/31 00:43:41 radhermit Exp $
*protobuf-2.6.1 (31 Oct 2014)
31 Oct 2014; Tim Harder <radhermit@gentoo.org> +protobuf-2.6.1.ebuild:
Version bump.
10 Oct 2014; Markus Meier <maekke@gentoo.org> protobuf-2.6.0.ebuild:
add ~arm, bug #524082
07 Oct 2014; Tim Harder <radhermit@gentoo.org> protobuf-2.6.0.ebuild:
Add github homepage.
30 Sep 2014; Tim Harder <radhermit@gentoo.org> protobuf-2.6.0.ebuild:
Drop python2_6 support and remove old dateutil comment.
30 Sep 2014; Tim Harder <radhermit@gentoo.org> protobuf-2.6.0.ebuild:
Remove unused python-dateutil and python-gflags deps as pointed out by
Arfrever.
*protobuf-2.6.0 (30 Sep 2014)
30 Sep 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> +protobuf-2.6.0.ebuild:
Version bump, bug #521406 . Drop keywords because of new python deps; arm
(bug #524082), ia64 (bug #524084).
*protobuf-2.5.0-r1 (26 Sep 2014)
26 Sep 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+protobuf-2.5.0-r1.ebuild:
Disable RTTI, bug #521882 .
14 Aug 2014; Jeroen Roovers <jer@gentoo.org> protobuf-2.4.0a.ebuild,
protobuf-2.4.1.ebuild, protobuf-2.5.0.ebuild:
Marked -hppa (bug #519772).
06 Mar 2014; Agostino Sarubbo <ago@gentoo.org> protobuf-2.5.0.ebuild:
Revert wrong commit wrt bug #503046
30 Jan 2014; Markus Meier <maekke@gentoo.org> protobuf-2.5.0.ebuild:
arm stable, bug #496842
20 Jan 2014; Agostino Sarubbo <ago@gentoo.org> protobuf-2.5.0.ebuild:
Stable for ppc, wrt bug #496842
19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> protobuf-2.5.0.ebuild:
Stable for ppc64, wrt bug #496842
16 Jan 2014; Agostino Sarubbo <ago@gentoo.org> protobuf-2.5.0.ebuild:
Stable for x86, wrt bug #496842
16 Jan 2014; Agostino Sarubbo <ago@gentoo.org> protobuf-2.5.0.ebuild:
Stable for amd64, wrt bug #496842
30 Nov 2013; Mike Frysinger <vapier@gentoo.org>
+files/protobuf-2.5.0-x32.patch, protobuf-2.5.0.ebuild:
Fix builds on x32.
06 Sep 2013; Tim Harder <radhermit@gentoo.org> protobuf-2.5.0.ebuild:
Add missing setuptools dep for python support (bug #479678 by hasufell).
05 Sep 2013; Michał Górny <mgorny@gentoo.org> protobuf-2.5.0.ebuild:
Clean up PYTHON_COMPAT from old implementations.
23 Jul 2013; Agostino Sarubbo <ago@gentoo.org> protobuf-2.4.1.ebuild:
Stable for arm, wrt bug #477170
04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> protobuf-2.4.1.ebuild:
Stable for x86, wrt bug #474922
29 Jun 2013; Tim Harder <radhermit@gentoo.org> protobuf-2.5.0.ebuild:
Make python deps optional (bug #475242 by Diego Elio Pettenò).
29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> protobuf-2.4.1.ebuild:
Stable for ppc64, wrt bug #474922
29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> protobuf-2.4.1.ebuild:
Stable for ppc, wrt bug #474922
28 Jun 2013; Agostino Sarubbo <ago@gentoo.org> protobuf-2.4.1.ebuild:
Stable for amd64, wrt bug #474922
15 Jun 2013; Fabian Groffen <grobian@gentoo.org> protobuf-2.5.0.ebuild:
Fix compilation on Darwin, bug #472514
02 Apr 2013; Tim Harder <radhermit@gentoo.org> protobuf-2.4.0a.ebuild,
protobuf-2.4.1.ebuild:
Run java-pkg-opt-2_pkg_setup when the java use flag is enabled.
05 Mar 2013; Tim Harder <radhermit@gentoo.org> files/proto.vim:
Simplify vim ftdetect file (bug #459304 by Laurent Bachelier).
*protobuf-2.5.0 (05 Mar 2013)
05 Mar 2013; Tim Harder <radhermit@gentoo.org> +protobuf-2.5.0.ebuild:
Version bump. Migrate to distutils-r1 and add subslot.
19 Feb 2013; Zac Medico <zmedico@gentoo.org> protobuf-2.4.1.ebuild:
Add ~arm-linux keyword.
16 Dec 2012; Tim Harder <radhermit@gentoo.org> metadata.xml:
Add myself as maintainer.
16 Dec 2012; Pacho Ramos <pacho@gentoo.org> -protobuf-2.3.0-r1.ebuild,
metadata.xml:
Cleanup due retirement, #95685
19 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> protobuf-2.4.1.ebuild:
Keyworded amd64-linux and x86-linux
09 Aug 2012; Anthony G. Basile <blueness@gentoo.org> protobuf-2.4.1.ebuild:
Keyword ~mips
14 Apr 2012; Mike Frysinger <vapier@gentoo.org> protobuf-2.4.1.ebuild:
Add ia64 love #282954 by Dennis Schridde.
30 Nov 2011; Krzysztof Pawlik <nelchael@gentoo.org> protobuf-2.4.1.ebuild:
Add ~arm keyword, tested by Anton Romanov, reported in bug #392323.
15 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> protobuf-2.4.0a.ebuild:
ppc64 stable wrt #363403
28 May 2011; Brent Baude <ranger@gentoo.org> protobuf-2.4.0a.ebuild:
Marking protobuf-2.4.0a ppc for bug 363403
*protobuf-2.4.1 (07 May 2011)
07 May 2011; Krzysztof Pawlik <nelchael@gentoo.org> -protobuf-2.3.0.ebuild,
-files/protobuf-2.3.0-asneeded.patch, +protobuf-2.4.1.ebuild:
Version bump, remove old.
26 Apr 2011; Christoph Mende <angelos@gentoo.org> protobuf-2.4.0a.ebuild:
Stable on amd64 wrt bug #363403
21 Apr 2011; Thomas Kahle <tomka@gentoo.org> protobuf-2.4.0a.ebuild:
x86 stable per bug 363403
18 Apr 2011; Thomas Kahle <tomka@gentoo.org> protobuf-2.4.0a.ebuild:
Undo last commit b/c of bug 363911
18 Apr 2011; Thomas Kahle <tomka@gentoo.org> protobuf-2.4.0a.ebuild:
x86 stable per bug 363403
16 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> protobuf-2.3.0-r1.ebuild:
ppc/ppc64 stable wrt #348574
*protobuf-2.4.0a (12 Feb 2011)
12 Feb 2011; Krzysztof Pawlik <nelchael@gentoo.org>
-protobuf-2.3.0-r2.ebuild, +protobuf-2.4.0a.ebuild:
Version bump.
*protobuf-2.3.0-r2 (06 Feb 2011)
06 Feb 2011; Krzysztof Pawlik <nelchael@gentoo.org>
+protobuf-2.3.0-r2.ebuild, +files/proto.vim:
Install file for ftdetect so Vim correctly recognizes protobuf files, see bug
#353196.
12 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
protobuf-2.3.0.ebuild, protobuf-2.3.0-r1.ebuild:
Fix deprecation warnings.
15 Dec 2010; Markos Chandras <hwoarang@gentoo.org> protobuf-2.3.0-r1.ebuild:
Stable on amd64 wrt bug #348574
13 Dec 2010; Dane Smith <c1pher@gentoo.org> protobuf-2.3.0-r1.ebuild:
Stable x86 wrt bug 348574.
*protobuf-2.3.0-r1 (12 Jun 2010)
12 Jun 2010; Tiziano Müller <dev-zero@gentoo.org>
+protobuf-2.3.0-r1.ebuild, +files/protobuf-2.3.0-asneeded-2.patch:
Updated patch to fix as-needed issue (bug #271509, thanks to Xarthisius).
Added static-libs USE flag.
15 May 2010; Samuli Suominen <ssuominen@gentoo.org> protobuf-2.3.0.ebuild,
+files/protobuf-2.3.0-asneeded.patch:
Fix building with -Wl,--as-needed wrt #271509 by Kacper Kowalik.
14 May 2010; Joseph Jezak <josejx@gentoo.org> protobuf-2.3.0.ebuild:
Marked ~ppc/~ppc64 for bug #289287.
18 Apr 2010; Krzysztof Pawlik <nelchael@gentoo.org> protobuf-2.3.0.ebuild:
Use more functions from distutils eclass.
18 Apr 2010; Krzysztof Pawlik <nelchael@gentoo.org> protobuf-2.3.0.ebuild:
Improve Python support.
17 Apr 2010; Krzysztof Pawlik <nelchael@gentoo.org>
-files/protobuf-2.0.3-decoder_test_64bit_fix.patch,
-protobuf-2.1.0.ebuild,
-files/protobuf-2.1.0-fix-emacs-byte-compile.patch,
-files/protobuf-2.2.0-decoder_test_64bit_fix.patch,
-files/protobuf-2.2.0-fix-emacs-byte-compile.patch,
-protobuf-2.2.0a.ebuild:
Remove old versions.
02 Apr 2010; Fabian Groffen <grobian@gentoo.org> protobuf-2.3.0.ebuild:
Marked ~x64-macos, bug #312589
29 Mar 2010; Krzysztof Pawlik <nelchael@gentoo.org> metadata.xml:
Update my first name.
25 Mar 2010; Michał Januszewski <spock@gentoo.org> metadata.xml:
Remove myself from the maintainer list.
*protobuf-2.3.0 (17 Jan 2010)
17 Jan 2010; Krzysiek Pawlik <nelchael@gentoo.org> -protobuf-2.2.0.ebuild,
+protobuf-2.3.0.ebuild:
Version bump.
28 Nov 2009; Krzysiek Pawlik <nelchael@gentoo.org> protobuf-2.2.0a.ebuild:
Use correct versions of patches.
*protobuf-2.2.0a (26 Nov 2009)
26 Nov 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+protobuf-2.2.0a.ebuild:
Version bump.
*protobuf-2.2.0 (21 Aug 2009)
21 Aug 2009; Krzysiek Pawlik <nelchael@gentoo.org> -protobuf-2.0.3.ebuild,
+protobuf-2.2.0.ebuild,
+files/protobuf-2.2.0-decoder_test_64bit_fix.patch,
+files/protobuf-2.2.0-fix-emacs-byte-compile.patch:
Version bump.
24 May 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+files/70protobuf-gentoo.el, protobuf-2.1.0.ebuild,
+files/protobuf-2.1.0-fix-emacs-byte-compile.patch:
Add emacs USE flag, see bug #271007.
18 May 2009; Krzysiek Pawlik <nelchael@gentoo.org>
-protobuf-2.0.0_beta.ebuild, -protobuf-2.0.1.ebuild,
-files/protobuf-2.0.1-python-unittest.patch, protobuf-2.1.0.ebuild,
metadata.xml:
Add myself as maintainer, remove old versions, improve 2.1.0.
*protobuf-2.1.0 (18 May 2009)
18 May 2009; Michał Januszewski <spock@gentoo.org>
protobuf-2.0.0_beta.ebuild, protobuf-2.0.1.ebuild, protobuf-2.0.3.ebuild,
+protobuf-2.1.0.ebuild:
Version bump. Add setuptools as dependency (bug #270207).
*protobuf-2.0.3 (06 Dec 2008)
06 Dec 2008; Michał Januszewski <spock@gentoo.org>
+files/protobuf-2.0.3-decoder_test_64bit_fix.patch,
+protobuf-2.0.3.ebuild:
Version bump.
30 Oct 2008; Michał Januszewski <spock@gentoo.org> protobuf-2.0.1.ebuild:
Install the vim syntax file into vimfiles/syntax instead of vimfiles.
*protobuf-2.0.1 (11 Sep 2008)
11 Sep 2008; Michał Januszewski <spock@gentoo.org>
+files/protobuf-2.0.1-python-unittest.patch, +protobuf-2.0.1.ebuild:
Version bump.
*protobuf-2.0.0_beta (17 Jul 2008)
17 Jul 2008; Michał Januszewski <spock@gentoo.org> +metadata.xml,
+protobuf-2.0.0_beta.ebuild:
Initial commit (bug #231297).
|