summaryrefslogtreecommitdiff
blob: f53909da738602cd3b6fbd04292e5c41b8947fe8 (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
# ChangeLog for net-im/empathy
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.168 2015/06/26 09:23:18 ago Exp $

  26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> empathy-3.12.10.ebuild:
  Stable for x86, wrt bug #551814

  21 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> empathy-3.12.10.ebuild:
  amd64 stable wrt bug #551814

*empathy-3.12.10 (14 May 2015)

  14 May 2015; Gilles Dartiguelongue <eva@gentoo.org> +empathy-3.12.10.ebuild:
  Version bump.

*empathy-3.12.9 (01 May 2015)

  01 May 2015; Gilles Dartiguelongue <eva@gentoo.org> +empathy-3.12.9.ebuild,
  files/empathy-3.12.7-Fix-parallel-build-in-extensions.patch:
  Version bump. Update parallel fix patch to cover missing case.

  08 Apr 2015; Michał Górny <mgorny@gentoo.org> empathy-3.12.7.ebuild:
  Drop old Python implementations

  12 Feb 2015; Pacho Ramos <pacho@gentoo.org> -empathy-3.12.4.ebuild,
  empathy-3.12.7.ebuild:
  Needs to be rebuilt when farstream .so version changes, drop old

  19 Dec 2014; Pacho Ramos <pacho@gentoo.org> empathy-3.12.7.ebuild:
  amd64 stable, bug 529964

  18 Dec 2014; Pacho Ramos <pacho@gentoo.org> empathy-3.12.7.ebuild:
  x86 stable, bug 529964

  30 Nov 2014; Rémi Cardona <remi@gentoo.org> empathy-3.12.7.ebuild,
  +files/empathy-3.12.7-Fix-parallel-build-in-extensions.patch:
  Fix parallel build issue, see bug #515894.

  25 Nov 2014; Pacho Ramos <pacho@gentoo.org> empathy-3.12.7.ebuild:
  Support python 3.4

  13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -empathy-2.34.0-r2.ebuild,
  -empathy-3.12.6.ebuild, -files/empathy-2.34.0-CVE-2011-3635.patch,
  -files/empathy-2.34.0-auth-dialog-crash-fix.patch,
  -files/empathy-2.34.0-missing-include.patch, metadata.xml:
  Drop old (#508854)

*empathy-3.12.7 (14 Oct 2014)

  14 Oct 2014; Pacho Ramos <pacho@gentoo.org> +empathy-3.12.7.ebuild:
  Version bump

*empathy-3.12.6 (30 Sep 2014)

  30 Sep 2014; Pacho Ramos <pacho@gentoo.org> +empathy-3.12.6.ebuild,
  -empathy-3.12.5.ebuild:
  Version bump, drop old

*empathy-3.12.5 (02 Sep 2014)

  02 Sep 2014; Pacho Ramos <pacho@gentoo.org> +empathy-3.12.5.ebuild,
  -empathy-3.10.3.ebuild, -empathy-3.12.3.ebuild:
  Version bump, drop old, UTF8 is needed for python stuff during building
  (#489774 by Mike Gilbert, tontisimo and others).

  05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> empathy-2.34.0-r2.ebuild,
  empathy-3.10.3.ebuild, empathy-3.12.3.ebuild, empathy-3.12.4.ebuild:
  Remove trailing '.' from DESCRIPTION.

  24 Jul 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> empathy-3.10.3.ebuild,
  empathy-3.12.3.ebuild, empathy-3.12.4.ebuild:
  Swap virtual/udev[gudev] for virtual/libgudev, package does not seem to
  require libudev or udevd; bug 506034

  23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> empathy-3.12.4.ebuild:
  Stable for x86, wrt bug #512012

  22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> empathy-3.12.4.ebuild:
  Stable for amd64, wrt bug #512912

*empathy-3.12.4 (26 Jun 2014)

  26 Jun 2014; Pacho Ramos <pacho@gentoo.org> +empathy-3.12.4.ebuild:
  Version bump

  21 Jun 2014; Pacho Ramos <pacho@gentoo.org> empathy-3.12.3.ebuild:
  Fix tests failing due dbus issues (#504516 by Emeric Maschino)

*empathy-3.12.3 (12 Jun 2014)

  12 Jun 2014; Pacho Ramos <pacho@gentoo.org> +empathy-3.12.3.ebuild,
  -empathy-3.12.1.ebuild, -empathy-3.12.2.ebuild:
  Version bump

*empathy-3.12.2 (30 May 2014)

  30 May 2014; Pacho Ramos <pacho@gentoo.org> +empathy-3.12.2.ebuild:
  Version bump

*empathy-3.12.1 (27 Apr 2014)

  27 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> +empathy-3.12.1.ebuild:
  Version bump for Gnome 3.12.

  18 Apr 2014; Pacho Ramos <pacho@gentoo.org> -empathy-3.10.2.ebuild,
  -empathy-3.8.6.ebuild:
  drop old

  09 Mar 2014; Pacho Ramos <pacho@gentoo.org> empathy-3.10.3.ebuild:
  x86 stable, bug 499954

  09 Mar 2014; Pacho Ramos <pacho@gentoo.org> empathy-3.10.3.ebuild:
  amd64 stable, bug 499954

  22 Feb 2014; Pacho Ramos <pacho@gentoo.org> empathy-3.10.3.ebuild:
  Fix wrong commit, bug 502160

*empathy-3.10.3 (06 Feb 2014)

  06 Feb 2014; Gilles Dartiguelongue <eva@gentoo.org> +empathy-3.10.3.ebuild:
  Version bump.

  21 Jan 2014; Gilles Dartiguelongue <eva@gentoo.org> empathy-3.8.6.ebuild,
  empathy-3.10.2.ebuild:
  Pin geoclue dependency to relevant slot.

*empathy-3.10.2 (24 Dec 2013)

  24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +empathy-3.10.2.ebuild,
  -empathy-3.8.5.ebuild:
  Version bump for Gnome 3.10

  08 Dec 2013; Pacho Ramos <pacho@gentoo.org> empathy-3.8.6.ebuild:
  x86 stable, bug #478252

  30 Nov 2013; Pacho Ramos <pacho@gentoo.org> empathy-3.8.6.ebuild:
  amd64 stable, bug #478252

*empathy-3.8.6 (15 Nov 2013)

  15 Nov 2013; Pacho Ramos <pacho@gentoo.org> +empathy-3.8.6.ebuild,
  -empathy-3.8.4.ebuild:
  Version bump, drop old

*empathy-3.8.5 (11 Nov 2013)

  11 Nov 2013; Pacho Ramos <pacho@gentoo.org> +empathy-3.8.5.ebuild,
  -empathy-3.6.4.ebuild, -empathy-3.8.2.ebuild, -empathy-3.8.3.ebuild,
  metadata.xml:
  Version bump, drop old, this is being only maintained by gnome team for a long
  time.

*empathy-3.8.4 (09 Sep 2013)

  09 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org> +empathy-3.8.4.ebuild:
  Version bump.

  05 Sep 2013; Michał Górny <mgorny@gentoo.org> empathy-3.6.4.ebuild,
  empathy-3.8.2.ebuild, empathy-3.8.3.ebuild:
  Clean up PYTHON_COMPAT from old implementations.

  04 Aug 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
  empathy-3.6.4.ebuild:
  Pin geocode-glib dependency to 0.99.0 (bug #479458).

  24 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org> empathy-3.8.3.ebuild:
  3.8 is supposed to build against python3 and it appears to work fine.

  23 Jul 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
  empathy-2.34.0-r2.ebuild:
  empathy-2.x requires gcr-0, which only exists in gnome-keyring-2.x (bug
  #477394).

*empathy-3.8.3 (24 May 2013)

  24 May 2013; Pacho Ramos <pacho@gentoo.org> +empathy-3.8.3.ebuild,
  -empathy-3.8.1.ebuild:
  Version bump, remove old

*empathy-3.8.2 (20 May 2013)

  20 May 2013; Pacho Ramos <pacho@gentoo.org> +empathy-3.8.2.ebuild,
  -empathy-3.6.3.ebuild, -empathy-3.8.0.ebuild,
  -files/empathy-2.32.2-libnotify-0.7.patch:
  Version bump, drop old

*empathy-3.8.1 (16 Apr 2013)

  16 Apr 2013; Pacho Ramos <pacho@gentoo.org> +empathy-3.8.1.ebuild:
  Version bump

*empathy-3.6.4 (31 Mar 2013)

  31 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -empathy-3.6.2-r2.ebuild,
  empathy-3.6.3.ebuild, +empathy-3.6.4.ebuild, empathy-3.8.0.ebuild:
  Version bump for Gnome 3.6. Add ~arm to >=3.6 ebuilds. Clean up old revision.

*empathy-3.8.0 (28 Mar 2013)

  28 Mar 2013; Pacho Ramos <pacho@gentoo.org> +empathy-3.8.0.ebuild:
  Version bump for Gnome 3.8

  07 Feb 2013; Ulrich Müller <ulm@gentoo.org> empathy-3.6.2-r2.ebuild,
  empathy-3.6.3.ebuild:
  Move Creative Commons licenses to shorter names.

  02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> empathy-3.6.2-r2.ebuild:
  Add ~arm, wrt bug #449220

*empathy-3.6.3 (25 Jan 2013)

  25 Jan 2013; Gilles Dartiguelongue <eva@gentoo.org> -empathy-3.4.2.3.ebuild,
  +empathy-3.6.3.ebuild, metadata.xml:
  Version bump. Switch back to python.eclass since this is a build time only
  dependency.

  06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> empathy-3.6.2-r2.ebuild:
  Add ~sparc, wrt bug #449220

  01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> empathy-3.6.2-r2.ebuild:
  Add ~alpha, wrt bug #449220

  01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> empathy-3.6.2-r2.ebuild:
  Add ~ia64, wrt bug #449220

  31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> empathy-3.6.2-r2.ebuild:
  Add ~ppc64, wrt bug #449220

  31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> empathy-3.6.2-r2.ebuild:
  Add ~ppc, wrt bug #449220

  27 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> metadata.xml:
  Drop unused 'call' USE flag description.

*empathy-3.6.2-r2 (26 Dec 2012)

  26 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> -empathy-3.2.2-r1.ebuild,
  -files/empathy-3.2.2-cancellable-not-NULL.patch,
  -files/empathy-3.2.2-delivery-failed.patch,
  -files/empathy-3.2.2-telepathy-logger-0.4.patch, +empathy-3.6.2-r2.ebuild,
  metadata.xml:
  Version bump for Gnome 3.6. Switch to EAPI=5 and python-any-r1.eclass. Clean
  up old revisions.

  11 Dec 2012; Ian Stakenvicius <axs@gentoo.org> empathy-3.2.2-r1.ebuild,
  empathy-3.4.2.3.ebuild:
  virtualize udev dependency

  08 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  empathy-3.4.2.3.ebuild:
  Pin farstream slot.

  05 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  empathy-2.34.0-r2.ebuild, empathy-3.4.2.3.ebuild:
  Drop map USE flag for empathy-2 due to pending clutter-gtk-0.10 removal (bug
  #435164). Update license. Update 3.4 to EAPI5.

  25 Oct 2012; Gilles Dartiguelongue <eva@gentoo.org> -empathy-2.32.2.ebuild,
  empathy-2.34.0-r2.ebuild, empathy-3.2.2-r1.ebuild, -empathy-3.4.2.1.ebuild,
  empathy-3.4.2.3.ebuild:
  Pin gstreamer dependencies to slot 0.10. Drop old revisions.

  10 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  empathy-3.4.2.1.ebuild, empathy-3.4.2.3.ebuild:
  Add missing farstream dep (bug #434604, thanks to Andrea Arteaga).

*empathy-3.4.2.3 (09 Aug 2012)

  09 Aug 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  -empathy-3.4.2.ebuild, +empathy-3.4.2.3.ebuild:
  Version bump with various bugfixes. Drop old.

  18 Jul 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  empathy-3.2.2-r1.ebuild, empathy-3.4.2.ebuild, empathy-3.4.2.1.ebuild:
  Block versions of telepathy-rakia that do not work with the corresponding
  version of empathy (bug #403861, thanks to Olivier Crete).

*empathy-3.4.2.1 (22 May 2012)

  22 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  +empathy-3.4.2.1.ebuild:
  Version bump with UI and crash fixes.

*empathy-3.4.2 (15 May 2012)

  15 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  -empathy-3.2.2.ebuild, +empathy-3.4.2.ebuild, metadata.xml:
  Version bump for gnome-3.4 with a new call UI. Now uses gnome-contacts to
  display contacts information. Drop old.

  04 May 2012; Jeff Horelick <jdhore@gentoo.org> empathy-2.32.2.ebuild,
  empathy-2.34.0-r2.ebuild, empathy-3.2.2.ebuild, empathy-3.2.2-r1.ebuild:
  dev-util/pkgconfig -> virtual/pkgconfig

*empathy-3.2.2-r1 (02 May 2012)

  02 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  -empathy-3.2.1.2.ebuild, +empathy-3.2.2-r1.ebuild,
  +files/empathy-3.2.2-cancellable-not-NULL.patch,
  +files/empathy-3.2.2-delivery-failed.patch,
  +files/empathy-3.2.2-telepathy-logger-0.4.patch:
  Fix telepathy-logger-0.4 compatibility (bug #413423, thanks to Antoine
  Lemoine and Jack River). Fix a crash and do not silently fail to send
  messages. Drop old.

  14 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  empathy-3.2.1.2.ebuild, empathy-3.2.2.ebuild:
  Add missing dependency on gnome-icon-theme-symbolic (bug #403503).

  10 Feb 2012; Patrick Lauer <patrick@gentoo.org> empathy-2.32.2.ebuild,
  empathy-2.34.0-r2.ebuild, empathy-3.2.1.2.ebuild, empathy-3.2.2.ebuild:
  Changing python deps in preparation for 2.4 removal

  16 Jan 2012; Tobias Klausmann <klausman@gentoo.org> empathy-2.34.0-r2.ebuild:
  Stable on alpha, bug #388051

  20 Dec 2011; Raúl Porcel <armin76@gentoo.org> empathy-2.32.2.ebuild:
  Drop alpha

*empathy-3.2.2 (27 Nov 2011)

  27 Nov 2011; Gilles Dartiguelongue <eva@gentoo.org> +empathy-3.2.2.ebuild:
  Version bump. Fix memory leaks in log viewer.

  22 Nov 2011; Pacho Ramos <pacho@gentoo.org> -empathy-3.2.1.1.ebuild,
  empathy-2.32.2.ebuild, empathy-2.34.0-r2.ebuild, empathy-3.2.1.2.ebuild:
  telepathy-connection-managers moved to net-im/. Drop old and drop keywords
  from unsecure version.

*empathy-3.2.1.2 (13 Nov 2011)

  13 Nov 2011; Gilles Dartiguelongue <eva@gentoo.org>
  -empathy-2.34.0-r1.ebuild, +empathy-3.2.1.2.ebuild:
  Version bump. Fix empathy shutdown with newer glib.

  06 Nov 2011; Brent Baude <ranger@gentoo.org> empathy-2.34.0-r2.ebuild:
  Marking empathy-2.34.0-r2 ppc for bug 388051

*empathy-3.2.1.1 (04 Nov 2011)

  04 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
  -empathy-3.0.2.ebuild, +empathy-3.2.1.1.ebuild, metadata.xml:
  Bump to 3.2.1.1 from the gnome overlay. Remove old (and vulnerable) 3.0.2.
  Notable changes: optional farstream call support, better theming, new log
  viewer, google talk support via gnome-online-accounts.

  30 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  empathy-2.34.0-r2.ebuild:
  x86 stable wrt bug #388051

  30 Oct 2011; Markos Chandras <hwoarang@gentoo.org> empathy-2.34.0-r2.ebuild:
  Stable on amd64 wrt bug #388051

*empathy-2.34.0-r2 (24 Oct 2011)

  24 Oct 2011; Pacho Ramos <pacho@gentoo.org> +empathy-2.34.0-r2.ebuild,
  +files/empathy-2.34.0-CVE-2011-3635.patch,
  +files/empathy-2.34.0-missing-include.patch:
  Fix script injection vulnerability (CVE-2011-3635), bug #388051 (backported
  patch by Tetromino); fix compilation error due missing header, bug #388203 by
  My Th. Readd dropped keywords after masking offending map USE flag for them,
  that arches shouldn't stick with old 2.32.x versions.

*empathy-3.0.2 (18 Aug 2011)

  18 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> +empathy-3.0.2.ebuild,
  metadata.xml:
  Bump to 3.0.2, from gnome overlay for GNOME 3

  06 Aug 2011; Zac Medico <zmedico@gentoo.org> empathy-2.34.0-r1.ebuild:
  Add ~x86-linux keyword.

  14 Jul 2011; Thomas Kahle <tomka@gentoo.org> empathy-2.34.0-r1.ebuild:
  x86 stable per bug 369909

  01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> empathy-2.34.0-r1.ebuild:
  Stable on amd64 wrt bug #278255

  10 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org> -empathy-2.30.2.ebuild:
  Clean up old revision.

*empathy-2.34.0-r1 (06 Apr 2011)

  06 Apr 2011; Arun Raghavan <ford_prefect@gentoo.org>
  +empathy-2.34.0-r1.ebuild, +files/empathy-2.34.0-auth-dialog-crash-fix.patch:
  Add a patch to fix auth dialog crasher.

  05 Apr 2011; Ulrich Mueller <ulm@gentoo.org> empathy-2.30.2.ebuild:
  Depend on dev-lang/python because virtual/python will go away, bug 358849.

  28 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> empathy-2.34.0.ebuild:
  Use slot dependency for webkit-gtk.

*empathy-2.34.0 (25 Mar 2011)

  25 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> -empathy-2.33.2.ebuild,
  +empathy-2.34.0.ebuild:
  Version bump. Bug fixes and backports from 3.0 branch.

  22 Mar 2011; Brent Baude <ranger@gentoo.org> empathy-2.32.2.ebuild:
  Marking empathy-2.32.2 ppc stable for bug 353436

  21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> empathy-2.30.2.ebuild,
  -empathy-2.30.3.ebuild, empathy-2.32.2.ebuild, empathy-2.33.2.ebuild:
  Fix slot-deps on gnome libs

  12 Mar 2011; Raúl Porcel <armin76@gentoo.org> empathy-2.32.2.ebuild:
  alpha stable wrt #353436

  02 Mar 2011; Kevin McCarthy <signals@gentoo.org> empathy-2.30.2.ebuild,
  empathy-2.30.3.ebuild:
  Slotted gtk+, glib, and libunique depends.

*empathy-2.33.2 (27 Feb 2011)

  27 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> empathy-2.32.2.ebuild,
  +empathy-2.33.2.ebuild, metadata.xml:
  Add <folks-0.3 blocker for empathy-2.32. Bump to 2.33.2, uses new
  telepathy-logger and folks APIs.

  27 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> empathy-2.32.2.ebuild:
  Pin libunique dependency to slot 1.

  25 Feb 2011; Nirbheek Chauhan <nirbheek@gentoo.org> empathy-2.30.2.ebuild,
  empathy-2.30.3.ebuild, empathy-2.32.2.ebuild:
  Restrict valid versions of telepathy-logger

  24 Feb 2011; Thomas Kahle <tomka@gentoo.org> empathy-2.32.2.ebuild:
  x86 stable per bug 353436

  23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> empathy-2.32.2.ebuild:
  Stable on amd64 wrt bug #353436

  05 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> empathy-2.32.2.ebuild,
  +files/empathy-2.32.2-libnotify-0.7.patch:
  Fix building with x11-libs/libnotify >= 0.7.

  30 Jan 2011; Raúl Porcel <armin76@gentoo.org> empathy-2.32.2.ebuild:
  Add ~alpha/~ia64/~sparc wrt #347744

  26 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> empathy-2.32.2.ebuild:
  add ~ppc wrt #347744

  13 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
  empathy-2.32.2.ebuild:
  add ~x86, bug 347744

  07 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> empathy-2.32.2.ebuild:
  Drop redundant evolution-data-server dependency, bug #347989.

*empathy-2.32.2 (04 Dec 2010)

  04 Dec 2010; Pacho Ramos <pacho@gentoo.org>
  -files/empathy-2.28-networkmanager-0.8.patch, -empathy-2.28.2-r1.ebuild,
  +empathy-2.32.2.ebuild:
  Version bump for Gnome 2.32, remove old.

  27 Oct 2010; Arun Raghavan <ford_prefect@gentoo.org>
  empathy-2.30.3.ebuild:
  Add gst-plugins-bad (for valve) and gst-plugins-gconf (for
  gconfaudio{src,sink} as dependencies

  17 Oct 2010; Raúl Porcel <armin76@gentoo.org> empathy-2.30.2.ebuild:
  alpha stable wrt #324077

  11 Sep 2010; Joseph Jezak <josejx@gentoo.org> empathy-2.30.2.ebuild:
  Marked ppc for bug #324077.

*empathy-2.30.3 (30 Aug 2010)

  30 Aug 2010; Gilles Dartiguelongue <eva@gentoo.org>
  +empathy-2.30.3.ebuild:
  Version bump. Memory leak fixes and translation updates.

  22 Aug 2010; Gilles Dartiguelongue <eva@gentoo.org>
  -empathy-2.24.1.ebuild, -empathy-2.26.2.ebuild, empathy-2.30.2.ebuild:
  Clean up old revisions.

  01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
  empathy-2.30.2.ebuild:
  x86 stable, bug 324077

  31 Jul 2010; Pacho Ramos <pacho@gentoo.org> empathy-2.30.2.ebuild:
  amd64 stable, bug 324077

  25 Jul 2010; Tobias Klausmann <klausman@gentoo.org> empathy-2.28.2.ebuild:
  Stable on alpha, bug #321591

*empathy-2.30.2 (23 Jun 2010)

  23 Jun 2010; Pacho Ramos <pacho@gentoo.org> -empathy-2.30.1.1.ebuild,
  -files/empathy-2.30.1.1-init-gerror.patch, +empathy-2.30.2.ebuild:
  Version bump with updated translations and fixes, remove old. Stop
  handling nautilus-sendto automagically.

  21 Jun 2010; Pacho Ramos <pacho@gentoo.org> empathy-2.30.1.1.ebuild:
  Adjust deps to latest nautilus-sendto

  16 Jun 2010; Pacho Ramos <pacho@gentoo.org> empathy-2.30.1.1.ebuild,
  +files/empathy-2.30.1.1-init-gerror.patch:
  Fix uninitialized GError*s causing tests to break, bug #323751

  14 Jun 2010; Olivier Crête <tester@gentoo.org> empathy-2.30.1.1.ebuild:
  Older libunique prevent empathy from compiling, bug #323905

*empathy-2.30.1.1 (13 Jun 2010)

  13 Jun 2010; Pacho Ramos <pacho@gentoo.org> +empathy-2.30.1.1.ebuild:
  Add new version for Gnome 2.30.

  16 Apr 2010; Raúl Porcel <armin76@gentoo.org> empathy-2.28.2.ebuild,
  empathy-2.28.2-r1.ebuild:
  Add ~alpha wrt #296548

  10 Mar 2010; Joseph Jezak <josejx@gentoo.org> empathy-2.28.2-r1.ebuild:
  Marked ~ppc.

*empathy-2.28.2-r1 (28 Feb 2010)

  28 Feb 2010; Nirbheek Chauhan <nirbheek@gentoo.org>
  +files/empathy-2.28-networkmanager-0.8.patch, -empathy-2.28.1.1.ebuild,
  -empathy-2.28.1.2.ebuild, empathy-2.28.2.ebuild,
  +empathy-2.28.2-r1.ebuild:
  Add patch to fix compilation with networkmanager-0.8, fixes bug 306977 .
  also remove old versions.

  19 Feb 2010; Raúl Porcel <armin76@gentoo.org> empathy-2.26.2.ebuild,
  empathy-2.28.1.1.ebuild, empathy-2.28.1.2.ebuild, empathy-2.28.2.ebuild:
  Add ~ia64/~sparc

  19 Feb 2010; Raúl Porcel <armin76@gentoo.org> empathy-2.26.2.ebuild,
  empathy-2.28.1.1.ebuild, empathy-2.28.1.2.ebuild, empathy-2.28.2.ebuild:
  Add ~ia64/~sparc

  05 Jan 2010; Joseph Jezak <josejx@gentoo.org> empathy-2.24.1.ebuild,
  empathy-2.26.2.ebuild, empathy-2.28.2.ebuild:
  Marked ~ppc for bug #245949.

*empathy-2.28.2 (21 Dec 2009)

  21 Dec 2009; Gilles Dartiguelongue <eva@gentoo.org>
  +empathy-2.28.2.ebuild:
  Version bump. Translation updates, webkit fix.

*empathy-2.28.1.2 (21 Nov 2009)

  21 Nov 2009; Romain Perier <mrpouet@gentoo.org> +empathy-2.28.1.2.ebuild:
  Version bump.

  02 Nov 2009; Gilles Dartiguelongue <eva@gentoo.org> metadata.xml:
  Remove coldwind from metadata again.

  01 Nov 2009; Olivier Crête <tester@gentoo.org> empathy-2.28.1.1.ebuild:
  Remove gtk-doc rebuild, it wont work without geoclue. Add dep on the
  net-voip/telepathy-connection-managers metapackage

*empathy-2.28.1.1 (30 Oct 2009)

  30 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org>
  -empathy-2.26.1.ebuild, -files/empathy-2.26.1-fix-doc.patch,
  +empathy-2.28.1.1.ebuild, metadata.xml:
  New version for GNOME 2.28. Clean up old revision.

  25 Oct 2009; Torsten Veller <tove@gentoo.org> metadata.xml:
  Remove coldwind from metadata.xml (#181764)

  14 Sep 2009; Olivier Crête <tester@gentoo.org> empathy-2.24.1.ebuild,
  empathy-2.26.1.ebuild, empathy-2.26.2.ebuild:
  Won't work with mission-control 5, require version 4.x

  05 Jul 2009; Romain Perier <mrpouet@gentoo.org>
  empathy-2.26.2.ebuild:
  Fix bug #276372, missing media-libs/libcanberra[gtk] into RDEPEND

  20 May 2009; Olivier Crête <tester@gentoo.org> empathy-2.26.2.ebuild:
  Remove patch that does not apply, bug #270505

*empathy-2.26.2 (18 May 2009)

  18 May 2009; Gilles Dartiguelongue <eva@gentoo.org>
  +empathy-2.26.2.ebuild:
  Bump to 2.26.2. Bug fixes and translation updates.

  15 May 2009; Tobias Klausmann <klausman@gentoo.org> empathy-2.26.1.ebuild:
  Keyworded on alpha, bug #269314

  13 May 2009; Nirbheek Chauhan <nirbheek@gentoo.org> empathy-2.26.1.ebuild:
  Add app-text/scrollkeeper dep, add missing inherit eutils

*empathy-2.26.1 (10 May 2009)

  10 May 2009; Gilles Dartiguelongue <eva@gentoo.org>
  -empathy-2.24.0-r1.ebuild, +empathy-2.26.1.ebuild,
  +files/empathy-2.26.1-fix-doc.patch:
  New version for GNOME 2.26. Add support for file-transfer, use farsight2
  for video-chat. Notification & sound support. Clean up old revision.

  07 Jan 2009; Raúl Porcel <armin76@gentoo.org> empathy-2.24.1.ebuild:
  Add ~alpha/~ia64 wrt #245949

  24 Dec 2008; Friedrich Oslage <bluebird@gentoo.org> empathy-2.24.1.ebuild:
  Add ~sparc keyword, bug #245949

  13 Nov 2008; Diego Pettenò <flameeyes@gentoo.org> empathy-2.24.1.ebuild:
  Add missing gnome-doc-utils in DEPEND.

*empathy-2.24.1 (21 Oct 2008)

  21 Oct 2008; Santiago M. Mola <coldwind@gentoo.org>
  -empathy-0.23.4.ebuild, -empathy-2.24.0.ebuild, +empathy-2.24.1.ebuild:
  Version bump. Fixes Python 2.6 compatibility (bug #239477).

*empathy-2.24.0-r1 (03 Oct 2008)

  03 Oct 2008; Santiago M. Mola <coldwind@gentoo.org> metadata.xml,
  +empathy-2.24.0-r1.ebuild:
  Add applet USE flag (bug #239027).

*empathy-2.24.0 (25 Sep 2008)

  25 Sep 2008; Santiago M. Mola <coldwind@gentoo.org>
  -empathy-2.23.92.ebuild, +empathy-2.24.0.ebuild:
  Version bump.

*empathy-2.23.92 (20 Sep 2008)

  20 Sep 2008; Gilles Dartiguelongue <eva@gentoo.org>
  -empathy-2.23.91.ebuild, +empathy-2.23.92.ebuild:
  Version bump.

*empathy-2.23.91 (03 Sep 2008)

  03 Sep 2008; Santiago M. Mola <coldwind@gentoo.org>
  -empathy-2.23.90.ebuild, +empathy-2.23.91.ebuild:
  Version bump.

  22 Aug 2008; Mart Raudsepp <leio@gentoo.org> empathy-2.23.90.ebuild:
  Ebuild cleanups - let gnome2.eclass take care of SRC_URI

*empathy-2.23.90 (21 Aug 2008)

  21 Aug 2008; Santiago M. Mola <coldwind@gentoo.org>
  -empathy-0.23.3.ebuild, +empathy-2.23.90.ebuild:
  Version bump, remove old.

*empathy-0.23.4 (18 Jul 2008)

  18 Jul 2008; Santiago M. Mola <coldwind@gentoo.org>
  -empathy-0.22.1.ebuild, -empathy-0.23.1.ebuild, +empathy-0.23.4.ebuild:
  Version bump, remove old.

*empathy-0.23.3 (13 Jun 2008)

  13 Jun 2008; Santiago M. Mola <coldwind@gentoo.org>
  +empathy-0.23.3.ebuild:
  Version bump.

  10 May 2008; Olivier Crête <tester@gentoo.org> empathy-0.23.1.ebuild:
  Empathy now provides its own .desktop file, remove ours

*empathy-0.23.1 (01 May 2008)

  01 May 2008; Santiago M. Mola <coldwind@gentoo.org>
  -empathy-0.21.5.2.ebuild, -empathy-0.21.90.ebuild,
  -empathy-0.21.91.ebuild, -empathy-0.22.0.ebuild, +empathy-0.23.1.ebuild:
  Bump to 0.23.1, NotHere applet is now enabled, gnome-vfs dependency is
  gone. Remove old ebuilds.

  01 May 2008; Gilles Dartiguelongue <eva@gentoo.org> empathy-0.22.1.ebuild:
  Remove hard enabled -Werror (see AM_MAINTAINER_MODE), bug #218687

*empathy-0.22.1 (07 Apr 2008)

  07 Apr 2008; Santiago M. Mola <coldwind@gentoo.org>
  +empathy-0.22.1.ebuild:
  Version bump.

*empathy-0.22.0 (10 Mar 2008)

  10 Mar 2008; Mart Raudsepp <leio@gentoo.org> +empathy-0.22.0.ebuild:
  Version bump

  06 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
  empathy-0.21.91.ebuild:
  Add virtual/python to DEPEND.

  04 Mar 2008; Mart Raudsepp <leio@gentoo.org> empathy-0.21.91.ebuild:
  Install ChangeLog and NEWS docs

*empathy-0.21.91 (03 Mar 2008)

  03 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
  -empathy-0.21.4.ebuild, empathy-0.21.5.2.ebuild, empathy-0.21.90.ebuild,
  +empathy-0.21.91.ebuild:
  Version bump, DESCRIPTION improved, enabled voip for testing (don't expect
  great results).

*empathy-0.21.90 (10 Feb 2008)

  10 Feb 2008; Daniel Gryniewicz <dang@gentoo.org> +empathy-0.21.90.ebuild:
  Bump to 0.21.90
   - Change "new message" dialog to "new conversation" and make possible to do
     voip call. (xclaesse).
   - Try to load dtd and glade files from the srcdir. (xclaesse).
   - Add a property to have or not groups on EmpathyContactListStore (xclaesse).
   - Add a features property on EmpathyContactListView to enable/disable each
     action. (xclaesse).
   - Add a program to show chat logs (xclaesse).
   - Add a cancel button on the custom message diaog (xclaesse).
   - Unset account parameter if user gives an empthy value. (xclaesse).
   - Show/Hide main window when changing corresponding gcong key. (xclaesse).
     Bugs fixed:
   - improve accounts dialog (xclaesse)
   - New UI for Jabber accounts (xclaesse)
   - empathy is showing off-line contacts before on-line ones (xclaesse)
   - Ellipsize error button (xclaesse)
   - account has to be selected to (un)check its checkbox (Carl-Anton
     Ingmarsson)
   - Nickname should be in the main section of the preferences for salut
     accounts (Marco Barisione)
   - Do not be automatically set published name for new salut accounts (Marco
     Barisione)
   - Empathy HEAD doesn't build (Guillaume Desmottes)

*empathy-0.21.5.2 (16 Jan 2008)

  16 Jan 2008; Santiago M. Mola <coldwind@gentoo.org>
  -empathy-0.14-r1.ebuild, -empathy-0.21.1.ebuild, -empathy-0.21.2.ebuild,
  -empathy-0.21.3.ebuild, +empathy-0.21.5.2.ebuild:
  Version bump and remove old.

*empathy-0.21.4 (18 Dec 2007)

  18 Dec 2007; Santiago M. Mola <coldwind@gentoo.org>
  +empathy-0.21.4.ebuild:
  Version bump.

*empathy-0.21.3 (04 Dec 2007)

  04 Dec 2007; Mart Raudsepp <leio@gentoo.org> empathy-0.21.2.ebuild,
  +empathy-0.21.3.ebuild:
  Version bump and correct some dependencies

*empathy-0.21.2 (21 Nov 2007)

  21 Nov 2007; Mart Raudsepp <leio@gentoo.org> metadata.xml,
  +empathy-0.21.2.ebuild:
  Version bump. Add gnome herd to metadata as agreed with Santiago

*empathy-0.21.1 (29 Oct 2007)

  29 Oct 2007; Santiago M. Mola <coldwind@gentoo.org>
  -files/empathy-0.12-multilib.patch, -empathy-0.11.ebuild,
  -empathy-0.12-r1.ebuild, -empathy-0.13.ebuild, -empathy-0.14.ebuild,
  +empathy-0.21.1.ebuild:
  Bump to 0.21.1. Remove old.

*empathy-0.14-r1 (19 Oct 2007)

  19 Oct 2007; Santiago M. Mola <coldwind@gentoo.org>
  +empathy-0.14-r1.ebuild:
  Remove doc use flag.

*empathy-0.14 (01 Oct 2007)

  01 Oct 2007; <tester@gentoo.org> +empathy-0.14.ebuild:
  Version bump

*empathy-0.13 (29 Sep 2007)

  29 Sep 2007; Santiago M. Mola <coldwind@gentoo.org> +empathy-0.13.ebuild:
  Bump to 0.13.

  09 Sep 2007; Santiago M. Mola <coldwind@gentoo.org>
  empathy-0.12-r1.ebuild:
  .desktop entry added

  05 Sep 2007; Santiago M. Mola <coldwind@gentoo.org>
  empathy-0.12-r1.ebuild:
  Added dev-util/gtk-doc dep. Fixes bug #191324. Thanks to Jan Oravec
  <jan.oravec@6com.sk>.

*empathy-0.12-r1 (28 Aug 2007)

  28 Aug 2007; Santiago M. Mola <coldwind@gentoo.org>
  +files/empathy-0.12-multilib.patch, -empathy-0.12.ebuild,
  +empathy-0.12-r1.ebuild:
  Fix Python installation path. bug #190465 thanks to Daniel Gryniewicz
  <dang@gentoo.org> for the patch and Olivier Crete <tester@gentoo.org> for
  getting it upstream.

*empathy-0.12 (26 Aug 2007)

  26 Aug 2007; Olivier Crête <tester@gentoo.org> +empathy-0.12.ebuild:
  Version bump, new python module

  13 Aug 2007; Daniel Gryniewicz <dang@gentoo.org> empathy-0.11.ebuild:
  Marked ~amd64

*empathy-0.11 (13 Aug 2007)

  13 Aug 2007; Santiago M. Mola <coldwind@gentoo.org> +metadata.xml,
  +empathy-0.11.ebuild:
  Initial import from voip overlay.