summaryrefslogtreecommitdiff
blob: 912d2577c7737d1bc40611e8f80f466c07ade288 (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
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
# ChangeLog for gnome-extra/evolution-data-server
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.171 2008/02/04 04:34:35 jer Exp $

  04 Feb 2008; Jeroen Roovers <jer@gentoo.org>
  evolution-data-server-1.12.3.ebuild:
  Stable for HPPA (bug #208366).

  03 Feb 2008; Raúl Porcel <armin76@gentoo.org>
  evolution-data-server-1.12.3.ebuild:
  alpha/ia64/sparc stable wrt #208366

  02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
  evolution-data-server-1.12.3.ebuild:
  Stable on amd64 wrt bug #208366.

  01 Feb 2008; Brent Baude <ranger@gentoo.org>
  evolution-data-server-1.12.3.ebuild:
  Marking evolution-data-server-1.12.3 ppc64 and ppc stable for bug 208366

  01 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
  evolution-data-server-1.12.3.ebuild:
  stable x86, bug 208366

  29 Jan 2008; Daniel Gryniewicz <dang@gentoo.org>
  evolution-data-server-1.10.3.1.ebuild,
  evolution-data-server-1.12.1.ebuild,
  evolution-data-server-1.12.2-r1.ebuild,
  evolution-data-server-1.12.3.ebuild:
  Add a slot dep on libsoup to prepare for the new 2.4 slot

  20 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org>
  +files/evolution-data-server-1.12.3-gtk-doc.patch,
  evolution-data-server-1.12.3.ebuild:
  fix gtk-doc mess (bug #206771)

*evolution-data-server-1.12.3 (20 Jan 2008)

  20 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org>
  -files/evolution-data-server-1.4.2.1-calandar-crash-fix.patch,
  -files/evolution-data-server-1.7.3-exchange-storage.patch,
  -files/evolution-data-server-1.7.4-move-subdirs.patch,
  -files/evolution-data-server-1.8.3-category.patch,
  -files/evolution-data-server-1.8.3-dst.patch.gz,
  -files/evolution-data-server-1.10.1-imap-overflow.patch,
  -files/evolution-data-server-APOP-auth-fix.patch,
  -evolution-data-server-1.6.2-r1.ebuild,
  -evolution-data-server-1.8.3-r5.ebuild,
  -evolution-data-server-1.10.2.ebuild,
  -evolution-data-server-1.12.0.ebuild,
  +evolution-data-server-1.12.3.ebuild:
  bump to 1.12.3 and clean up old revisions

*evolution-data-server-1.12.2-r1 (09 Dec 2007)

  09 Dec 2007; Gilles Dartiguelongue <eva@gentoo.org>
  files/evolution-data-server-1.12.2-local-delivery.patch,
  -evolution-data-server-1.12.2.ebuild,
  +evolution-data-server-1.12.2-r1.ebuild:
  revbump with the actual fix

  08 Dec 2007; Gilles Dartiguelongue <eva@gentoo.org>
  +files/evolution-data-server-1.12.2-local-delivery.patch,
  evolution-data-server-1.12.2.ebuild:
  fix selection of mbox file for local delivery, see bug #201504

  29 Nov 2007; Jeroen Roovers <jer@gentoo.org>
  evolution-data-server-1.12.1.ebuild:
  Stable for HPPA (bug #199740).

*evolution-data-server-1.12.2 (26 Nov 2007)

  26 Nov 2007; Daniel Gryniewicz <dang@gentoo.org>
  +evolution-data-server-1.12.2.ebuild:
  Bump to 1.12.2
  	- Keep character's case as user types. (Milan Crha)
  	- Use correct year when filling structure, not only years 1970+ (Peter
  	  Lord)
  	- Disable SSLv2 compatible HELLO on SSL stream when SSLv2 is disabled
  	  (Niels Vorgaard Christensen)
  	- Use proxy if user uses it and do not crash if have proxy without name
  	  and password (Milan Crha)
  	- Fix a crash when IMAP server sent response to FETCH BODY containing
  	  size=0 (Milan Crha)
  	- The base URL can be without a path, so do not crash, if that happen
  	  (Milan Crha)
  	- Move mail to/from sent-items (Sankar P)
  	- Avoid a double free and make sure that the view_ functions free at all
  	  cases (Akhil Laddha)
  	- Don't reopen a database using the same DB handle (Matthew Barnes)
  	- Return NULL pointer after freeing timezone structure (Ondrej Jirman)
  	- Check for NULL too, so do not crash when something goes wrong (Milan
  	  Crha)

  26 Nov 2007; Markus Rothe <corsair@gentoo.org>
  evolution-data-server-1.12.1.ebuild:
  Stable on ppc64; bug #199740

  24 Nov 2007; Brent Baude <ranger@gentoo.org>
  evolution-data-server-1.12.1.ebuild:
  Marking evolution-data-server-1.12.1 ppc stable for bug 199740

  22 Nov 2007; Raúl Porcel <armin76@gentoo.org>
  evolution-data-server-1.12.1.ebuild:
  alpha/ia64/sparc stable wrt #199740

  21 Nov 2007; Dawid Węgliński <cla@gentoo.org>
  evolution-data-server-1.12.1.ebuild:
  Stable on x86 (bug #199740)

  20 Nov 2007; Samuli Suominen <drac@gentoo.org>
  evolution-data-server-1.12.1.ebuild:
  amd64 stable wrt #199740

  19 Oct 2007; Roy Marples <uberlord@gentoo.org>
  +files/evolution-data-server-1.12.1-icaltz-util.patch,
  evolution-data-server-1.12.1.ebuild:
  bswap_32 is linux only, BSD's use bswap32

*evolution-data-server-1.12.1 (17 Oct 2007)

  17 Oct 2007; Daniel Gryniewicz <dang@gentoo.org>
  +evolution-data-server-1.12.1.ebuild:
  Bump to 1.12.1
  	- e-d-s now exits with gnome-session (Milan Crha)
  	- Composer stops completing addresses if you come back to the To: line
  	  (Srinivasa Ragavan)

  12 Oct 2007; Gilles Dartiguelongue <eva@gentoo.org>
  evolution-data-server-1.10.2.ebuild,
  evolution-data-server-1.10.3.1.ebuild,
  evolution-data-server-1.12.0.ebuild:
  fix QA warnings, remove useless RESTRICT

*evolution-data-server-1.12.0 (30 Sep 2007)

  30 Sep 2007; Daniel Gryniewicz <dang@gentoo.org>
  +files/evolution-data-server-1.11.3-as-needed.patch,
  +files/evolution-data-server-1.11.3-no-libdb.patch,
  +evolution-data-server-1.12.0.ebuild:
  New series for Gnome 2.20

  22 Sep 2007; Tom Gall <tgall@gentoo.org>
  evolution-data-server-1.10.3.1.ebuild:
  stable on ppc64

  01 Sep 2007; Raúl Porcel <armin76@gentoo.org>
  evolution-data-server-1.10.3.1.ebuild:
  alpha/ia64 stable wrt security #190861

  01 Sep 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  evolution-data-server-1.10.3.1.ebuild:
  ppc stable, bug #190861

  31 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org>
  evolution-data-server-1.10.3.1.ebuild:
  Stable on amd64/x86 wrt bug #190861.

  31 Aug 2007; Jeroen Roovers <jer@gentoo.org>
  evolution-data-server-1.10.3.1.ebuild:
  Stable for HPPA (bug #190861).

  31 Aug 2007; Ferris McCormick <fmccor@gentoo.org>
  evolution-data-server-1.10.3.1.ebuild:
  Sparc stable --- Security Bug #190861 --- installs as expected.

*evolution-data-server-1.10.3.1 (31 Aug 2007)

  31 Aug 2007; Mart Raudsepp <leio@gentoo.org>
  -evolution-data-server-1.10.2-r1.ebuild,
  +evolution-data-server-1.10.3.1.ebuild:
  Version bump for regular bug fixes and reintroducing imap overflow security
  fix that was lost in our 1.10.2 revision, bug 190861

*evolution-data-server-1.10.2-r1 (31 Aug 2007)

  31 Aug 2007; <pva@gentoo.org>
  +files/evolution-data-server-1.10-fix-maildir-account.patch,
  +files/evolution-data-server-1.10-newline-in-contacts.patch,
  +evolution-data-server-1.10.2-r1.ebuild:
  Fixed bug #133504 (maildir account file-chooser descended into directories),
  reported by Lindsay Haisley <fmouse-gentoo AT fmp.com>, and bug #175516
  (contacts displays \n) reported by roger <roger AT eskimo.com>.

  28 Aug 2007; Jeroen Roovers <jer@gentoo.org>
  evolution-data-server-1.10.2.ebuild:
  Stable for HPPA (bug #185823).

  11 Aug 2007; Andrej Kacian <ticho@gentoo.org>
  evolution-data-server-1.10.2.ebuild:
  Stable on x86, bug #185823.

  10 Aug 2007; Christoph Mende <angelos@gentoo.org>
  evolution-data-server-1.10.2.ebuild:
  Stable on amd64 wrt bug #185823

  08 Aug 2007; Raúl Porcel <armin76@gentoo.org>
  evolution-data-server-1.10.2.ebuild:
  alpha/ia64 stable wrt #185823

  07 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  evolution-data-server-1.10.2.ebuild:
  Stable on ppc wrt bug #185823.

  07 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  evolution-data-server-1.10.2.ebuild:
  Stable on sparc wrt #185823

  02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org>
  evolution-data-server-1.6.2.ebuild, evolution-data-server-1.6.2-r1.ebuild,
  evolution-data-server-1.8.3-r5.ebuild,
  evolution-data-server-1.10.1-r3.ebuild,
  evolution-data-server-1.10.2.ebuild:
  (QA) RESTRICT clean up.

*evolution-data-server-1.10.2 (27 Jun 2007)

  27 Jun 2007; <pva@gentoo.org> +evolution-data-server-1.10.2.ebuild:
  Version bump.

  17 Jun 2007; Mart Raudsepp <leio@gentoo.org>
  -evolution-data-server-1.8.3-r4.ebuild,
  -evolution-data-server-1.10.1-r2.ebuild:
  Remove some of the old revisions that are security vulnerable from IMAP
  overflow

  16 Jun 2007; Jeroen Roovers <jer@gentoo.org>
  evolution-data-server-1.8.3-r5.ebuild:
  Stable for HPPA (bug #182011).

  16 Jun 2007; Jeroen Roovers <jer@gentoo.org>
  evolution-data-server-1.6.2-r1.ebuild:
  Stable for HPPA (bug #182011).

  15 Jun 2007; Raúl Porcel <armin76@gentoo.org>
  evolution-data-server-1.6.2-r1.ebuild,
  evolution-data-server-1.8.3-r5.ebuild:
  alpha/ia64 stable wrt security #182011

  14 Jun 2007; Christian Faulhammer <opfer@gentoo.org>
  evolution-data-server-1.6.2-r1.ebuild,
  evolution-data-server-1.8.3-r5.ebuild:
  stable x86, security bug 182011

  14 Jun 2007; Brent Baude <ranger@gentoo.org>
  evolution-data-server-1.6.2-r1.ebuild,
  evolution-data-server-1.8.3-r5.ebuild:
  Marking evolution-data-server-1.6.2-r1.ebuild,
  evolution-data-server-1.8.3-r5.ebuild stable for bug #182011

  14 Jun 2007; Daniel Gryniewicz <dang@gentoo.org>
  evolution-data-server-1.6.2-r1.ebuild,
  evolution-data-server-1.8.3-r5.ebuild:
  Marked stable on amd64 for bug #182011

  14 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  evolution-data-server-1.6.2-r1.ebuild,
  evolution-data-server-1.8.3-r5.ebuild:
  ppc stable, bug #182011

  14 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  evolution-data-server-1.6.2-r1.ebuild,
  evolution-data-server-1.8.3-r5.ebuild:
  Stable on sparc wrt security #182011

*evolution-data-server-1.10.1-r3 (14 Jun 2007)
*evolution-data-server-1.8.3-r5 (14 Jun 2007)
*evolution-data-server-1.6.2-r1 (14 Jun 2007)

  14 Jun 2007; Daniel Gryniewicz <dang@gentoo.org>
  +files/evolution-data-server-1.10.1-imap-overflow.patch,
  +evolution-data-server-1.6.2-r1.ebuild,
  +evolution-data-server-1.8.3-r5.ebuild,
  +evolution-data-server-1.10.1-r3.ebuild:
  Add fix for IMAP overflow; bug #182011

  02 Jun 2007; <leio@gentoo.org> -evolution-data-server-1.8.2.ebuild,
  -evolution-data-server-1.8.3.ebuild,
  -evolution-data-server-1.8.3-r1.ebuild,
  -evolution-data-server-1.8.3-r2.ebuild:
  Remove old

  02 Jun 2007; Brent Baude <ranger@gentoo.org>
  evolution-data-server-1.8.3-r4.ebuild:
  Marking evolution-data-server-1.8.3-r4 ppc stable for bug #171107

  31 May 2007; Jeroen Roovers <jer@gentoo.org>
  evolution-data-server-1.8.3-r4.ebuild:
  Stable for HPPA (bug #171107).

  31 May 2007; Daniel Gryniewicz <dang@gentoo.org>
  evolution-data-server-1.8.3-r4.ebuild:
  Marked stable on amd64 for bug #171107

  31 May 2007; Brent Baude <ranger@gentoo.org>
  evolution-data-server-1.8.3-r4.ebuild:
  Marking evolution-data-server-1.8.3-r4 ppc64 stable for bug #171107

  30 May 2007; Raúl Porcel <armin76@gentoo.org>
  evolution-data-server-1.8.3-r4.ebuild:
  alpha/ia64 stable wrt #171107

  29 May 2007; Andrej Kacian <ticho@gentoo.org>
  evolution-data-server-1.8.3-r4.ebuild:
  Stable on x86, bug #171107.

  29 May 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  evolution-data-server-1.8.3-r4.ebuild:
  Stable on sparc wrt #171107

*evolution-data-server-1.10.1-r2 (03 May 2007)
*evolution-data-server-1.8.3-r4 (03 May 2007)

  03 May 2007; <pva@gentoo.org>
  files/evolution-data-server-APOP-auth-fix.patch,
  -evolution-data-server-1.8.3-r3.ebuild,
  +evolution-data-server-1.8.3-r4.ebuild,
  -evolution-data-server-1.10.1-r1.ebuild,
  +evolution-data-server-1.10.1-r2.ebuild:
  Respect String Freeze in the stable branch in ${PN}-APOP-auth-fix.patch.

*evolution-data-server-1.10.1-r1 (01 May 2007)
*evolution-data-server-1.8.3-r3 (01 May 2007)

  01 May 2007; <pva@gentoo.org>
  +files/evolution-data-server-APOP-auth-fix.patch,
  +evolution-data-server-1.8.3-r3.ebuild,
  -evolution-data-server-1.10.0.ebuild,
  -evolution-data-server-1.10.1.ebuild,
  +evolution-data-server-1.10.1-r1.ebuild:
  Fixed APOP authentication vulnerability (CVE-2007-1558). Thank Sune
  Kloppenborg Jeppesen <jaervosz AT gentoo.org> for report. Removed vulnerable
  versions from 1.10 branch.

  18 Apr 2007; Roy Marples <uberlord@gentoo.org>
  evolution-data-server-1.8.3.ebuild, evolution-data-server-1.8.3-r1.ebuild,
  evolution-data-server-1.8.3-r2.ebuild,
  evolution-data-server-1.10.1.ebuild:
  Blessed with the ~x86-fbsd keyword.

*evolution-data-server-1.10.1 (16 Apr 2007)

  16 Apr 2007; Daniel Gryniewicz <dang@gentoo.org>
  +evolution-data-server-1.10.1.ebuild:
  Bump to 1.10.1

*evolution-data-server-1.8.3-r2 (16 Apr 2007)

  16 Apr 2007; Daniel Gryniewicz <dang@gentoo.org>
  +files/evolution-data-server-1.8.3-dst.patch.gz,
  +evolution-data-server-1.8.3-r2.ebuild:
  Bump to 1.8.3-r2
  	Fix DST changes; bug #172835

*evolution-data-server-1.10.0 (27 Mar 2007)

  27 Mar 2007; Daniel Gryniewicz <dang@gentoo.org>
  +files/evolution-data-server-1.9.91-as-needed.patch,
  +evolution-data-server-1.10.0.ebuild:
  gnome 2.18.0

*evolution-data-server-1.8.3-r1 (01 Mar 2007)

  01 Mar 2007; Daniel Gryniewicz <dang@gentoo.org>
  +files/evolution-data-server-1.8.3-category.patch,
  +evolution-data-server-1.8.3-r1.ebuild:
  Bump to 1.8.3-r1
  
  - Add patch from upstream to fix adding contacts to new mail in non-english
  locales.

*evolution-data-server-1.8.3 (08 Feb 2007)

  08 Feb 2007; Mart Raudsepp <leio@gentoo.org>
  +evolution-data-server-1.8.3.ebuild:
  New version for translation updates

  21 Jan 2007; Bryan Østergaard <kloeri@gentoo.org>
  evolution-data-server-1.8.2.ebuild:
  Stable on IA64, bug 156662.

  18 Jan 2007; Jeroen Roovers <jer@gentoo.org>
  evolution-data-server-1.8.2.ebuild:
  Stable for HPPA (bug #147751).

  14 Jan 2007; Bryan Østergaard <kloeri@gentoo.org>
  evolution-data-server-1.8.2.ebuild:
  Stable on Alpha.

  10 Jan 2007; Mart Raudsepp <leio@gentoo.org>
  -files/evolution-data-server-1.2.3-gcc4.patch,
  -files/evolution-data-server-1.8.1-inbox-folders.patch,
  -evolution-data-server-1.4.2.1.ebuild,
  -evolution-data-server-1.8.1-r1.ebuild:
  Prune old versions

  21 Dec 2006; Markus Rothe <corsair@gentoo.org>
  evolution-data-server-1.8.2.ebuild:
  Stable on ppc64; bug #156662

  18 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  evolution-data-server-1.8.2.ebuild:
  Stable on sparc

  16 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  evolution-data-server-1.8.2.ebuild:
  Stable on ppc wrt bug #156662.

  11 Dec 2006; Daniel Gryniewicz <dang@gentoo.org>
  evolution-data-server-1.8.2.ebuild:
  Marked stable on amd64 for bug #156662

  10 Dec 2006; Andrej Kacian <ticho@gentoo.org>
  evolution-data-server-1.8.2.ebuild:
  Stable on x86, bug #156662.

*evolution-data-server-1.8.2 (21 Nov 2006)

  21 Nov 2006; <dang@gentoo.org> +evolution-data-server-1.8.2.ebuild:
  Bump to 1.8.2

  06 Nov 2006; John N. Laliberte <allanonjl@gentoo.org>
  evolution-data-server-1.8.1-r1.ebuild:
  add WANT_AUTOMAKE/WANT_AUTOCONF, fixes #154127

*evolution-data-server-1.8.1-r1 (01 Nov 2006)

  01 Nov 2006; John N. Laliberte <allanonjl@gentoo.org>
  +files/evolution-data-server-1.8.1-inbox-folders.patch,
  -evolution-data-server-1.8.0.ebuild, -evolution-data-server-1.8.1.ebuild,
  +evolution-data-server-1.8.1-r1.ebuild:
  apply patch to fix subfolder problem with exchange.  fixes #151048

  19 Oct 2006; Bryan Østergaard <kloeri@gentoo.org>
  evolution-data-server-1.6.2.ebuild:
  Stable on Alpha.

*evolution-data-server-1.8.1 (12 Oct 2006)

  12 Oct 2006; Mart Raudsepp <leio@gentoo.org>
  +evolution-data-server-1.8.1.ebuild:
  Version bump

  16 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
  evolution-data-server-1.8.0.ebuild:
  Add a keyring use flag to enable gnome-keyring support

  13 Sep 2006; Aron Griffis <agriffis@gentoo.org>
  evolution-data-server-1.6.2.ebuild:
  Mark 1.6.2 stable on ia64. #139612

*evolution-data-server-1.8.0 (07 Sep 2006)

  07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
  +files/evolution-data-server-1.7.3-exchange-storage.patch,
  +files/evolution-data-server-1.7.3-libdb.patch,
  +files/evolution-data-server-1.7.4-move-subdirs.patch,
  +files/evolution-data-server-1.8.0-camel-rewind.patch,
  +evolution-data-server-1.8.0.ebuild:
  New version for gnome 2.16

  06 Sep 2006; Joshua Kinard <kumba@gentoo.org>
  evolution-data-server-1.4.2.1.ebuild, evolution-data-server-1.6.2.ebuild:
  Removing mips keywords as gnome is no longer supported on mips.

  16 Aug 2006; Markus Rothe <corsair@gentoo.org>
  evolution-data-server-1.6.2.ebuild:
  Stable on ppc64

  23 Jul 2006; Daniel Gryniewicz <dang@gentoo.org>
  -files/evolution-data-server-1.2.1-local-provider.patch,
  -evolution-data-server-1.6.0.ebuild, -evolution-data-server-1.6.1.ebuild:
  Clean up unnecessary versions

  17 Jul 2006; Daniel Gryniewicz <dang@gentoo.org>
  evolution-data-server-1.6.2.ebuild:
  Marked stable on amd64 for bug #139612

  16 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  evolution-data-server-1.6.2.ebuild:
  hppa stable, bug #139612

  14 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  evolution-data-server-1.6.2.ebuild:
  ppc stable, bug #139612

  12 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
  evolution-data-server-1.6.2.ebuild:
  Stable on x86 wrt bug #139612.

  10 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  evolution-data-server-1.6.2.ebuild:
  Stable on sparc wrt #139612

  03 Jul 2006; John N. Laliberte <allanonjl@gentoo.org>
  -evolution-data-server-1.2.3.ebuild:
  remove old version depending on mozilla

*evolution-data-server-1.6.2 (27 Jun 2006)

  27 Jun 2006; Daniel Gryniewicz <dang@gentoo.org>
  +evolution-data-server-1.6.2.ebuild:
  Bump for 2.14.2

*evolution-data-server-1.6.1 (06 May 2006)

  06 May 2006; <dang@gentoo.org> +evolution-data-server-1.6.1.ebuild:
  Bump for 2.14.1

  18 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  evolution-data-server-1.2.3.ebuild, evolution-data-server-1.4.2.1.ebuild,
  evolution-data-server-1.6.0.ebuild:
  Restrict confcache as per bug #130117.

  30 Mar 2006; Leonardo Boshell <leonardop@gentoo.org>
  -files/evolution-data-server-1.0.2-amd64_mutex.patch,
  -evolution-data-server-1.0.2.ebuild, -evolution-data-server-1.0.3.ebuild,
  -evolution-data-server-1.0.4.ebuild,
  -evolution-data-server-1.4.1.1.ebuild, evolution-data-server-1.6.0.ebuild:
  Purging old ebuilds. Dropped 'static' USE flag. Removed USE_DESTDIR.

*evolution-data-server-1.6.0 (18 Mar 2006)

  18 Mar 2006; John N. Laliberte <allanonjl@gentoo.org>
  +evolution-data-server-1.6.0.ebuild:
  new version

  03 Feb 2006; Guy Martin <gmsoft@gentoo.org>
  evolution-data-server-1.4.2.1.ebuild:
  Stable on hppa.

  02 Feb 2006; Aron Griffis <agriffis@gentoo.org>
  evolution-data-server-1.4.2.1.ebuild:
  Mark 1.4.2.1 stable on alpha

  02 Feb 2006; Aron Griffis <agriffis@gentoo.org>
  evolution-data-server-1.4.2.1.ebuild:
  Mark 1.4.2.1 stable on ia64

  22 Jan 2006; Markus Rothe <corsair@gentoo.org>
  evolution-data-server-1.4.2.1.ebuild:
  Stable on ppc64

  22 Jan 2006; <dang@gentoo.org> evolution-data-server-1.4.2.1.ebuild:
  Marked stable on amd64 per bug #119634

  22 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  evolution-data-server-1.4.2.1.ebuild:
  Marked ppc stable for bug #119634; Stabilize Gnome-2.12.2

  22 Jan 2006; Joshua Jackson <tsunam@gentoo.org>
  evolution-data-server-1.4.2.1.ebuild:
  Stable on x86 for bug #119634; Stabilize Gnome-2.12.2

  20 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  evolution-data-server-1.4.2.1.ebuild:
  Stable on sparc wrt #119634

  08 Jan 2006; <dang@gentoo.org>
  evolution-data-server-1.2.3.ebuild:
  Downgrade arm to ~ because of mozilla dep, to allow repoman to commit

  08 Jan 2006; <dang@gentoo.org>
  +files/evolution-data-server-1.4.2.1-calandar-crash-fix.patch,
  evolution-data-server-1.4.2.1.ebuild:
  Add fix for calendar crash. Bug #86174

  04 Dec 2005; <dang@gentoo.org> evolution-data-server-1.4.2.1.ebuild:
  Begin removing mozilla/firefox as sources for nspf/nss per mozilla herd

*evolution-data-server-1.4.2.1 (01 Dec 2005)

  01 Dec 2005; Leonardo Boshell <leonardop@gentoo.org>
  +evolution-data-server-1.4.2.1.ebuild:
  New version.

*evolution-data-server-1.4.1.1 (05 Nov 2005)

  05 Nov 2005; <dang@gentoo.org> -evolution-data-server-1.4.0.ebuild,
  +evolution-data-server-1.4.1.1.ebuild:
  Revbump.  Fixed exchange-storage crashes

  25 Oct 2005; <dang@gentoo.org> evolution-data-server-1.4.1.ebuild:
  older gtk-doc doesn't support named enumerations. Bug #110151

  10 Oct 2005; Hardave Riar <hardave@gentoo.org>
  evolution-data-server-1.2.3.ebuild:
  Stable on mips.

*evolution-data-server-1.4.1 (04 Oct 2005)

  04 Oct 2005; <dang@gentoo.org> +evolution-data-server-1.4.1.ebuild:
  New version

  14 Sep 2005; <dang@gentoo.org> evolution-data-server-1.4.0.ebuild:
  Remove firefox flag for now, as evo can't be built against it yet and have
  working ssl

  10 Sep 2005; Leonardo Boshell <leonardop@gentoo.org>
  evolution-data-server-1.4.0.ebuild:
  Move pkg-config calls to src_compile() to avoid problems in binary
  packages.

*evolution-data-server-1.4.0 (05 Sep 2005)

  05 Sep 2005; Leonardo Boshell <leonardop@gentoo.org>
  -evolution-data-server-1.3.8.ebuild, +evolution-data-server-1.4.0.ebuild:
  New version.

*evolution-data-server-1.3.8 (29 Aug 2005)

  29 Aug 2005; Leonardo Boshell <leonardop@gentoo.org>
  files/evolution-data-server-no_lazy_bindings.patch,
  -evolution-data-server-1.3.7.ebuild, +evolution-data-server-1.3.8.ebuild:
  New version. Fixed patch. Added 'firefox' USE flag.

  22 Aug 2005; Bryan Østergaard <kloeri@gentoo.org>
  evolution-data-server-1.2.3.ebuild:
  Stable on ia64.

  22 Aug 2005; Fernando J. Pereda <ferdy@gentoo.org>
  evolution-data-server-1.2.3.ebuild:
  stable on alpha

*evolution-data-server-1.3.7 (17 Aug 2005)

  17 Aug 2005; Leonardo Boshell <leonardop@gentoo.org>
  +evolution-data-server-1.3.7.ebuild,
  +files/evolution-data-server-no_lazy_bindings.patch:
  New version. Added 'static' and 'krb4' USE flags. Updated dependencies.
  Added patch to avoid lazy linking in a setgid binary.

  02 Aug 2005; Simon Stelling <blubb@gentoo.org>
  evolution-data-server-1.2.3.ebuild:
  stable on amd64

  31 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org>
  evolution-data-server-1.2.3.ebuild:
  ppc stable

  27 Jul 2005; Guy Martin <gmsoft@gentoo.org>
  evolution-data-server-1.2.3.ebuild:
  Stable on hppa.

  26 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  evolution-data-server-1.2.3.ebuild:
  Stable on sparc

  25 Jul 2005; Leonardo Boshell <leonardop@gentoo.org>
  evolution-data-server-1.2.3.ebuild:
  Stable on x86.

  17 Jul 2005; John N. Laliberte <allanonjl@gentoo.org>
  evolution-data-server-1.2.1-r1.ebuild, evolution-data-server-1.2.3.ebuild:
  add libgnomeui as a dep. configure checks for it.  fixes #91628

  12 Jul 2005; Stephen P. Becker <geoman@gentoo.org>
  evolution-data-server-1.2.1-r1.ebuild:
  stable on mips

  23 Jun 2005; Guy Martin <gmsoft@gentoo.org>
  evolution-data-server-1.2.1-r1.ebuild:
  Stable on hppa.

  17 Jun 2005; Fernando J. Pereda <ferdy@gentoo.org>
  evolution-data-server-1.2.1-r1.ebuild:
  Stable on alpha

  12 Jun 2005; Olivier Crête <tester@gentoo.org>
  evolution-data-server-1.2.1-r1.ebuild:
  Stable on amd64

  12 Jun 2005; Tobias Scherbaum <dertobi123@gentoo.org>
  evolution-data-server-1.2.1-r1.ebuild:
  Stable on ppc.

  10 Jun 2005; Mark Loeser <halcy0n@gentoo.org>
  +files/evolution-data-server-1.2.3-gcc4.patch,
  evolution-data-server-1.2.3.ebuild:
  Adding upstream patch to fix compilation with gcc4

  09 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  evolution-data-server-1.2.1-r1.ebuild:
  Stable on sparc

*evolution-data-server-1.2.3 (09 Jun 2005)

  09 Jun 2005; Marinus Schraal <foser@gentoo.org> evolution-data-server-1.2.3.ebuild :
  New release

*evolution-data-server-1.2.1-r1 (09 Jun 2005)

  09 Jun 2005; <brix@gentoo.org>
  +files/evolution-data-server-1.2.1-local-provider.patch,
  +evolution-data-server-1.2.1-r1.ebuild:
  Apply patch from upstream, fixing bug #87043 (Evolution mail folder pane
  doesn't update).

  18 May 2005; Jason Wever <weeve@gentoo.org>
  evolution-data-server-1.0.4.ebuild:
  Stable on SPARC.

  11 May 2005; Guy Martin <gmsoft@gentoo.org>
  evolution-data-server-1.0.4.ebuild:
  Stable on hppa.

  08 May 2005; Herbie Hopkins <herbs@gentoo.org>
  evolution-data-server-1.0.4.ebuild:
  Stable on amd64.

  28 Apr 2005; Bryan Østergaard <kloeri@gentoo.org>
  evolution-data-server-1.0.4.ebuild:
  Stable on alpha.

  27 Apr 2005; Bryan Østergaard <kloeri@gentoo.org>
  evolution-data-server-1.0.4.ebuild:
  Stable on ia64.

  25 Apr 2005; Mike Gardiner <obz@gentoo.org>
  evolution-data-server-1.0.4.ebuild:
  Keyworded ppc x86

  07 Apr 2005; Simon Stelling <blubb@gentoo.org>
  evolution-data-server-1.0.3.ebuild:
  stable on amd64

  02 Apr 2005; Stephen P. Becker <geoman@gentoo.org>
  evolution-data-server-1.0.3.ebuild:
  stable on mips

  23 Mar 2005; Seemant Kulleen <seemant@gentoo.org>
  evolution-data-server-1.2.0-r1.ebuild, evolution-data-server-1.2.1.ebuild:
  change dep from net-www/mozilla to www-client/mozilla

*evolution-data-server-1.2.1 (21 Mar 2005)

  21 Mar 2005; Mike Gardiner <obz@gentoo.org>
  +evolution-data-server-1.2.1.ebuild:
  New version

  20 Mar 2005; Bryan Østergaard <kloeri@gentoo.org>
  evolution-data-server-1.0.3.ebuild:
  Stable on alpha.

*evolution-data-server-1.2.0-r1 (19 Mar 2005)

  19 Mar 2005; Mike Gardiner <obz@gentoo.org>
  +evolution-data-server-1.2.0-r1.ebuild:
  The camel backends have been moved into evolution-data-server from
  evolution, so we need to handle the ssl detection properly. See bug
  #85086 for more information

  09 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  evolution-data-server-1.0.3.ebuild:
  Stable on sparc

*evolution-data-server-1.2.0 (09 Mar 2005)

  09 Mar 2005; Joe McCann <joem@gentoo.org>
  +files/evolution-data-server-1.2.0-gentoo_etc_services.patch,
  +evolution-data-server-1.2.0.ebuild:
  gnome-2.10 release

  09 Mar 2005; Mike Gardiner <obz@gentoo.org>
  evolution-data-server-1.0.3.ebuild:
  Keyworded x86 ppc

*evolution-data-server-1.0.4 (02 Mar 2005)

  02 Mar 2005; Mike Gardiner <obz@gentoo.org>
  +evolution-data-server-1.0.4.ebuild:
  New version

  04 Feb 2005; Stephen P. Becker <geoman@gentoo.org>
  evolution-data-server-1.0.2.ebuild:
  stable on mips

  20 Jan 2005; Aron Griffis <agriffis@gentoo.org>
  evolution-data-server-1.0.2.ebuild:
  stable on ia64

  08 Jan 2005; Tom Martin <slarti@gentoo.org>
  evolution-data-server-1.0.2.ebuild:
  Stable on amd64.

*evolution-data-server-1.0.3 (30 Dec 2004)

  30 Dec 2004; Mike Gardiner <obz@gentoo.org>
  +evolution-data-server-1.0.3.ebuild:
  New version

  23 Dec 2004; Guy Martin <gmsoft@gentoo.org>
  evolution-data-server-1.0.2.ebuild:
  Stable on hppa.

  17 Dec 2004; Markus Rothe <corsair@gentoo.org>
  evolution-data-server-1.0.2.ebuild:
  Stable on ppc64

  11 Dec 2004; Bryan Østergaard <kloeri@gentoo.org>
  evolution-data-server-1.0.2.ebuild:
  Stable on alpha.

  12 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  evolution-data-server-1.0.2.ebuild:
  Stable on sparc

  11 Nov 2004; Mike Gardiner <obz@gentoo.org>
  evolution-data-server-1.0.2.ebuild:
  Keyworded ppc for GNOME 2.8

  11 Nov 2004; Markus Rothe <corsair@gentoo.org>
  evolution-data-server-1.0.2.ebuild:
  Marked ~ppc64

  17 Oct 2004; Alastair Tse <liquidx@gentoo.org>
  evolution-data-server-1.0.2.ebuild:
  fix for am64, take2

  17 Oct 2004; Alastair Tse <liquidx@gentoo.org>
  evolution-data-server-1.0.2.ebuild:
  add workaround for different mutex.h for amd64 (#67818)

*evolution-data-server-1.0.2 (16 Oct 2004)

  16 Oct 2004; Alastair Tse <liquidx@gentoo.org>
  -evolution-data-server-1.0.0.ebuild, +evolution-data-server-1.0.2.ebuild:
  version bump. add amd64 fix for libdb (#64911).

  04 Oct 2004; Guy Martin <gmsoft@gentoo.org>
  evolution-data-server-1.0.1.ebuild:
  Added ~hppa to KEYWORDS.

*evolution-data-server-1.0.1 (01 Oct 2004)

  01 Oct 2004; Alastair Tse <liquidx@gentoo.org>
  +evolution-data-server-1.0.1.ebuild:
  version bump

  30 Sep 2004; Stephen P. Becker <geoman@gentoo.org>
  evolution-data-server-1.0.0.ebuild:
  added ~mips keyword

  28 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  evolution-data-server-1.0.0.ebuild:
  Keyworded ~sparc wrt #64135

  21 Sep 2004; Travis Tilley <lv@gentoo.org>
  evolution-data-server-1.0.0.ebuild:
  added ~amd64 keyword

*evolution-data-server-1.0.0 (17 Sep 2004)

  17 Sep 2004; foser <foser@gentoo.org> evolution-data-server-1.0.0.ebuild :
  Gnome 2.8 release

*evolution-data-server-0.0.99 (13 Sep 2004)

  13 Sep 2004; Brandon Hale <tseng@gentoo.org>
  +evolution-data-server-0.0.99.ebuild:
  Version bump, closes bug #62583

  29 Aug 2004; David Holm <dholm@gentoo.org>
  evolution-data-server-0.0.98.ebuild:
  Added to ~ppc.

*evolution-data-server-0.0.98 (24 Aug 2004)

  24 Aug 2004; Brandon Hale <tseng@gentoo.org>
  +evolution-data-server-0.0.98.ebuild:
  Version bump.

*evolution-data-server-0.0.97 (06 Aug 2004)

  06 Aug 2004; Alastair Tse <liquidx@gentoo.org>
  +evolution-data-server-0.0.97.ebuild:
  initial commit for evolution-data-server ebuild. based on ebuild submitted buy
  Joe McCann <joe@breakmygentoo.net> (#35456)