summaryrefslogtreecommitdiff
blob: bba4f20b45c263813b2e36bc8415572795900700 (plain)
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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
# ChangeLog for dev-libs/xmlrpc-c
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.153 2015/07/23 14:32:45 pinkbyte Exp $

  23 Jul 2015; Sergey Popov <pinkbyte@gentoo.org> xmlrpc-c-1.32.05-r1.ebuild:
  Add 'test' to IUSE variable, wrt bug #525360, thanks to Kent Fredric
  <kentfredric AT gmail.com>

  11 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> metadata.xml:
  Drop myself

  06 Jul 2013; Mikle Kolyada <zlogene@gentoo.org> -xmlrpc-c-1.28.03-r1.ebuild,
  -xmlrpc-c-1.32.05.ebuild:
  drop old

  30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05-r1.ebuild:
  Stable for s390, wrt bug #471912

  29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05-r1.ebuild:
  Stable for sparc, wrt bug #471912

  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05-r1.ebuild:
  Stable for ia64, wrt bug #471912

  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05-r1.ebuild:
  Stable for alpha, wrt bug #471912

  16 Jun 2013; Vicente Olivert Riera <vincent@gentoo.org>
  xmlrpc-c-1.32.05-r1.ebuild:
  ppc ppc64 stable : bug #471912

  12 Jun 2013; Mikle Kolyada <zlogene@gentoo.org> xmlrpc-c-1.32.05-r1.ebuild:
  x86 stable wrt bug #471912

  10 Jun 2013; Mikle Kolyada <zlogene@gentoo.org> xmlrpc-c-1.32.05-r1.ebuild:
  amd64 stable wrt bug #471912

  09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05-r1.ebuild:
  Stable for sh, wrt bug #471912

  06 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> metadata.xml:
  Reassigning due to Zlogene became Gentoo developer, remove proxy maintainers
  herd

  02 Jun 2013; Markus Meier <maekke@gentoo.org> xmlrpc-c-1.32.05-r1.ebuild:
  arm stable, bug #471912

  31 May 2013; Jeroen Roovers <jer@gentoo.org> xmlrpc-c-1.32.05-r1.ebuild:
  Stable for HPPA (bug #471912).

  27 May 2013; Sergey Popov <pinkbyte@gentoo.org> metadata.xml:
  Assign new maintainers

*xmlrpc-c-1.32.05-r1 (27 May 2013)

  27 May 2013;  <qnikst@gentoo.org> +xmlrpc-c-1.32.05-r1.ebuild:
  allow tools to be used in xmlrpc-c-1.32.05 (bug #460730)

  14 Mar 2013; Jeroen Roovers <jer@gentoo.org> xmlrpc-c-1.32.05.ebuild:
  Stable for HPPA (bug #457298).

  08 Mar 2013; Jeroen Roovers <jer@gentoo.org> xmlrpc-c-1.32.05.ebuild:
  Fix typo.

  01 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05.ebuild:
  Stable for sh, wrt bug #457298

  27 Feb 2013; Jeroen Roovers <jer@gentoo.org> -files/xmlrpc-c-1.05-pic.patch,
  -files/xmlrpc-c-1.06.02-strsol.patch,
  -files/xmlrpc-c-1.06.02-threadupdatestatus.patch,
  -files/xmlrpc-c-1.06.03-mustbuildclient.patch,
  -files/xmlrpc-c-1.06.09+curl-7.18.patch,
  -files/xmlrpc-c-1.06.09-asneeded.patch, -files/xmlrpc-c-1.06.09-strsol.patch,
  -files/xmlrpc-c-1.06.27-abyss-header-fixup.patch,
  -files/xmlrpc-c-1.06.27-curl-easy-setopt.patch,
  -files/xmlrpc-c-1.06.27-curl-headers.patch,
  -files/xmlrpc-c-1.06.27-gcc43-test-fix.patch,
  -files/xmlrpc-c-1.28.00-advanced-test.patch,
  +files/xmlrpc-c-1.32.05-Wimplicit.patch, -files/xmlrpc-c-gcc43.patch,
  -files/xmlrpc-c-1.18.02/cpp-depends.patch,
  -files/xmlrpc-c-1.18.02/curl-headers.patch,
  -files/xmlrpc-c-1.18.02/dump-symlinks.patch,
  -files/xmlrpc-c-1.18.02/dumpvalue.patch, xmlrpc-c-1.32.05.ebuild:
  Enable -Wimplicit only for C, not for C++.

  26 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05.ebuild:
  Stable for s390, wrt bug #457298

  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05.ebuild:
  Stable for sparc, wrt bug #457298

  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05.ebuild:
  Stable for x86, wrt bug #457298

  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05.ebuild:
  Stable for amd64, wrt bug #457298

  23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05.ebuild:
  Stable for ppc64, wrt bug #457298

  23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05.ebuild:
  Stable for alpha, wrt bug #457298

  22 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05.ebuild:
  Stable for arm, wrt bug #457298

  22 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05.ebuild:
  Stable for ppc, wrt bug #457298

  22 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.32.05.ebuild:
  Stable for ia64, wrt bug #457298

  16 Feb 2013; Pacho Ramos <pacho@gentoo.org> -xmlrpc-c-1.29.02.ebuild,
  metadata.xml:
  Cleanup due bug #96436

*xmlrpc-c-1.32.05 (26 Dec 2012)

  26 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> +xmlrpc-c-1.32.05.ebuild:
  Bump to 1.32.05, bug #443872. Thanks to slepnoga.

  31 Oct 2012; Christoph Junghans <ottxor@gentoo.org> xmlrpc-c-1.29.02.ebuild:
  added prefix keywords

  21 Aug 2012; Alexander Vershilov <qnikst@gentoo.org> -xmlrpc-c-1.28.03.ebuild:
  removing xmlrpc-c due to 320253, 409549; thanks to slepnoga

  05 Jun 2012; Brent Baude <ranger@gentoo.org> xmlrpc-c-1.28.03-r1.ebuild:
  Marking xmlrpc-c-1.28.03-r1 ppc for bug 409549

  28 May 2012; Raúl Porcel <armin76@gentoo.org> xmlrpc-c-1.28.03-r1.ebuild:
  alpha/ia64/s390/sh/sparc stable wrt #409549

  05 Apr 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  xmlrpc-c-1.28.03-r1.ebuild:
  x86 stable wrt bug #409549

  03 Apr 2012; Jeroen Roovers <jer@gentoo.org> xmlrpc-c-1.28.03-r1.ebuild:
  Stable for HPPA (bug #409549).

  31 Mar 2012; Markus Meier <maekke@gentoo.org> xmlrpc-c-1.28.03-r1.ebuild:
  arm stable, bug #409549

  29 Mar 2012; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.28.03-r1.ebuild:
  Stable for amd64, wrt bug #409549

  28 Mar 2012; Brent Baude <ranger@gentoo.org> xmlrpc-c-1.28.03-r1.ebuild:
  Marking xmlrpc-c-1.28.03-r1 ppc64 for bug 409549

*xmlrpc-c-1.29.02 (25 Mar 2012)
*xmlrpc-c-1.28.03-r1 (25 Mar 2012)

  25 Mar 2012; Peter Volkov <pva@gentoo.org> -xmlrpc-c-1.06.27.ebuild,
  -xmlrpc-c-1.18.02.ebuild, -xmlrpc-c-1.28.00.ebuild,
  +xmlrpc-c-1.28.03-r1.ebuild, +xmlrpc-c-1.29.02.ebuild:
  Version bump. Drop old. Drop optional libwww support, bug 409549 by Pacho
  Ramos. Thank slepnoga for this work.

  03 Mar 2012; Brent Baude <ranger@gentoo.org> xmlrpc-c-1.28.03.ebuild:
  Marking xmlrpc-c-1.28.03 ppc64 for bug 393267

  04 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org> Manifest:
  Fix maintainer's email in metadata

  04 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org> metadata.xml:
  Fix maintainer's email in metadata

  01 Feb 2012; Brent Baude <ranger@gentoo.org> xmlrpc-c-1.28.03.ebuild:
  Marking xmlrpc-c-1.28.03 ppc for bug 393267

  01 Jan 2012; Raúl Porcel <armin76@gentoo.org> xmlrpc-c-1.28.03.ebuild:
  alpha/ia64/s390/sh/sparc stable wrt #393267

  18 Dec 2011; Markus Meier <maekke@gentoo.org> xmlrpc-c-1.28.03.ebuild:
  arm stable, bug #393267

  18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> xmlrpc-c-1.28.03.ebuild:
  x86 stable wrt bug #393267

  13 Dec 2011; Agostino Sarubbo <ago@gentoo.org> xmlrpc-c-1.28.03.ebuild:
  Stable for AMD64, wrt bug #393267

  13 Dec 2011; Jeroen Roovers <jer@gentoo.org> xmlrpc-c-1.28.03.ebuild:
  Stable for HPPA (bug #393267).

  12 Dec 2011; Peter Volkov <pva@gentoo.org> xmlrpc-c-1.28.00.ebuild,
  xmlrpc-c-1.28.03.ebuild:
  Add readline into deps, bug #393267 thank Agostino Sarubbo for report.

  28 Nov 2011; Naohiro Aota <naota@gentoo.org> xmlrpc-c-1.28.03.ebuild:
  Add ~x86-fbsd. Bug #267616

  24 Nov 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
  Drop maintainer due retirement, bug #220219

*xmlrpc-c-1.28.03 (20 Nov 2011)

  20 Nov 2011; Peter Volkov <pva@gentoo.org> +xmlrpc-c-1.28.03.ebuild:
  Version bump, thank slepnoga for report.

*xmlrpc-c-1.28.00 (01 Oct 2011)

  01 Oct 2011; Peter Volkov <pva@gentoo.org> +xmlrpc-c-1.28.00.ebuild,
  +files/xmlrpc-c-1.28.00-advanced-test.patch, metadata.xml:
  Version bump, bug #299011 wrt Arfrever Frehtes Taifersar Arahesis. Fixes
  parallel build issue, bug 291881 wrt simon. Fixes build on BSD, bug #283751
  wrt Henning Schild. Fixes installation of shared libraries, bug #274536 wrt
  Ambroz Bizjak. Fixes build failure with specific USE flags combination, bug
  301076 wrt Marco Clocchiatti. And thank Andreis_Vinogradovs (slepnoga) for
  making me work on this version bump.

  25 Jul 2011; Christoph Mende <angelos@gentoo.org> xmlrpc-c-1.06.27.ebuild,
  +files/xmlrpc-c-1.06.27-curl-headers.patch, xmlrpc-c-1.18.02.ebuild,
  +files/xmlrpc-c-1.18.02/curl-headers.patch:
  Fix compilation against curl-7.21.7 (bug #376101)

  15 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
  xmlrpc-c-1.18.02.ebuild:
  Migrate to new base eclass structure.

  16 Jun 2009; Raúl Porcel <armin76@gentoo.org> xmlrpc-c-1.18.02.ebuild:
  arm/ia64/s390/sh/sparc stable wrt #271986

  08 Jun 2009; Jeroen Roovers <jer@gentoo.org> xmlrpc-c-1.18.02.ebuild:
  Stable for HPPA (bug #271986).

  07 Jun 2009; Tobias Klausmann <klausman@gentoo.org>
  xmlrpc-c-1.18.02.ebuild:
  Stable on alpha, bug #271986

  01 Jun 2009; nixnut <nixnut@gentoo.org> xmlrpc-c-1.18.02.ebuild:
  ppc stable #271986

  31 May 2009; Markus Meier <maekke@gentoo.org> xmlrpc-c-1.18.02.ebuild:
  amd64/x86 stable, bug #271986

  31 May 2009; Brent Baude <ranger@gentoo.org> xmlrpc-c-1.18.02.ebuild:
  Marking xmlrpc-c-1.18.02 ppc64 for bug 271986

  31 May 2009; Peter Alfredsen <loki_val@gentoo.org>
  xmlrpc-c-1.18.02.ebuild:
  Set LC_ALL=C and LANG=C w.r.t. bug 255440. Use as seperator in sed to not
  fail with legitimate CFLAGS.

  17 May 2009; Peter Alfredsen <loki_val@gentoo.org>
  -xmlrpc-c-1.14.07-r1.ebuild, -files/xmlrpc-c-1.14.07-abyss-disable.patch,
  -xmlrpc-c-1.15.05.ebuild, -xmlrpc-c-1.16.06.ebuild,
  -xmlrpc-c-1.16.06-r1.ebuild, -files/xmlrpc-c-1.16.06-no-undefined.patch,
  -files/xmlrpc-c-1.16.06-parallel-make.patch:
  Drop old

  04 May 2009; Peter Alfredsen <loki_val@gentoo.org>
  xmlrpc-c-1.18.02.ebuild:
  Fix erroneous use of 'use cpp' instead of 'use cxx', make ebuild emit an
  elog if trying to run src_test without USE='abyss curl', w.r.t. bug
  268630, thanks to jer/rej for reporting.

  02 May 2009; Peter Alfredsen <loki_val@gentoo.org>
  +files/xmlrpc-c-1.18.02/cpp-depends.patch,
  +files/xmlrpc-c-1.18.02/dump-symlinks.patch, xmlrpc-c-1.18.02.ebuild:
  Add patches to fix parallel compilation problems, bug 255440. Also remove
  some dead code from ebuild.

  01 May 2009; Raúl Porcel <armin76@gentoo.org> xmlrpc-c-1.18.02.ebuild:
  Add ~alpha/~arm/~s390/~sh wrt #267616

  29 Apr 2009; Brent Baude <ranger@gentoo.org> xmlrpc-c-1.18.02.ebuild:
  keyworded ~arch for ppc64, bug 267616

  29 Apr 2009; Jeroen Roovers <jer@gentoo.org> xmlrpc-c-1.18.02.ebuild:
  Marked ~hppa (bug #267616).

  29 Apr 2009; Peter Alfredsen <loki_val@gentoo.org>
  xmlrpc-c-1.18.02.ebuild:
  Drop tools useflag by default. Pulls in too many external deps.

*xmlrpc-c-1.18.02 (27 Apr 2009)

  27 Apr 2009; Peter Alfredsen <loki_val@gentoo.org>
  +files/xmlrpc-c-1.18.02/dumpvalue.patch, +xmlrpc-c-1.18.02.ebuild:
  Install tools, bug 242154. Install abyss server, bug 251718. Fix parallel
  make, bug 255440. Also, bump bug 256253.

  11 Apr 2009; Joshua Kinard <kumba@gentoo.org> xmlrpc-c-1.16.06-r1.ebuild:
  Added ~mips to KEYWORDS.

  03 Jan 2009; Peter Alfredsen <loki_val@gentoo.org>
  xmlrpc-c-1.16.06-r1.ebuild:
  Bug 251415 not solved, reverting previous change.

  03 Jan 2009; Peter Alfredsen <loki_val@gentoo.org>
  xmlrpc-c-1.16.06-r1.ebuild:
  We need to "emake all" or we'll run into bug 251415. Per suggestion from
  upstream.

*xmlrpc-c-1.16.06-r1 (02 Jan 2009)

  02 Jan 2009; Peter Alfredsen <loki_val@gentoo.org>
  +files/xmlrpc-c-1.16.06-parallel-make.patch, +xmlrpc-c-1.16.06-r1.ebuild:
  Fix bug 251850, parallel make issue that would cause xmlrpc.h to not be
  installed. Thanks to Diego for the report.

  03 Dec 2008; Peter Alfredsen <loki_val@gentoo.org>
  xmlrpc-c-1.16.06.ebuild:
  The --no-undefined patch had the fortunate effect of making parallel make
  work, halving compilation time.

*xmlrpc-c-1.16.06 (03 Dec 2008)

  03 Dec 2008; Peter Alfredsen <loki_val@gentoo.org>
  -files/xmlrpc-c-1.16.04-abyss-disable.patch,
  -files/xmlrpc-c-1.16.04-compile.patch,
  -files/xmlrpc-c-1.16.04-cpplinking.patch,
  -files/xmlrpc-c-1.16.04-linking-order.patch,
  +files/xmlrpc-c-1.16.06-no-undefined.patch, -xmlrpc-c-1.16.04.ebuild,
  +xmlrpc-c-1.16.06.ebuild:
  Add new version. Upstream accepted our fixes from .04. New fixes included
  fixing bug 246749.

*xmlrpc-c-1.16.04 (29 Nov 2008)

  29 Nov 2008; Peter Alfredsen <loki_val@gentoo.org>
  +files/xmlrpc-c-1.16.04-abyss-disable.patch,
  +files/xmlrpc-c-1.16.04-compile.patch,
  +files/xmlrpc-c-1.16.04-cpplinking.patch,
  +files/xmlrpc-c-1.16.04-linking-order.patch, +xmlrpc-c-1.16.04.ebuild:
  Bump, bug 246083. Also solves bug 235989 (!!).

*xmlrpc-c-1.15.05 (24 Aug 2008)

  24 Aug 2008; Peter Alfredsen <loki_val@gentoo.org>
  -xmlrpc-c-1.06.09-r2.ebuild, -xmlrpc-c-1.15.02.ebuild,
  -xmlrpc-c-1.15.03.ebuild, +xmlrpc-c-1.15.05.ebuild:
  Bump to 1.15.05, remove old

  09 Aug 2008; Santiago M. Mola <coldwind@gentoo.org>
  xmlrpc-c-1.06.27.ebuild:
  amd64 stable wrt bug #233123

  06 Aug 2008; Peter Alfredsen <loki_val@gentoo.org>
  xmlrpc-c-1.14.07-r1.ebuild, xmlrpc-c-1.15.02.ebuild,
  xmlrpc-c-1.15.03.ebuild:
  Make >=xmlrpc-c-1.14.07 multilib-strict safe. For real this time. Bug
  #233468, thanks to en.ABCD@gmail.com. Re-enable cxx useflag for
  >=xmlrpc-c-1.15.02. Disable running unneeded autotools, bug #233436,
  thanks to gentoobugsie@gmail.com.

  02 Aug 2008; Markus Rothe <corsair@gentoo.org> xmlrpc-c-1.06.27.ebuild:
  Stable on ppc64; bug #233123

  01 Aug 2008; nixnut <nixnut@gentoo.org> xmlrpc-c-1.06.27.ebuild:
  Stable on ppc wrt bug 233123

*xmlrpc-c-1.14.07-r1 (31 Jul 2008)

  31 Jul 2008; Peter Alfredsen <loki_val@gentoo.org>
  -files/xmlrpc-c-1.14.07-multilib.patch, -xmlrpc-c-1.14.07.ebuild,
  +xmlrpc-c-1.14.07-r1.ebuild:
  Reverse the damage I've done, multilib patch installed into /usr/usr/lib64
  on amd64, see bug 233468. This is not strict-multilib, but we'll deal with
  that later.

  30 Jul 2008; Peter Alfredsen <loki_val@gentoo.org>
  +files/xmlrpc-c-1.14.07-multilib.patch, xmlrpc-c-1.14.07.ebuild:
  Fixup for multilib, bug #233143.

  28 Jul 2008; Raúl Porcel <armin76@gentoo.org> xmlrpc-c-1.06.27.ebuild:
  alpha/ia64/x86 stable wrt #233123

  28 Jul 2008; Ferris McCormick <fmccor@gentoo.org> xmlrpc-c-1.06.27.ebuild:
  Sparc stable, Bug #233123.

  28 Jul 2008; Jeroen Roovers <jer@gentoo.org> xmlrpc-c-1.06.27.ebuild:
  Stable for HPPA (bug #233123).

  27 Jul 2008; Peter Alfredsen <loki_val@gentoo.org>
  xmlrpc-c-1.14.07.ebuild:
  Prepare for public consumption.

*xmlrpc-c-1.15.03 (27 Jul 2008)

  27 Jul 2008; Peter Alfredsen <loki_val@gentoo.org>
  +xmlrpc-c-1.15.03.ebuild:
  Bump

*xmlrpc-c-1.15.02 (20 Jul 2008)

  20 Jul 2008; Peter Alfredsen <loki_val@gentoo.org>
  +xmlrpc-c-1.15.02.ebuild:
  Bump

  15 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
  +files/xmlrpc-c-1.14.07-abyss-disable.patch, xmlrpc-c-1.14.07.ebuild:
  Really, *don't* build abyss. Bug 227187.

  08 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
  -xmlrpc-c-1.06.03.ebuild:
  Remove old.

  08 Jun 2008; Kenneth Prugh <ken69267@gentoo.org>
  xmlrpc-c-1.06.09-r2.ebuild:
  amd64 stable, bug #224275

*xmlrpc-c-1.14.07 (04 Jun 2008)

  04 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
  +xmlrpc-c-1.14.07.ebuild:
  Add 1.14.07 for testing. Resolves bug 203810.

  04 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
  -xmlrpc-c-1.06.09.ebuild, -xmlrpc-c-1.06.09-r1.ebuild:
  Remove old.

  02 Jun 2008; Raúl Porcel <armin76@gentoo.org> xmlrpc-c-1.06.09-r2.ebuild:
  alpha/ia64/sparc stable wrt #224275

  01 Jun 2008; nixnut <nixnut@gentoo.org> xmlrpc-c-1.06.09-r2.ebuild:
  Stable on ppc wrt bug 224275

  31 May 2008; Jeroen Roovers <jer@gentoo.org> xmlrpc-c-1.06.09-r2.ebuild:
  Stable for HPPA (bug #224275).

  31 May 2008; Christian Faulhammer <opfer@gentoo.org>
  xmlrpc-c-1.06.09-r2.ebuild:
  stable x86, bug 224275

  31 May 2008; Peter Alfredsen <loki_val@gentoo.org>
  xmlrpc-c-1.06.09-r2.ebuild, xmlrpc-c-1.06.27.ebuild:
  Committing build-time fix for bug 214137; SRCDIR was getting passed to the
  ebuild

*xmlrpc-c-1.06.27 (30 May 2008)

  30 May 2008; Peter Alfredsen <loki_val@gentoo.org>
  +files/xmlrpc-c-1.06.27-abyss-header-fixup.patch,
  +files/xmlrpc-c-1.06.27-curl-easy-setopt.patch,
  +files/xmlrpc-c-1.06.27-gcc43-test-fix.patch, metadata.xml,
  +xmlrpc-c-1.06.27.ebuild:
  Version bump. Taking over as maintainer.

  27 May 2008; Markus Rothe <corsair@gentoo.org> xmlrpc-c-1.06.09-r2.ebuild:
  Stable on ppc64

  28 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
  Remove Wulf C. Krueger (philantrop) from metadata.xml (as per #168573).

*xmlrpc-c-1.06.09-r2 (22 Apr 2008)

  22 Apr 2008; Doug Goldstein <cardoe@gentoo.org>
  +xmlrpc-c-1.06.09-r2.ebuild:
  rev bump to bump EAPI so everything builds properly with default USE flags

  21 Apr 2008; Diego Pettenò <flameeyes@gentoo.org>
  +files/xmlrpc-c-1.06.09+curl-7.18.patch, xmlrpc-c-1.06.09-r1.ebuild:
  Add patch to fix building with curl 7.18, thanks to Christophe Philemotte
  in bug #216139.

  02 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org>
  files/xmlrpc-c-1.06.09-asneeded.patch,
  +files/xmlrpc-c-1.06.09-strsol.patch, xmlrpc-c-1.06.09-r1.ebuild:
  Added an updated linking patch as kindly provided by corsair on bug 209138.
  xmlrpc-c now respects the user's LDFLAGS. Fixes bug 209693.

*xmlrpc-c-1.06.09-r1 (22 Feb 2008)

  22 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org>
  +xmlrpc-c-1.06.09-r1.ebuild:
  Revision bump to ensure that -Wl,--as-needed get Flameeyes' fix.

  21 Feb 2008; Raúl Porcel <armin76@gentoo.org> xmlrpc-c-1.06.09.ebuild:
  alpha/ia64/sparc/x86 stable

  11 Feb 2008; Diego Pettenò <flameeyes@gentoo.org>
  +files/xmlrpc-c-1.06.09-asneeded.patch, xmlrpc-c-1.06.09.ebuild:
  Fix linking with --as-needed by properly link to libxml2 when using it.
  Fixes cmake build with --as-needed.

  06 Feb 2008; Markus Rothe <corsair@gentoo.org> xmlrpc-c-1.06.09.ebuild:
  Back to ~ppc64. It fails on another machine

  05 Feb 2008; Markus Rothe <corsair@gentoo.org> xmlrpc-c-1.06.09.ebuild:
  Stable on ppc64

  03 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org>
  xmlrpc-c-1.06.09.ebuild:
  Fixed overriding custom MAKEOPTS. Fixes bug 207924. Thanks, Jokey!

  20 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org>
  +files/xmlrpc-c-gcc43.patch, xmlrpc-c-1.06.03.ebuild,
  xmlrpc-c-1.06.09.ebuild:
  Added a patch for gcc-4.3-compatibility as kindly provided by Devils-Hawk on
  bug 206353.

  14 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  xmlrpc-c-1.06.09.ebuild:
  ppc. stable

  13 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org>
  xmlrpc-c-1.06.09.ebuild:
  Made the build system respect the user's CFLAGS/CXXFLAGS.

  10 Jan 2008; Guy Martin <gmsoft@gentoo.org> xmlrpc-c-1.06.09.ebuild:
  Added hppa to KEYWORDS.

  13 Dec 2007; Wulf C. Krueger <philantrop@gentoo.org>
  -files/xmlrpc-c-1.10.00-cmake.patch,
  -files/xmlrpc-c-1.10.00-mutexcreate.patch, metadata.xml,
  xmlrpc-c-1.06.09.ebuild, -xmlrpc-c-1.10.00.ebuild:
  Removed broken version 1.10.00. Fixed several minor issues as per bug 194031.

  11 Dec 2007; Benedikt Böhm <hollow@gentoo.org> metadata.xml:
  update metadata

  14 Oct 2007; Markus Rothe <corsair@gentoo.org> xmlrpc-c-1.06.09.ebuild:
  Added ~ppc64; bu #194031

  06 Oct 2007; Raúl Porcel <armin76@gentoo.org> xmlrpc-c-1.06.09.ebuild:
  Add ~ia64/~sparc wrt #194031

  02 Oct 2007; Jeroen Roovers <jer@gentoo.org> xmlrpc-c-1.06.09.ebuild:
  Marked ~hppa (bug #194031).

  01 Oct 2007; Roy Marples <uberlord@gentoo.org> xmlrpc-c-1.06.03.ebuild,
  xmlrpc-c-1.06.09.ebuild:
  Keyworded ~sparc-fbsd and ~x86-fbsd, #194031.

  22 May 2007; Benedikt Böhm <hollow@gentoo.org>
  -files/gentoo-0.9.9-r1.patch, -files/xmlrpc-c-gcc-3.4.patch,
  -xmlrpc-c-0.9.9-r1.ebuild:
  clean up

  22 May 2007; Bryan Østergaard <kloeri@gentoo.org>
  xmlrpc-c-1.06.03.ebuild:
  Stable on Alpha, bug 166998.

*xmlrpc-c-1.10.00 (22 May 2007)

  22 May 2007; Benedikt Böhm <hollow@gentoo.org>
  +files/xmlrpc-c-1.10.00-cmake.patch,
  +files/xmlrpc-c-1.10.00-mutexcreate.patch, -xmlrpc-c-1.09.00.ebuild,
  +xmlrpc-c-1.10.00.ebuild:
  version bump; uses experimental cmake patch from Enrico Scholz

  14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
  add <herd>no-herd</herd>

  17 Mar 2007; Steve Dibb <beandog@gentoo.org> xmlrpc-c-1.06.03.ebuild:
  amd64 stable, bug 166998

  18 Feb 2007; nixnut <nixnut@gentoo.org> xmlrpc-c-1.06.03.ebuild:
  Stable on ppc wrt bug 166998

  15 Feb 2007; Christian Faulhammer <opfer@gentoo.org>
  xmlrpc-c-1.06.03.ebuild:
  stable x86; bug 166998

*xmlrpc-c-1.06.09 (15 Feb 2007)

  15 Feb 2007; Benedikt Böhm <hollow@gentoo.org> +xmlrpc-c-1.06.09.ebuild:
  version bump

*xmlrpc-c-1.09.00 (30 Jan 2007)

  30 Jan 2007; Benedikt Böhm <hollow@gentoo.org> -xmlrpc-c-1.06.02.ebuild,
  +xmlrpc-c-1.09.00.ebuild:
  version bump; remove old version

  12 Aug 2006; Benedikt Böhm <hollow@gentoo.org>
  files/xmlrpc-c-1.06.03-mustbuildclient.patch, xmlrpc-c-1.06.03.ebuild:
  fix previous patch for optional client libs

*xmlrpc-c-1.06.03 (12 Aug 2006)

  12 Aug 2006; Benedikt Böhm <hollow@gentoo.org>
  -files/xmlrpc-c-1.05-client-global.patch,
  -files/xmlrpc-c-1.05-iostream.patch,
  -files/xmlrpc-c-1.05-no-extra-qual.patch,
  +files/xmlrpc-c-1.06.03-mustbuildclient.patch, -xmlrpc-c-1.05-r2.ebuild,
  +xmlrpc-c-1.06.03.ebuild:
  version bump; fix #142929

*xmlrpc-c-1.06.02 (31 Jul 2006)

  31 Jul 2006; Benedikt Böhm <hollow@gentoo.org>
  +files/xmlrpc-c-1.06.02-strsol.patch,
  +files/xmlrpc-c-1.06.02-threadupdatestatus.patch,
  -xmlrpc-c-1.03.14.ebuild, -xmlrpc-c-1.05.ebuild, -xmlrpc-c-1.05-r1.ebuild,
  xmlrpc-c-1.05-r2.ebuild, +xmlrpc-c-1.06.02.ebuild:
  version bump; fix #142231

*xmlrpc-c-1.05-r2 (06 Jul 2006)

  06 Jul 2006; Benedikt Böhm <hollow@gentoo.org>
  +files/xmlrpc-c-1.05-client-global.patch, +files/xmlrpc-c-1.05-pic.patch,
  +xmlrpc-c-1.05-r2.ebuild:
  install missing client_global.h; fix PIC handling on amd64

*xmlrpc-c-1.05-r1 (01 Jul 2006)

  01 Jul 2006; Benedikt Böhm <hollow@gentoo.org>
  +files/xmlrpc-c-1.05-no-extra-qual.patch, +xmlrpc-c-1.05-r1.ebuild:
  fix #138668

*xmlrpc-c-1.05 (24 Jun 2006)
*xmlrpc-c-1.03.14 (24 Jun 2006)

  24 Jun 2006; Benedikt Böhm <hollow@gentoo.org> -files/gentoo-0.9.9.patch,
  -files/gentoo-1.2.patch, +files/xmlrpc-c-1.05-iostream.patch,
  metadata.xml, -xmlrpc-c-0.9.9.ebuild, -xmlrpc-c-1.2.ebuild,
  +xmlrpc-c-1.03.14.ebuild, +xmlrpc-c-1.05.ebuild:
  version bumps; update metadata

  10 Sep 2005; Aron Griffis <agriffis@gentoo.org> xmlrpc-c-0.9.9-r1.ebuild:
  Mark 0.9.9-r1 stable on alpha

  26 Jul 2005; Jared Hudson <jhhudso@gentoo.org> xmlrpc-c-1.2.ebuild:
  Modified latest ebuild to force make -j1 since greater than -j1 fails to
  compile

  22 May 2005; Jared Hudson <jhhudso@gentoo.org> : Version bump.
	
  30 Apr 2005; Bryan Østergaard <kloeri@gentoo.org>
  xmlrpc-c-0.9.9-r1.ebuild:
  ~alpha keyword, bug 89340.

  17 Feb 2005; Karol Wojtaszek <sekretarz@gentoo.org>
  xmlrpc-c-0.9.9-r1.ebuild:
  Fixed sandbox access violation, bug #82178

  23 Sep 2004; Karol Wojtaszek <sekretarz@gentoo.org>
  +files/xmlrpc-c-gcc-3.4.patch, xmlrpc-c-0.9.9-r1.ebuild:
  Fixed gcc-3.4 compile issues. Bug #64330

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmlrpc-c-0.9.9.ebuild:
  virtual/glibc -> virtual/libc

*xmlrpc-c-0.9.9-r1; Pieter Van den Abeele <pvdabeel@gentoo.org> :

  16 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> :
  Fixes 47830

*xmlrpc-c-0.9.9 (07 Mar 2003)

  07 Mar 2002; Pieter Van den Abeele <pvdabeel@gentoo.org> :

  Created an ebuild - also tested on ppc