summaryrefslogtreecommitdiff
blob: aef9e8ae4c509dffaf62f33ac6da7fe7f3a81739 (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
# ChangeLog for gnome-extra/gdesklets-core
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog,v 1.166 2015/02/28 14:25:39 kensington Exp $

  28 Feb 2015; Michael Palimaka <kensington@gentoo.org>
  -gdesklets-core-0.36.3-r3.ebuild:
  Remove old.

  28 Feb 2015; Agostino Sarubbo <ago@gentoo.org>
  gdesklets-core-0.36.3-r4.ebuild:
  Stable for ia64, wrt bug #531492

  24 Feb 2015; Agostino Sarubbo <ago@gentoo.org>
  gdesklets-core-0.36.3-r4.ebuild:
  Stable for alpha, wrt bug #531492

  02 Jan 2015; Agostino Sarubbo <ago@gentoo.org>
  gdesklets-core-0.36.3-r4.ebuild:
  Stable for sparc, wrt bug #531492

  01 Jan 2015; Agostino Sarubbo <ago@gentoo.org>
  gdesklets-core-0.36.3-r4.ebuild:
  Stable for ppc64, wrt bug #531492

  31 Dec 2014; Agostino Sarubbo <ago@gentoo.org>
  gdesklets-core-0.36.3-r4.ebuild:
  Stable for ppc, wrt bug #531492

  28 Dec 2014; Agostino Sarubbo <ago@gentoo.org>
  gdesklets-core-0.36.3-r4.ebuild:
  Stable for x86, wrt bug #531492

  27 Dec 2014; Agostino Sarubbo <ago@gentoo.org>
  gdesklets-core-0.36.3-r4.ebuild:
  Stable for amd64, wrt bug #531492

*gdesklets-core-0.36.3-r4 (02 Dec 2014)

  02 Dec 2014; Pacho Ramos <pacho@gentoo.org> +gdesklets-core-0.36.3-r4.ebuild:
  Use new python eclasses, don't install .la files, disable static and other
  gnome2.eclass cleanups

  21 Jul 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
  Cleanup due http://www.gossamer-threads.com/lists/gentoo/dev/273644

  16 Jun 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
  Cleanup due #79409

  17 Jun 2012; Samuli Suominen <ssuominen@gentoo.org>
  gdesklets-core-0.36.3-r3.ebuild:
  Use dobashcomp instead of dobashcompletion wrt #421549. Empty py-compile
  script instead of symlinking it to /path/to/true for compability with recent
  automake. Call gnome2_src_prepare last in src_prepare() and remove
  unnecessary call to intltoolize.

  05 May 2012; Jeff Horelick <jdhore@gentoo.org>
  gdesklets-core-0.36.3-r3.ebuild:
  dev-util/pkgconfig -> virtual/pkgconfig

  10 Feb 2012; Patrick Lauer <patrick@gentoo.org>
  gdesklets-core-0.36.3-r3.ebuild:
  Changing python deps in preparation for 2.4 removal

  01 Dec 2011; Pacho Ramos <pacho@gentoo.org> -gdesklets-core-0.36.2-r3.ebuild:
  Drop old version that still needs deprecated gnome-python meta package.

  24 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
  gdesklets-core-0.36.3-r3.ebuild:
  Depend on correct slot of pygobject.

  08 Oct 2011; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.36.2-r3.ebuild,
  gdesklets-core-0.36.3-r3.ebuild:
  Migrate to bash-completion-r1

  08 Oct 2011; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.36.2-r3.ebuild,
  gdesklets-core-0.36.3-r3.ebuild:
  Removed dev-python/pyxml dependency and added "xml" python USE flag
  requirement

  17 Jul 2011; Mark Loeser <halcy0n@gentoo.org>
  gdesklets-core-0.36.3-r3.ebuild:
  Stable for ppc64; bug #370961

  24 Jun 2011; Brent Baude <ranger@gentoo.org> gdesklets-core-0.36.3-r3.ebuild:
  Marking gdesklets-core-0.36.3-r3 ppc for bug 370961

  24 Jun 2011; Raúl Porcel <armin76@gentoo.org>
  gdesklets-core-0.36.3-r3.ebuild:
  alpha/ia64/sparc stable wrt #370961

  19 Jun 2011; Markus Meier <maekke@gentoo.org>
  gdesklets-core-0.36.3-r3.ebuild:
  x86 stable, bug #370961

  18 Jun 2011; Markos Chandras <hwoarang@gentoo.org>
  gdesklets-core-0.36.3-r3.ebuild:
  Stable on amd64 wrt bug #370961

  10 Jun 2011; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.36.2-r3.ebuild:
  Fixed URL

  25 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  gdesklets-core-0.36.2-r3.ebuild, gdesklets-core-0.36.3-r3.ebuild:
  Fix deprecation warnings.

*gdesklets-core-0.36.3-r3 (08 Apr 2011)

  08 Apr 2011; Joe Sapp <nixphoeni@gentoo.org>
  +gdesklets-core-0.36.3-r3.ebuild, +files/gdesklets-core-0.36.3-CFLAGS.patch:
  Added patch to honor CFLAGS (bug #361377); added USE flag to pull in
  python-dbus if dbus support is requested; added blurb about dbus USE flag
  to metadata

*gdesklets-core-0.36.3-r2 (03 Feb 2011)

  03 Feb 2011; Joe Sapp <nixphoeni@gentoo.org>
  -gdesklets-core-0.36.3-r1.ebuild, +gdesklets-core-0.36.3-r2.ebuild,
  files/gdesklets-core-0.36.3-.in-files.patch:
  Updated patch to include installation of icon

  30 Jan 2011; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.36.3-r1.ebuild,
  +files/gdesklets-core-0.36.3-.in-files.patch:
  Added patch to not install .in files

*gdesklets-core-0.36.3-r1 (29 Jan 2011)

  29 Jan 2011; Joe Sapp <nixphoeni@gentoo.org> -gdesklets-core-0.36.3.ebuild,
  +gdesklets-core-0.36.3-r1.ebuild:
  Adjusted deps mostly per bug #352926; removed unnecessary dodir statements

*gdesklets-core-0.36.3 (26 Jan 2011)

  26 Jan 2011; Joe Sapp <nixphoeni@gentoo.org>
  -gdesklets-core-0.36.3_rc1.ebuild, +gdesklets-core-0.36.3.ebuild:
  Version bump; removed release candidate

*gdesklets-core-0.36.3_rc1 (18 Dec 2010)

  18 Dec 2010; Joe Sapp <nixphoeni@gentoo.org>
  +gdesklets-core-0.36.3_rc1.ebuild:
  Version bump for rc1

  18 Dec 2010; Joe Sapp <nixphoeni@gentoo.org>
  gdesklets-core-0.36.2-r3.ebuild:
  Changed SRC_URI to the official website

  07 Nov 2010; Joe Sapp <nixphoeni@gentoo.org>
  -gdesklets-core-0.36.2-r2.ebuild:
  Removed old ebuild without a fix needed for compilation (bug #329603)

  06 Nov 2010; Mark Loeser <halcy0n@gentoo.org>
  gdesklets-core-0.36.2-r3.ebuild:
  Stable for ppc64; bug #329603

  24 Oct 2010; Brent Baude <ranger@gentoo.org>
  gdesklets-core-0.36.2-r3.ebuild:
  stable ppc, bug 329603

  28 Aug 2010; Raúl Porcel <armin76@gentoo.org>
  gdesklets-core-0.36.2-r3.ebuild:
  alpha/ia64/sparc stable wrt #329603

  31 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
  gdesklets-core-0.36.2-r3.ebuild:
  Stable on amd64 wrt bug #329603

  31 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  gdesklets-core-0.36.2-r3.ebuild:
  x86 stable wrt bug #329603

*gdesklets-core-0.36.2-r3 (12 Jul 2010)

  12 Jul 2010; Joe Sapp <nixphoeni@gentoo.org>
  +gdesklets-core-0.36.2-r3.ebuild,
  +files/gdesklets-core-0.36.2-ConfigWidget-dupe-fix.patch:
  Added patch to fix duplicate filenames in a Makefile - see bug #319443

  03 Jul 2010; Raúl Porcel <armin76@gentoo.org>
  gdesklets-core-0.36.2-r2.ebuild:
  alpha/ia64/sparc stable wrt #317567

  26 Jun 2010; <nixnut@gentoo.org> gdesklets-core-0.36.2-r2.ebuild:
  ppc stable #317567

  24 Jun 2010; Pacho Ramos <pacho@gentoo.org>
  gdesklets-core-0.36.2-r2.ebuild:
  stable amd64, bug 317567

  13 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  gdesklets-core-0.36.2-r2.ebuild:
  x86 stable wrt bug #317567

*gdesklets-core-0.36.2-r2 (08 May 2010)

  08 May 2010; Joe Sapp <nixphoeni@gentoo.org>
  -gdesklets-core-0.36.2-r1.ebuild, +gdesklets-core-0.36.2-r2.ebuild,
  files/gdesklets-control-getid, +files/gdesklets-core-getid-fix.patch:
  Added patch to try to fix bug #314653

  08 May 2010; Joe Sapp <nixphoeni@gentoo.org>
  -gdesklets-core-0.36.1-r2.ebuild:
  Removed old ebuild

*gdesklets-core-0.36.2-r1 (08 May 2010)

  08 May 2010; Joe Sapp <nixphoeni@gentoo.org>
  -gdesklets-core-0.36.2.ebuild, +gdesklets-core-0.36.2-r1.ebuild,
  files/gdesklets-control-getid:
  Attempted to address bug #313459; fixed typo in postinst message

  07 Apr 2010; Jeremy Olexa <darkside@gentoo.org>
  gdesklets-core-0.36.1-r2.ebuild, gdesklets-core-0.36.1-r3.ebuild,
  gdesklets-core-0.36.2.ebuild:
  Due to portage's environment filtering, variables that start with BASH_
  cannot be used. As such, s/BASH_COMPLETION_NAME/BASHCOMPLETION_NAME/g for
  bug 312671

*gdesklets-core-0.36.2 (01 Mar 2010)

  01 Mar 2010; Joe Sapp <nixphoeni@gentoo.org>
  +gdesklets-core-0.36.2.ebuild:
  Version bump

  28 Dec 2009; Raúl Porcel <armin76@gentoo.org>
  gdesklets-core-0.36.1-r3.ebuild:
  alpha/ia64/sparc stable wrt #294414

  14 Dec 2009; Joe Sapp <nixphoeni@gentoo.org>
  gdesklets-core-0.36.1-r3.ebuild:
  Replaced "/usr/lib" with "/usr/$(get_libdir)" for the global desklet
  installation directories

  09 Dec 2009; Brent Baude <ranger@gentoo.org>
  gdesklets-core-0.36.1-r3.ebuild:
  Marking gdesklets-core-0.36.1-r3 ppc64 for bug 294414

  08 Dec 2009; nixnut <nixnut@gentoo.org> gdesklets-core-0.36.1-r3.ebuild:
  ppc stable #294414

  25 Nov 2009; Markus Meier <maekke@gentoo.org>
  gdesklets-core-0.36.1-r3.ebuild:
  amd64/x86 stable, bug #294414

*gdesklets-core-0.36.1-r3 (21 Oct 2009)

  21 Oct 2009; Joe Sapp <nixphoeni@gentoo.org>
  +gdesklets-core-0.36.1-r3.ebuild:
  Ensure global Displays and Controls directories exist and force
  gdesklets-core to be rebuilt after a python upgrade. Also moved ebuild to
  EAPI 2 and removed now nonexistent blockers desklet-calendar and
  desklet-clock.

  10 Sep 2009; Joe Sapp <nixphoeni@gentoo.org>
  files/gdesklets-core-0.36.1-bash-completion:
  Corrected bash completion script so that it works with zsh (can't have a
  variable named "status")

  08 Sep 2009; Joe Sapp <nixphoeni@gentoo.org>
  -gdesklets-core-0.36.1.ebuild:
  Removed non-revised 0.36.1 in favor of -r2 now that all arches are stable

  06 Sep 2009; Brent Baude <ranger@gentoo.org>
  gdesklets-core-0.36.1-r2.ebuild:
  Marking gdesklets-core-0.36.1-r2 ppc64 for bug 279116

  02 Aug 2009; Raúl Porcel <armin76@gentoo.org>
  gdesklets-core-0.36.1-r2.ebuild:
  alpha/ia64/sparc/x86 stable wrt #279116

  27 Jul 2009; nixnut <nixnut@gentoo.org> gdesklets-core-0.36.1-r2.ebuild:
  ppc stable #279116

  27 Jul 2009; <chainsaw@gentoo.org> gdesklets-core-0.36.1-r2.ebuild:
  Marked stable on AMD64 as requested by Joe Sapp <nixphoeni@gentoo.org> in
  bug #279116. Compile-tested with USE="bash-completion" on a Core2 Duo.

  06 Jun 2009; Joe Sapp <nixphoeni@gentoo.org> metadata.xml:
  Added bugs-to field to metadata pointing to the launchpad bug reporting
  tool

  02 Jun 2009; Joe Sapp <nixphoeni@gentoo.org>
  -files/gdesklets-migration-tool:
  Removed migration tool since it's packaged upstream now and no ebuilds use
  it

*gdesklets-core-0.36.1-r2 (01 Jun 2009)

  01 Jun 2009; Joe Sapp <nixphoeni@gentoo.org>
  -gdesklets-core-0.36.1-r1.ebuild, +gdesklets-core-0.36.1-r2.ebuild,
  +files/gdesklets-core-0.36.1-bash-completion, +files/gdesklets.desktop:
  Added bash completion and an autostart .desktop file to be included in the
  next release

*gdesklets-core-0.36.1-r1 (15 May 2009)

  18 May 2009; Joe Sapp <nixphoeni@gentoo.org>
  -files/gdesklets-core-0.35.3-alpha.patch,
  -files/gdesklets-core-0.35.3-pyorbit_fix.patch,
  -gdesklets-core-0.35.4.ebuild,
  -files/gdesklets-core-0.35.4-POTFILES.in.patch,
  -gdesklets-core-0.36-r1.ebuild,
  +files/gdesklets-core-0.36-python-2.6-fix.patch,
  +gdesklets-core-0.36.1-r1.ebuild, -files/gdesklets-displays.desktop:
  Added patch for Python 2.6 (see bug #266151 or
  https://bugs.launchpad.net/gdesklets/+bug/344079); removed old files and
  ebuilds

  20 Apr 2009; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.35.4.ebuild,
  gdesklets-core-0.36-r1.ebuild, gdesklets-core-0.36.1.ebuild:
  Updated dependencies on python to be <dev-lang/python-2.6 (bug #266151).
  This can be done since the only dev-lang/python in the tree is >2.3, so it
  matches the existing dep.

  18 Apr 2009; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.35.4.ebuild,
  gdesklets-core-0.36-r1.ebuild, gdesklets-core-0.36.1.ebuild:
  We don't need the epause any more with the capabilities of elog

  18 Apr 2009; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.35.4.ebuild,
  gdesklets-core-0.36-r1.ebuild, gdesklets-core-0.36.1.ebuild:
  It seems desklets don't load when compiled with USE=debug, so we'll
  eliminate that from being a possibility

  12 Mar 2009; Brent Baude <ranger@gentoo.org>
  gdesklets-core-0.36-r1.ebuild, gdesklets-core-0.36.1.ebuild:
  Adding ~ppc64 for 258071

  28 Feb 2009; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.35.4.ebuild,
  gdesklets-core-0.36-r1.ebuild, gdesklets-core-0.36.1.ebuild:
  Updated pkg_postinst() to reflect new location of archive of old desklets

  19 Feb 2009; Joe Sapp <nixphoeni@gentoo.org>
  -gdesklets-core-0.35.2-r1.ebuild, -gdesklets-core-0.35.3.ebuild,
  -gdesklets-core-0.35.3-r1.ebuild:
  Removed old ebuilds

  16 Feb 2009; Brent Baude <ranger@gentoo.org> gdesklets-core-0.36.1.ebuild:
  stable ppc, bug 258067

  09 Feb 2009; Raúl Porcel <armin76@gentoo.org>
  gdesklets-core-0.36.1.ebuild:
  ia64 stable #258067

  08 Feb 2009; Markus Meier <maekke@gentoo.org>
  gdesklets-core-0.36.1.ebuild:
  amd64/x86 stable, bug #258067

  08 Feb 2009; Tobias Klausmann <klausman@gentoo.org>
  gdesklets-core-0.36.1.ebuild:
  Stable on alpha, bug #258067

*gdesklets-core-0.36.1 (30 Dec 2008)

  30 Dec 2008; Joe Sapp <nixphoeni@gentoo.org>
  +files/gdesklets-core-0.36.1-test-control.py-install-fix.patch,
  gdesklets-core-0.35.2-r1.ebuild, gdesklets-core-0.35.4.ebuild,
  gdesklets-core-0.36-r1.ebuild, +gdesklets-core-0.36.1.ebuild:
  Version bump; typographical fixes

  17 Dec 2008; Joe Sapp <nixphoeni@gentoo.org> -gdesklets-core-0.36.ebuild:
  Removed 0.36 since 0.36-r1 is stable and replaces it

  25 Aug 2008; nixnut <nixnut@gentoo.org> gdesklets-core-0.36-r1.ebuild:
  Stable on ppc wrt bug 234779

  16 Aug 2008; Raúl Porcel <armin76@gentoo.org>
  gdesklets-core-0.36-r1.ebuild:
  alpha/ia64 stable wrt #234779

  15 Aug 2008; Markus Meier <maekke@gentoo.org>
  gdesklets-core-0.36-r1.ebuild:
  amd64/x86 stable, bug #234779

  30 May 2008; Joe Sapp <nixphoeni@gentoo.org>
  gdesklets-core-0.36-r1.ebuild:
  Generate .py[co] files at pkg_postinst so they're compiled for the target
  machine. See bug #215538 (thanks eva).

  22 Apr 2008; Joe Sapp <nixphoeni@gentoo.org>
  +files/gdesklets-core-0.36_beta-linguas.patch:
  Re-added files/gdesklets-core-0.36_beta-linguas.patch to the repository

  20 Apr 2008; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.35.4.ebuild:
  Applied the MAKEOPTS fix to version 0.35.4 to resolve issues with
  parallel makes (bug 215300)

*gdesklets-core-0.36-r1 (20 Apr 2008)

  20 Apr 2008; Joe Sapp <nixphoeni@gentoo.org>
  +gdesklets-core-0.36-r1.ebuild:
  Added blockers for desklet-calendar and desklet-clock as those desklets
  are now included in the core package. The LINGUAS patch from 0.36_beta is
  still needed (thanks bug 215538). The global Displays directory no longer
  needs to be created. Thanks to Iain for reporting bug 215662 and eva for
  the note about the desklets now included in the code package.

  26 Mar 2008; Joe Sapp <nixphoeni@gentoo.org> -files/dst-fix-0.34.3.patch:
  Cleanup - removed an old patch

*gdesklets-core-0.36 (26 Mar 2008)

  26 Mar 2008; Joe Sapp <nixphoeni@gentoo.org>
  -files/gdesklets-core-0.36_beta-binary_link_fix.patch,
  -files/gdesklets-core-0.36_beta-linguas.patch,
  -gdesklets-core-0.36_beta.ebuild, +gdesklets-core-0.36.ebuild:
  Version bump and removal of beta package (see package ChangeLog for
  details). Bump includes resolution of bug #211290 and resolution
  of problems during 'install' phase due to parallel makes.

*gdesklets-core-0.36_beta (17 Feb 2008)

  17 Feb 2008; Joe Sapp <nixphoeni@gentoo.org>
  +files/gdesklets-core-0.36_beta-binary_link_fix.patch,
  +files/gdesklets-core-0.36_beta-linguas.patch,
  +gdesklets-core-0.36_beta.ebuild:
  Removed doc useflag (haven't rebuilt the develbook for this release)
  Updated pygtk dep
  Included patches to use po/LINGUAS and generate the correct symlink for
  the main binary (see bug #195312 - thanks in large part to Gilles
  Dartiguelongue for generating and linking)
  Remove all potential conflicts with /usr/share/mime
  Let the makefile install the man page

  12 Dec 2007; Joe Sapp <nixphoeni@gentoo.org>
  files/gdesklets-displays.desktop:
  Fixed .desktop entry for browsing the global Displays directory.
  Not sure this is needed or desired any more.

  09 Oct 2007; Joe Sapp <nixphoeni@gentoo.org>
  gdesklets-core-0.35.2-r1.ebuild, gdesklets-core-0.35.3.ebuild,
  gdesklets-core-0.35.3-r1.ebuild, gdesklets-core-0.35.4.ebuild:
  Removed WANT_AUTO{MAKE,CONF} assignments since we were assigning them to the
  (now) defaults, quoted variables that could contain spaces

  08 Aug 2007; Joe Sapp <nixphoeni@gentoo.org>
  gdesklets-core-0.35.2-r1.ebuild, gdesklets-core-0.35.3.ebuild,
  gdesklets-core-0.35.3-r1.ebuild, gdesklets-core-0.35.4.ebuild:
  Added gnome-extra/libgsf to DEPEND (until it can be determined that it's a
  runtime or compile-time dep) per bug #187409

  21 May 2007; Raúl Porcel <armin76@gentoo.org>
  gdesklets-core-0.35.4.ebuild:
  alpha stable wrt #169707

  09 Apr 2007; Peter Weller <welp@gentoo.org> gdesklets-core-0.35.4.ebuild:
  Stable on amd64 wrt bug 169707

  28 Mar 2007; Raúl Porcel <armin76@gentoo.org>
  gdesklets-core-0.35.4.ebuild:
  ia64 stable wrt bug 169707

  18 Mar 2007; Marius Mauch <genone@gentoo.org>
  gdesklets-core-0.35.2-r1.ebuild, gdesklets-core-0.35.3.ebuild,
  gdesklets-core-0.35.3-r1.ebuild, gdesklets-core-0.35.4.ebuild:
  Replacing einfo with elog

  09 Mar 2007; nixnut <nixnut@gentoo.org> gdesklets-core-0.35.4.ebuild:
  Stable on ppc wrt bug 169707

  08 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
  gdesklets-core-0.35.4.ebuild:
  stable x86; bug 169707

  08 Mar 2007; Joe Sapp <nixphoeni@gentoo.org>
  +files/gdesklets-core-0.35.4-POTFILES.in.patch,
  gdesklets-core-0.35.4.ebuild:
  Added patch to po/POTFILES.in to pass test suite (see bug #169707)

  07 Mar 2007; Joe Sapp <nixphoeni@gentoo.org>
  gdesklets-core-0.35.2-r1.ebuild, gdesklets-core-0.35.3.ebuild,
  gdesklets-core-0.35.3-r1.ebuild, gdesklets-core-0.35.4.ebuild:
  Updated URL in the einfo block during postinst

  04 Mar 2007; Joe Sapp <nixphoeni@gentoo.org>
  -gdesklets-core-0.34.3-r1.ebuild, gdesklets-core-0.35.2-r1.ebuild,
  gdesklets-core-0.35.3.ebuild, gdesklets-core-0.35.3-r1.ebuild,
  gdesklets-core-0.35.4.ebuild:
  Removed old version and updated HOMEPAGE and SRC_URI. Due to the move of the
  website, we have to rely on the gentoo mirrors for the pre-0.35.4 versions.

*gdesklets-core-0.35.4 (03 Nov 2006)

  03 Nov 2006; Joe Sapp <nixphoeni@gentoo.org>
  +gdesklets-core-0.35.4.ebuild:
  Version bump

  19 Oct 2006; Aron Griffis <agriffis@gentoo.org>
  gdesklets-core-0.34.3-r1.ebuild:
  Stable 0.34.3-r1 on ia64 for the sake of x11-plugins/desklet-hypertail since
  the version we had stable was whacked

  16 Oct 2006; Joe Sapp <nixphoeni@gentoo.org>
  -gdesklets-core-0.33.1.ebuild, gdesklets-core-0.34.3-r1.ebuild,
  -gdesklets-core-0.35-r1.ebuild, gdesklets-core-0.35.2-r1.ebuild,
  gdesklets-core-0.35.3.ebuild, gdesklets-core-0.35.3-r1.ebuild:
  Fixed bug 151206 by removing /usr/share/mime/mime.cache along with all the
  other shared mime files. Also removed old versions of -core.

  15 Oct 2006; Bryan Østergaard <kloeri@gentoo.org>
  gdesklets-core-0.35.3.ebuild:
  Stable on ia64.

  11 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
  Remove obz from metadata due to retiring.

  25 Sep 2006; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.33.1.ebuild,
  gdesklets-core-0.34.3-r1.ebuild, gdesklets-core-0.35-r1.ebuild,
  gdesklets-core-0.35.2-r1.ebuild, gdesklets-core-0.35.3.ebuild,
  gdesklets-core-0.35.3-r1.ebuild:
  All versions inherit autotools and want the latest automake and autoconf

*gdesklets-core-0.35.3-r1 (06 Sep 2006)

  06 Sep 2006; Joe Sapp <nixphoeni@gentoo.org>
  +files/gdesklets-core-0.35.3-pyorbit_fix.patch,
  +gdesklets-core-0.35.3-r1.ebuild:
  Implemented a fix in the check for pyORBit

  10 Jul 2006; Thomas Cort <tcort@gentoo.org> gdesklets-core-0.35.3.ebuild:
  Stable on alpha wrt Bug #103966.

  27 May 2006; Joe Sapp <nixphoeni@gentoo.org>
  +files/gdesklets-core-0.35.3-alpha.patch, gdesklets-core-0.35.3.ebuild:
  Added patch to fix CPU detection on alpha, thanks to tcort (see bug 103966#c16)

  30 Apr 2006; Joe Sapp <nixphoeni@gentoo.org>
  gdesklets-core-0.34.3-r1.ebuild, gdesklets-core-0.35.2-r1.ebuild,
  gdesklets-core-0.35.3.ebuild:
  Change download of develbook to be conditional on doc USE flag. Thanks tcort
  (see bug 103966#c16).

  02 Feb 2006; Aron Griffis <agriffis@gentoo.org>
  gdesklets-core-0.35.2-r1.ebuild:
  Mark 0.35.2-r1 stable on alpha

  02 Feb 2006; Aron Griffis <agriffis@gentoo.org>
  gdesklets-core-0.35.2-r1.ebuild:
  Mark 0.35.2-r1 stable on ia64

  23 Jan 2006; Simon Stelling <blubb@gentoo.org>
  gdesklets-core-0.35.2-r1.ebuild:
  stable on amd64

  21 Jan 2006; Michael Hanselmann <hansmi@gentoo.org>
  gdesklets-core-0.35.2-r1.ebuild:
  Stable on ppc.

  19 Jan 2006; Michele Noberasco <s4t4n@gentoo.org> gdesklets-core-0.35.2-r1.ebuild:
  Stable for x86.

  16 Jan 2006; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.33.1.ebuild,
  gdesklets-core-0.34.3-r1.ebuild, gdesklets-core-0.35_rc1-r1.ebuild,
  gdesklets-core-0.35.ebuild, gdesklets-core-0.35-r1.ebuild,
  gdesklets-core-0.35.1-r1.ebuild, gdesklets-core-0.35.2-r1.ebuild:
  Updated HOMEPAGE to reflect the new website for gDesklets

*gdesklets-core-0.35.3 (16 Jan 2006)

  16 Jan 2006; Joe Sapp <nixphoeni@gentoo.org>
  +gdesklets-core-0.35.3.ebuild:
  Version bump.  Added installation of man page and updated RDEPEND, too.

  06 Dec 2005; Joe Sapp <nixphoeni@gentoo.org>
  -gdesklets-core-0.35_rc1.ebuild, -gdesklets-core-0.35.1.ebuild:
  Removed unnecessary original revisions

  06 Dec 2005; Joe Sapp <nixphoeni@gentoo.org>
  gdesklets-core-0.35.2-r1.ebuild:
  Moved installation of the developer's book (controlled by the "doc" USE
  flag) to a snapshot relating to the current version from a versionless, most
  recent snapshot. This way, the digest isn't dependent on where one gets the
  book from (a gentoo mirror or the original source).

  29 Nov 2005; Joe Sapp <nixphoeni@gentoo.org>
  gdesklets-core-0.35.2-r1.ebuild:
  Updated SRC_URI to reflect new website layout

  03 Nov 2005; Joe Sapp <nixphoeni@gentoo.org>
  -gdesklets-core-0.26.1.ebuild, -gdesklets-core-0.26.2.ebuild,
  -gdesklets-core-0.32.ebuild:
  Removed <gnome-extra/gdesklets-core-0.33.1 and closed bug #103857

  11 Sep 2005; Aron Griffis <agriffis@gentoo.org>
  gdesklets-core-0.34.3-r1.ebuild:
  Mark 0.34.3-r1 stable on alpha

  30 Aug 2005; Joe Sapp <nixphoeni@gentoo.org>
  files/gdesklets-control-getid:
  Added revision information to gdesklets-control-getid
  Removed the 'I' part from the folder created by a Control installation

  26 Aug 2005; Aron Griffis <agriffis@gentoo.org>
  gdesklets-core-0.35.2-r1.ebuild:
  add ~alpha ~ia64

  01 Aug 2005; Simon Stelling <blubb@gentoo.org>
  gdesklets-core-0.34.3.ebuild:
  stable on amd64

  31 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org>
  gdesklets-core-0.34.3.ebuild:
  ppc stable

*gdesklets-core-0.35.2-r1 (01 Aug 2005)
*gdesklets-core-0.34.3-r1 (01 Aug 2005)

  01 Aug 2005; Joe Sapp <nixphoeni@gentoo.org>
  -gdesklets-core-0.34.3.ebuild, +gdesklets-core-0.34.3-r1.ebuild,
  -gdesklets-core-0.35.2.ebuild, +gdesklets-core-0.35.2-r1.ebuild:
  Removed conflicts with x11-misc/shared-mime-info noted by bug 99900

  21 Jul 2005; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.34.3.ebuild:
  Keyworded x86

*gdesklets-core-0.35.1-r1 (11 Jul 2005)
*gdesklets-core-0.35-r1 (11 Jul 2005)
*gdesklets-core-0.35_rc1-r1 (11 Jul 2005)

  11 Jul 2005; Joe Sapp <nixphoeni@gentoo.org>
  +files/gdesklets-migration-tool, +gdesklets-core-0.35_rc1-r1.ebuild,
  +gdesklets-core-0.35-r1.ebuild, +gdesklets-core-0.35.1-r1.ebuild:
  Added the migration tool to the older versions

*gdesklets-core-0.35.2 (11 Jul 2005)

  11 Jul 2005; Joe Sapp <nixphoeni@gentoo.org>
  +gdesklets-core-0.35.2.ebuild:
  Version bump, re-added migration tool message

  07 Jul 2005; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.33.1.ebuild,
  gdesklets-core-0.34.3.ebuild:
  Added gnome-python-extras to RDEPEND for versions needing 
  python gtkhtml2

  27 Jun 2005; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.32.ebuild,
  gdesklets-core-0.33.1.ebuild, gdesklets-core-0.34.3.ebuild,
  gdesklets-core-0.35_rc1.ebuild, gdesklets-core-0.35.ebuild,
  gdesklets-core-0.35.1.ebuild:
  Removed redundant dependancy on gtk+

*gdesklets-core-0.35.1 (18 Jun 2005)

  18 Jun 2005; Joe Sapp <nixphoeni@gentoo.org>
  files/gdesklets-control-getid, +gdesklets-core-0.35.1.ebuild:
  Version bump and reduction of the gdesklets-control-getid script

*gdesklets-core-0.35 (27 May 2005)

  27 May 2005; Joe Sapp <nixphoeni@gentoo.org> +gdesklets-core-0.35.ebuild:
  Version bump

  22 May 2005; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.34.3.ebuild:
  Added ~amd64 and ~sparc back to KEYWORDS

  22 May 2005; Joe Sapp <nixphoeni@gentoo.org>
  gdesklets-core-0.35_rc1.ebuild:
  Fixed SRC_URI

*gdesklets-core-0.35_rc1 (22 May 2005)

  22 May 2005; Joe Sapp <nixphoeni@gentoo.org>
  +gdesklets-core-0.35_rc1.ebuild:
  Bumped version, added ~amd64 and ~sparc back to KEYWORDS, removed
  dependencies, and changed an instance of "/usr/lib/gdesklets" to
  "/usr/$(get_libdir)/gdesklets"

  04 May 2005; David Holm <dholm@gentoo.org> gdesklets-core-0.34.3.ebuild:
  Readded to ~ppc

  28 Apr 2005; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.34.3.ebuild:
  Added pyxml dependency and expat >= 1.95.8

  19 Apr 2005; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.34.3.ebuild:
  Removed gdesklets-migration-tool message

*gdesklets-core-0.34.3 (19 Apr 2005)

  19 Apr 2005; Joe Sapp <nixphoeni@gentoo.org>
  +gdesklets-core-0.34.3.ebuild:
  Major new version (despite the version numbers)

*gdesklets-core-0.33.1 (23 Jan 2005)

  23 Jan 2005; Mike Gardiner <obz@gentoo.org> +gdesklets-core-0.33.1.ebuild:
  New version, ebuild updates thanks to Joe Sapp <nixphoeni@yahoo.com>, see
  bug #76468

*gdesklets-core-0.32 (14 Dec 2004)

  14 Dec 2004; Mike Gardiner <obz@gentoo.org> +gdesklets-core-0.32.ebuild:
  New version, should clear up any of the problems with 0.31.1

*gdesklets-core-0.31.1 (02 Dec 2004)

  02 Dec 2004; Mike Gardiner <obz@gentoo.org> +gdesklets-core-0.31.1.ebuild:
  New version, finally see bug #60282 for more

  16 Jul 2004; Daniel Ahlberg <aliz@gentoo.org> gdesklets-core-0.26.1.ebuild:
  Unmasked on amd64.

*gdesklets-core-0.26.2 (13 Jul 2004)

  13 Jul 2004; Mike Gardiner <obz@gentoo.org> +gdesklets-core-0.26.2.ebuild:
  New version, apologies for lateness

*gdesklets-core-0.26.1 (27 Apr 2004)

  27 Apr 2004; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.25.ebuild,
  gdesklets-core-0.26.1.ebuild:
  New version, which is a bugfix release mainly, 0.26.1. Removed old/ancient
  0.25 version

  12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> gdesklets-core-0.26.ebuild:
  Mark stable on amd64.

  04 Apr 2004; Aron Griffis <agriffis@gentoo.org> gdesklets-core-0.26.ebuild:
  Add ~alpha for bug 46601

*gdesklets-core-0.26 (03 Mar 2004)

  03 Mar 2004; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.24.1.ebuild,
  gdesklets-core-0.24.ebuild, gdesklets-core-0.25.ebuild,
  gdesklets-core-0.26.ebuild:
  New version, 0.26 should fix the problems that prevented 0.25.1 from being
  added. Removed older 0.24.x versions

*gdesklets-core-0.25 (28 Dec 2003)

  28 Dec 2003; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.23-r1.ebuild,
  gdesklets-core-0.25.ebuild:
  New version, should have bugfixes for some starterbar problems, as well as now
  including a dependency on gettext

*gdesklets-core-0.24.1 (12 Nov 2003)

  12 Nov 2003; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.24.1.ebuild:
  New version, bug fix release

*gdesklets-core-0.24 (10 Nov 2003)

  10 Nov 2003; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.22.1.ebuild,
  gdesklets-core-0.24.ebuild:
  New version, 0.24. 

  01 Nov 2003; Luca Barbato <lu_zero@gentoo.org>
  gdesklets-core-0.23-r1.ebuild:
  Marked ~ppc

*gdesklets-core-0.23-r1 (26 Oct 2003)

  26 Oct 2003; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.22.ebuild,
  gdesklets-core-0.23-r1.ebuild, files/gdesklets-0.23-fontselector.patch:
  Revision bumped 0.23 to -r1 which includes a patch for the FontSelector
  sensor. Removed old 0.22 version

*gdesklets-core-0.23 (21 Oct 2003)

  21 Oct 2003; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.23.ebuild:
  New version, supports nautilus thumbnails as long as the displays have defined
  the preview attributes (most displays will move towards this soon)

*gdesklets-core-0.22.1 (30 Sep 2003)

  30 Sep 2003; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.22.1.ebuild:
  New version, which should be a bugfix release

  28 Sep 2003; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.21.2.ebuild:
  Removed v0.21.2 in favour of v0.22 which includes a working fontselector
  sensor. This will most likely be the version that heads towards stable on x86
  at least

*gdesklets-core-0.22 (28 Sep 2003)

  28 Sep 2003; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.22.ebuild:
  New version, this one includes both the external and the fontselector sensors

  24 Sep 2003; Todd Sunderlin <todd@gentoo.org> gdesklets-core-0.21.2.ebuild:
  added ~sparc keyword

*gdesklets-core-0.21.2 (14 Sep 2003)

  14 Sep 2003; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.21.2.ebuild,
  gdesklets-core-0.21.ebuild:
  New version which includes the External sensor, removed older 0.21.x. All
  traces of the External sensor are gone apart from this -core.

*gdesklets-core-0.21.1 (11 Sep 2003)

  11 Sep 2003; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.20.ebuild,
  gdesklets-core-0.21.1.ebuild:
  New version, bugfix release. Removed older version 0.20

  11 Sep 2003; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.21.ebuild,
  files/gdesklets-core-0.21-Sensors.patch:
  Added a patch against 0.21 to prevent building the included Sensors, because
  they dont work, and we have them in x11-plugins

*gdesklets-core-0.21 (10 Sep 2003)

  10 Sep 2003; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.21.ebuild:
  New version, added gtk+-2 dep (new) and ewarn for upgrading

  09 Sep 2003; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.20.ebuild,
  files/gdesklets-displays.desktop:
  Added .desktop file and postinst information

*gdesklets-core-0.20 (09 Sep 2003)

  09 Sep 2003; Mike Gardiner <obz@gentoo.org> gdesklets-core-0.20.ebuild:
  Abound candy for your eyes. And your GNOMES. first import