summaryrefslogtreecommitdiff
blob: 3faadf273909b89dd13ce18d46526bfa625a9355 (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
# ChangeLog for gnome-extra/gdesklets-core
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog,v 1.100 2009/03/12 14:41:52 ranger Exp $

  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