summaryrefslogtreecommitdiff
blob: 438fe75826babb8498fe1f73c6e78a90fa804f7c (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
# ChangeLog for dev-util/kdevelop
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop/ChangeLog,v 1.136 2007/01/30 18:38:29 armin76 Exp $

  30 Jan 2007; Raúl Porcel <armin76@gentoo.org> kdevelop-3.3.5.ebuild:
  x86 stable wrt bug 164062

  30 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> kdevelop-3.3.5.ebuild:
  Stable on sparc wrt #164062

*kdevelop-3.4.0 (27 Jan 2007)

  27 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
  -kdevelop-3.3.91.ebuild, -kdevelop-3.3.92.ebuild, -kdevelop-3.3.94.ebuild,
  +kdevelop-3.4.0.ebuild:
  Version bump, remove old beta versions, and also fix bug #153712 in the mean
  time by defaulting to exuberant-ctags on new installations.

  27 Jan 2007; Joseph Jezak <josejx@gentoo.org> kdevelop-3.3.5.ebuild:
  Marked ppc stable for bug #164062.

  27 Jan 2007; Joseph Jezak <josejx@gentoo.org> kdevelop-3.3.5.ebuild:
  Marked ppc stable for bug #164062.

*kdevelop-3.3.94 (17 Jan 2007)
*kdevelop-3.3.6 (17 Jan 2007)

  17 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> -kdevelop-3.3.3.ebuild,
  -kdevelop-3.3.4.ebuild, +kdevelop-3.3.6.ebuild, +kdevelop-3.3.94.ebuild:
  Version bump for both 3.3.6 (pre-release) and 3.3.94 (was missing for a
  while). Closes bug #161831.

  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> kdevelop-3.3.2.ebuild,
  kdevelop-3.3.3.ebuild, kdevelop-3.3.4.ebuild, kdevelop-3.3.5.ebuild,
  kdevelop-3.3.91.ebuild, kdevelop-3.3.92.ebuild:
  Convert to use elog.

*kdevelop-3.3.92 (03 Nov 2006)

  03 Nov 2006; Caleb Tennis <caleb@gentoo.org> +kdevelop-3.3.92.ebuild:
  bump dev version

*kdevelop-3.3.5 (03 Oct 2006)

  03 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> +kdevelop-3.3.5.ebuild:
  Bump to 3.3.5 (pre-release).

  31 Jul 2006; Diego Pettenò <flameeyes@gentoo.org>
  -files/kdevelop-3.1.0-bdb-mutex.patch,
  -files/kdevelop-3.1_beta1-bdb-fPIC.patch,
  -files/kdevelop-3.2.1-gcc4.patch, -files/kdevelop-3.2.1-makefiles.patch,
  -files/kdevelop-3.2.3-ant.patch, -files/kdevelop-3.3.0-makefiles.patch,
  -files/kdevelop-qt-3.3.5.patch, -kdevelop-3.1.2.ebuild,
  -kdevelop-3.2.1-r1.ebuild, -kdevelop-3.2.2.ebuild, -kdevelop-3.2.3.ebuild,
  -kdevelop-3.2.3-r1.ebuild, -kdevelop-3.3.0.ebuild, -kdevelop-3.3.1.ebuild:
  Drop old versions and related files.

*kdevelop-3.3.4 (26 Jul 2006)

  26 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> +kdevelop-3.3.4.ebuild:
  Bump to 3.3.4 (pre-release).

  18 Jul 2006; Michael Hanselmann <hansmi@gentoo.org> kdevelop-3.3.2.ebuild:
  Stable on ppc.

  12 Jul 2006; Danny van Dyk <kugelfang@gentoo.org> kdevelop-3.3.3.ebuild,
  kdevelop-3.3.91.ebuild:
  QA: Added graphviz to IUSE.

  08 Jul 2006; Markus Rothe <corsair@gentoo.org> kdevelop-3.3.2.ebuild:
  Stable on ppc64

  05 Jul 2006; Jason Wever <weeve@gentoo.org> kdevelop-3.3.2.ebuild:
  Stable on SPARC wrt bug #135093.

  05 Jul 2006; Joshua Jackson <tsunam@gentoo.org> kdevelop-3.3.2.ebuild:
  Stable x86; bug #135093

  05 Jul 2006; Marcus D. Hanwell <cryos@gentoo.org> kdevelop-3.3.2.ebuild:
  Marked stable on amd64, bug 135093.

  03 Jul 2006; Caleb Tennis <caleb@gentoo.org> kdevelop-3.3.3.ebuild,
  kdevelop-3.3.91.ebuild:
  Add graphviz support per bug #137686

*kdevelop-3.3.91 (30 Jun 2006)

  30 Jun 2006; Diego Pettenò <flameeyes@gentoo.org>
  +kdevelop-3.3.91.ebuild:
  Add 3.4 beta1 version, thanks to Mathias Stearn and Dizzy in bug #138055.

*kdevelop-3.3.3 (02 Jun 2006)

  02 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> +kdevelop-3.3.3.ebuild:
  Bump to latest release.

  19 May 2006; Diego Pettenò <flameeyes@gentoo.org> kdevelop-3.3.2.ebuild:
  Make sure that the correct includedir and the correct library name is used.
  Should fix bug #128897.

  17 May 2006; Diego Pettenò <flameeyes@gentoo.org> kdevelop-3.3.2.ebuild:
  Be less precise with db's dependency, if 4.2 is installed that will be used.

  22 Apr 2006; Carsten Lohrke <carlo@gentoo.org> kdevelop-3.3.2.ebuild:
  #128897, second try...

  19 Apr 2006; Carsten Lohrke <carlo@gentoo.org> kdevelop-3.3.2.ebuild:
  Fix #128897 and description.

  28 Mar 2006; Carsten Lohrke <carlo@gentoo.org> kdevelop-3.3.2.ebuild:
  Restore dependency fixes, make cvs optional.

*kdevelop-3.3.2 (28 Mar 2006)

  28 Mar 2006; Carsten Lohrke <carlo@gentoo.org> +kdevelop-3.3.2.ebuild:
  Version bump.

  16 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> kdevelop-3.3.1.ebuild:
  Make perl and flex only build-time dependencies.

  02 Feb 2006; Carsten Lohrke <carlo@gentoo.org> kdevelop-3.3.1.ebuild:
  Be more exact about sys-libs/db dependency.

  01 Feb 2006; Carsten Lohrke <carlo@gentoo.org> kdevelop-3.3.1.ebuild:
  Correct SRC_URI.

*kdevelop-3.3.1 (01 Feb 2006)

  01 Feb 2006; Carsten Lohrke <carlo@gentoo.org> +kdevelop-3.3.1.ebuild:
  version bump

  23 Dec 2005; Markus Rothe <corsair@gentoo.org> kdevelop-3.3.0.ebuild:
  Added ~ppc64

  25 Nov 2005; Gregorio Guidi <greg_g@gentoo.org>
  +files/kdevelop-3.3.0-makefiles.patch, kdevelop-3.3.0.ebuild:
  Update patch for bug #86870.

*kdevelop-3.3.0 (23 Nov 2005)

  23 Nov 2005; Gregorio Guidi <greg_g@gentoo.org> +kdevelop-3.3.0.ebuild:
  Ebuild for KDevelop 3.3.0 final. Not yet released.

*kdevelop-3.3.0_rc1 (16 Nov 2005)

  16 Nov 2005; Gregorio Guidi <greg_g@gentoo.org>
  +kdevelop-3.3.0_rc1.ebuild:
  New version.

*kdevelop-3.3.0_beta2-r1 (18 Oct 2005)
*kdevelop-3.2.3-r1 (18 Oct 2005)

  18 Oct 2005; Gregorio Guidi <greg_g@gentoo.org>
  +files/kdevelop-3.2.3-ant.patch, +kdevelop-3.2.3-r1.ebuild,
  +kdevelop-3.3.0_beta2-r1.ebuild:
  Add patch to fix building of ant projects (#100823).

  18 Oct 2005; Gregorio Guidi <greg_g@gentoo.org> kdevelop-3.2.3.ebuild,
  kdevelop-3.3.0_beta2.ebuild:
  Add dependency on kdesdk-kioslaves (#107823).

*kdevelop-3.3.0_beta2 (15 Oct 2005)

  15 Oct 2005; Gregorio Guidi <greg_g@gentoo.org>
  +kdevelop-3.3.0_beta2.ebuild:
  New version.

*kdevelop-3.2.3 (12 Oct 2005)

  12 Oct 2005; Gregorio Guidi <greg_g@gentoo.org> +kdevelop-3.2.3.ebuild:
  New version.

  23 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org>
  kdevelop-3.3_beta1.ebuild:
  Updated MY_PV to 3.2.91 so that it builds beta1.

*kdevelop-3.3_beta1 (23 Sep 2005)

  23 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/kdevelop-qt-3.3.5.patch, +kdevelop-3.3_beta1.ebuild:
  Bump to 3.3 beta1.

  19 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> kdevelop-3.1.2.ebuild,
  kdevelop-3.2.1-r1.ebuild, kdevelop-3.2.2.ebuild,
  kdevelop-3.3_alpha1.ebuild:
  Updated location of htdig to reflect category change, closes bug 106493.

  02 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org>
  kdevelop-3.2.1-r1.ebuild:
  Stable on amd64.

*kdevelop-3.3_alpha1 (24 Aug 2005)

  24 Aug 2005; Gregorio Guidi <greg_g@gentoo.org>
  +kdevelop-3.3_alpha1.ebuild:
  KDevelop 3.3 prerelease.

  19 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
  kdevelop-3.2.1-r1.ebuild:
  Stable on ppc.

  28 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  kdevelop-3.2.1-r1.ebuild:
  Stable on sparc

*kdevelop-3.2.2 (28 Jul 2005)

  28 Jul 2005; Gregorio Guidi <greg_g@gentoo.org> +kdevelop-3.2.2.ebuild:
  New version.

  21 Jul 2005; Gregorio Guidi <greg_g@gentoo.org> kdevelop-3.2.1-r1.ebuild:
  Stable on x86.

*kdevelop-3.2.1-r1 (16 Jul 2005)

  16 Jul 2005; Gregorio Guidi <greg_g@gentoo.org>
  +files/kdevelop-3.2.1-makefiles.patch, +kdevelop-3.2.1-r1.ebuild:
  Add patch to fix support for custom makefiles (#86780). Update the template
  for KDE projects (see kde bug 104386).

  03 Jul 2005; Carsten Lohrke <carlo@gentoo.org> kdevelop-3.2.1.ebuild:
  we depend on cervisia for cvs support

  10 Jun 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/kdevelop-3.2.1-gcc4.patch, kdevelop-3.2.1.ebuild:
  Added patch to fix compilation with GCC4 (already fixed on SVN before).

*kdevelop-3.2.1 (27 May 2005)

  27 May 2005; Gregorio Guidi <greg_g@gentoo.org> +kdevelop-3.2.1.ebuild:
  New version.

  21 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> kdevelop-3.1.2.ebuild:
  Stable on ppc.

  20 Mar 2005; Carsten Lohrke <carlo@gentoo.org> -kdevelop-3.1.1.ebuild,
  kdevelop-3.1.2.ebuild, kdevelop-3.2.0.ebuild, -kdevelop-3.2.0_beta1.ebuild,
  -kdevelop-3.2.0_beta2.ebuild, -kdevelop-3.2.0_rc1.ebuild:
  fixed typo, clean up

*kdevelop-3.2.0 (14 Mar 2005)

  14 Mar 2005; Gregorio Guidi <greg_g@gentoo.org> +kdevelop-3.2.0.ebuild:
  Ebuild for 3.2 final.

*kdevelop-3.2.0_rc1 (27 Feb 2005)

  27 Feb 2005; Gregorio Guidi <greg_g@gentoo.org> +kdevelop-3.2.0_rc1.ebuild:
  New version. Cleanup of dependencies and use flags, making kdevelop more
  configurable (#81604).

  24 Feb 2005; Gregorio Guidi <greg_g@gentoo.org> -files/htdig.conf,
  -kdevelop-3.0.4.ebuild:
  Remove old version.

  24 Feb 2005; Simon Stelling <blubb@gentoo.org> kdevelop-3.1.2.ebuild:
  stable on amd64

*kdevelop-3.2.0_beta2 (09 Feb 2005)

  09 Feb 2005; Gregorio Guidi <greg_g@gentoo.org>
  +kdevelop-3.2.0_beta2.ebuild:
  Version bump.

  21 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> kdevelop-3.1.2.ebuild:
  Stable on sparc

  20 Jan 2005; Gregorio Guidi <greg_g@gentoo.org> kdevelop-3.1.1.ebuild,
  kdevelop-3.1.2.ebuild:
  Stable on x86.

*kdevelop-3.2.0_beta1 (14 Jan 2005)

  14 Jan 2005; Gregorio Guidi <greg_g@gentoo.org> +kdevelop-3.2.0_beta1.ebuild:
  Introducing kdevelop-3.2.0_beta1.

*kdevelop-3.1.2 (08 Dec 2004)

  08 Dec 2004; Caleb Tennis <caleb@gentoo.org> +kdevelop-3.1.2.ebuild:
  Version bump

  01 Dec 2004; Caleb Tennis <caleb@gentoo.org> kdevelop-3.1.1.ebuild:
  Fix einfo output of recommended addons

  28 Nov 2004; Dominik Stadler <centic@gentoo.org> kdevelop-3.0.4.ebuild:
  According to ebuild-policy there is no need to define RDEPEND to DEPEND

  20 Oct 2004; Carsten Lohrke <carlo@gentoo.org>
  files/kdevelop-3.1.0-bdb-mutex.patch:
  missing ppc in mutex.h patch

*kdevelop-3.1.1 (14 Oct 2004)

  14 Oct 2004; Carsten Lohrke <carlo@gentoo.org> kdevelop-3.1.0.ebuild,
  +kdevelop-3.1.1.ebuild:
  version bump, apply bdb/mutex.h patch unconditionally, raise need-kde

  25 Sep 2004; Jason Wever <weeve@gentoo.org> kdevelop-3.1.0.ebuild:
  Stable on sparc.

  23 Sep 2004; Caleb Tennis <caleb@gentoo.org> kdevelop-3.1.0.ebuild:
  x86 stable

  23 Sep 2004; Caleb Tennis <caleb@gentoo.org> kdevelop-3.1.0_rc2.ebuild:
  Remove old version

  30 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> kdevelop-3.1.0.ebuild:
  fPIC patch now gets applied unconditionally according to Gentoo Policy. BUG
  #55238.

  29 Aug 2004; Danny van Dyk <kugelfang@gentoo.org>
  +files/kdevelop-3.1.0-bdb-mutex.patch, kdevelop-3.1.0.ebuild:
  Fixed BUG #60062. Marked ~amd64 again.

  22 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> kdevelop-3.1.0.ebuild,
  kdevelop-3.1.0_rc2.ebuild:
  Marked -amd64. Doesn't compile, see BUG #60062.

*kdevelop-3.1.0 (20 Aug 2004)

  20 Aug 2004; Carsten Lohrke <carlo@gentoo.org> +kdevelop-3.1.0.ebuild:
  version bump

  17 Aug 2004; Carsten Lohrke <carlo@gentoo.org> kdevelop-3.0.4.ebuild,
  kdevelop-3.1.0_rc2.ebuild:
  minor fixes, #60705 #60315

*kdevelop-3.1.0_rc2 (10 Aug 2004)

  10 Aug 2004; Carsten Lohrke <carlo@gentoo.org>
  -files/kdevelop-2.1.5-gentoo.diff, -files/kdevelop-3.1_beta2-mutex.h.diff,
  -kdevelop-2.1.5.ebuild, +kdevelop-3.1.0_rc2.ebuild,
  -kdevelop-3.1_beta2.ebuild:
  version bump, removed kdevelop-2.x

  24 Jul 2004; Carsten Lohrke <carlo@gentoo.org>
  +files/kdevelop-3.1_beta2-mutex.h.diff, kdevelop-3.1_beta2.ebuild:
  header fix, #58013

  23 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  kdevelop-3.0.4.ebuild:
  Added to stable amd64.

*kdevelop-3.1_beta2 (22 Jul 2004)

  22 Jul 2004; Carsten Lohrke <carlo@gentoo.org>
  -files/kdevelop-3.1_beta1-amd64.patch, -kdevelop-3.0.1.ebuild,
  -kdevelop-3.0.2.ebuild, -kdevelop-3.0.3.ebuild, -kdevelop-3.1_beta1.ebuild,
  +kdevelop-3.1_beta2.ebuild:
  version bump, ebuild clean up

  19 Jul 2004; Daniel Ahlberg <aliz@gentoo.org> kdevelop-3.1_beta1.ebuild,
  files/kdevelop-3.1_beta1-amd64.patch,
  files/kdevelop-3.1_beta1-bdb-fPIC.patch:
  Added patches to allow compilation on amd64, closing #57342.

*kdevelop-3.1_beta1 (11 Jul 2004)

  11 Jul 2004; Carsten Lohrke <carlo@gentoo.org> +kdevelop-3.1_beta1.ebuild:
  version bump

  17 Jun 2004; Carsten Lohrke <carlo@gentoo.org> kdevelop-3.0.4.ebuild:
  fixed SRC_URI

*kdevelop-3.0.4 (17 Jun 2004)

  17 Jun 2004; Carsten Lohrke <carlo@gentoo.org> kdevelop-3.0.4.ebuild:
  version bump

  22 May 2004; Jason Wever <weeve@gentoo.org> kdevelop-3.0.3.ebuild:
  Stable on sparc.

  12 May 2004; Caleb Tennis <caleb@gentoo.org> kdevelop-3.0.3.ebuild:
  x86 stable

  25 Apr 2004; Aron Griffis <agriffis@gentoo.org> kdevelop-2.1.5.ebuild:
  Add die following econf for bug 48950

*kdevelop-3.0.3 (19 Apr 2004)

  19 Apr 2004; Caleb Tennis <caleb@gentoo.org> kdevelop-3.0.3.ebuild:
  Version bump

*kdevelop-3.0.2 (09 Mar 2004)

  09 Mar 2004; Caleb Tennis <caleb@gentoo.org> kdevelop-3.0.2.ebuild:
  Version bump

  29 Feb 2004; Caleb Tennis <caleb@gentoo.org>
  files/kdevelop-2.1.5-gentoo.diff:
  Modify the patch to include the fix for bug #36545.

*kdevelop-3.0.1 (18 Feb 2004)

  18 Feb 2004; Caleb Tennis <caleb@gentoo.org> kdevelop-3.0.1.ebuild:
  Version bump, along with some shifting of stuff in the ebuild to make sure
  use flag stuff isn't handled in global scope.

  09 Feb 2004; Dylan Carlson <absinthe@gentoo.org> kdevelop-3.0.0.ebuild:
  added ~amd64 keyword.

  09 Feb 2004; David Holm <dholm@gentoo.org> kdevelop-3.0.0.ebuild:
  Added to ~ppc.

  05 Feb 2004; Caleb Tennis <caleb@gentoo.org> kdevelop-3.0.0.ebuild:
  New stable version

*kdevelop-3.0.0 (03 Feb 2004)

  03 Feb 2004; Caleb Tennis <caleb@gentoo.org> kdevelop-3.0.0.ebuild,
  files/kdevelop-3.0.0-mainwindow.patch:
  New final version

*kdevelop-3.0.0_rc1 (19 Jan 2004)

  19 Jan 2004; Caleb Tennis <caleb@gentoo.org> kdevelop-2.1.5.ebuild,
  kdevelop-3.0.0_beta1.ebuild, kdevelop-3.0.0_beta2.ebuild,
  kdevelop-3.0.0_rc1.ebuild, files/kdevelop-3.0.0_beta1-compat.patch,
  files/kdevelop-3.0.0_beta2-mainwindow.patch,
  files/kdevelop-3.0.0_rc1-mainwindow.patch:
  New version

  27 Dec 2003; Caleb Tennis <caleb@gentoo.org> kdevelop-2.1.5.ebuild,
  kdevelop-3.0.0_beta2.ebuild:
  minor dep fixes

*kdevelop-3.0.0_beta2 (08 Dec 2003)

  08 Dec 2003; Caleb Tennis <caleb@gentoo.org> kdevelop-2.1.2.ebuild,
  kdevelop-2.1.3-r1.ebuild, kdevelop-3.0.0_beta2.ebuild,
  kdevelop-3.0_alpha7.ebuild:
  New beta version, remove older builds

  17 Nov 2003; Caleb Tennis <caleb@gentoo.org> kdevelop-3.0.0_beta1.ebuild,
  files/kdevelop-3.0.0_beta1-compat.patch:
  Add a patch to fix compilation problems with Qt 3.1

  17 Nov 2003; Caleb Tennis <caleb@gentoo.org> kdevelop-3.0.0_beta1.ebuild:
  Add ant and doxygen as deps for the ebuild

  08 Nov 2003; Caleb Tennis <caleb@gentoo.org> kdevelop-3.0.0_beta1.ebuild:
  Remove doc based deps as they're not needed anymore

*kdevelop-3.0.0_beta1 (03 Nov 2003)

  03 Nov 2003; Caleb Tennis <caleb@gentoo.org> kdevelop-3.0.0_beta1.ebuild:
  New beta version

*kdevelop-3.0_alpha7 (25 Sep 2003)

  25 Sep 2003; Caleb Tennis <caleb@gentoo.org> kdevelop-3.0_alpha4-r1.ebuild,
  kdevelop-3.0_alpha4-r1.ebuild, kdevelop-3.0_alpha5.ebuild,
  kdevelop-3.0_alpha5.ebuild, kdevelop-3.0_alpha6.ebuild,
  kdevelop-3.0_alpha6.ebuild, kdevelop-3.0_alpha7.ebuild:
  new alpha version

  16 Sep 2003; Caleb Tennis <caleb@gentoo.org> kdevelop-3.0_alpha6.ebuild:
  Make the docs optional

*kdevelop-3.0_alpha6 (15 Sep 2003)

  15 Sep 2003; Caleb Tennis <caleb@gentoo.org>
  Version bump

*kdevelop-3.0_alpha5 (08 Jul 2003)

  08 Jul 2003; Caleb Tennis <caleb@gentoo.org>
  Version bump

  18 Jun 2003; Caleb Tennis <caleb@gentoo.org>
  Added a line in postinstall about using x11-ssh-askpass if SSH based CVS is desired.

  28 May 2003; Caleb Tennis <caleb@gentoo.org> 
  Removed old ebuild (alpha2, alpha3, alpha4)

  21 May 2003; Jason Wever <weeve@gentoo.org> kdevelop-3.0_alpha4-r1.ebuild:
  Added ~sparc to keywords.

*kdevelop-3.0_alpha4-r1 (19 Apr 2003)

  19 Apr 2003; Dan Armak <danarmak@gentoo.org> Manifest,
  kdevelop-3.0_alpha4-r1.ebuild:
  New upstream version. Fixes the big bugs in alpha4. See www.kdevelop.org for
  more details.

*kdevelop-3.0_alpha4 (13 Apr 2003)

  13 Apr 2003; Dan Armak <danarmak@gentoo.org> kdevelop-3.0_alpha4.ebuild:
  A new release.

  11 Apr 2003; Dan Armak <danarmak@gentoo.org> kdevelop-3.0_alpha3.ebuild:
  Trim down list of depndencies. Remove all toptional runtime dependencies from
  DEPEND/RDEPEND, and add an informational notice about them. Bug #6012 made the
  case that there were far too many of those and they had no place in RDEPEND
  without a use flag (and there's no suitable use flag).

  13 Mar 2003; Olivier Reisch <doctomoe@gentoo.org> kdevelop-2.1.5.ebuild:
  Marked ppc stable

*kdevelop-2.1.5 (04 Feb 2003)

  04 Feb 2003; Hannes Mehnert <hannes@gentoo.org> kdevelop-2.1.5.ebuild:
  version bump, thanks to Sascha Herrmann <Sascha.Herrmann@web.de> for
  help in bug #14536, this should also fix bug #3875, bug #14971, bug #8113,
  and bug #9958

  30 Jan 2003; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  Change ebuilds to use kde_src_unpack() instead of base_src_unpack(). This
  does not affect in any way the compiled output, or any ebuild not suffering
  rfom the 'languageChange undeclared' bug, which it fixes.

*kdevelop-3.0_alpha3 (08 Jan 2003)

  22 Feb 2003;  <danarmak@gentoo.org> kdevelop-3.0_alpha3.ebuild :
  Add missing dep on doxygen, for which kdevelop 3.x has a plugin.

  08 Jan 2003; Hannes Mehnert <hannes@gentoo.org> kdevelop-3.0_alpha3.ebuild,
  kdevelop-3.0_alpha2.ebuild: version bump, added SLOT=3 to kdevelop-3.x.
  this fixes bug #13494, thanks to Sascha.Herrmann@web.de (Sascha Herrmann)

  04 Jan 2003; Hannes Mehnert <hannes@gentoo.org> kdevelop-3.0_alpha2.ebuild:
  added patch to compile with kde-3.0.5a. fixes #12913

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*kdevelop-3.0_alpha2 (30 Nov 2002)

  30 Nov 2002; Hannes Mehnert <hannes@gentoo.org> kdevelop-3.0_alpha2.ebuild:
  version bump

*kdevelop-2.1.3-r1 (11 Sep 2002)

  14 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
  Replaced hardcoding of /home/httpd/htdocs with a grep of /etc/apache/conf/apache.conf

  14 Sep 2002; Owen Stampflee <owen@gentoo.org> :
  Added PPC to KEYWORDS.

  11 Sep 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :
  Fix bug #5839 - bad configure.in files in the templates of the various qt
  projects which didn't work with autoconf 2.5x.

  23 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :
  Enforce make -j1 (single thread) to fix bug #6199.

*kdevelop-2.1.3 (19 Aug 2002)

  14 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
  Replaced hardcoding of /home/httpd/htdocs with a grep of /etc/apache/conf/apache.conf

  19 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :
  New bugfix release that comes with KDE 3.0.3.

  13 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :
  Fix for installing outside the kde prefix: should use $PREFIX not $KDEDIR.

*kdevelop-2.1.2 (03 Jul 2002)

  14 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
  Replaced hardcoding of /home/httpd/htdocs with a grep of /etc/apache/conf/apache.conf

  03 Jul 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :
  New stability release (comes with kde 3.0.2).

*kdevelop-2.1.1-r1 (06 Jun 2002)

  06 Jun 2002; Dan Armak <danarmak@gentoo.org> Changelog:
  Add some long-requested items: the c/cpp reference package,
  a precompiled kdelibs documentation package (from the kde cvs
  of somewhere in late May) and a premade htdig configuration file
  which may not work optimally but at least gets rid of the annoying
  "no configuration file" error.

*kdevelop-2.1.1 (24 May 2002)

  24 May 2002; Dan Armak <danarmak@gentoo.org> Changelog:
  Bugfix release distributed with kde 3.0.1.
  
  24 Apr; Dan Armak <danarmak@gentoo.org> changelog:
  replaced glimpse dependency with htdig again, since glimpse's license
  is limited to educational purposes.

*kdevelop-2.1-r2 (23 Apr 2002)

  23 Apr 2002; Dan Armak <danarmak@gentoo.org> Changelog:
  Changed K-menu item for kdevelop to include the WANT_AUTOMAKE_1_4=1
  and WANT_AUTOCONF_2_5=1 exports needed for kde3 Makefile.dist autoconf stage

*kdevelop-2.1-r1 (17 Apr 2002)

  17 Apr 2002; Dan Armak <danarmak@gentoo.org> Changelog:
  Replaced htdig dep with glimpse (for documentation indexing). Glimpse works
  ou-of-the-box, while htdig requires manual configuration.

  4 Apr 2002; Dan Armak <danarmak@gentoo.org> Changelog:
  Updated kdoc dependencies to point to the new dev-util/kdoc.

  7 Mar 2002; Dan Armak <danarmak@gentoo.org> Changelog:
  Changed qt-docs dependency from >=... to =...*. This makes sure that the qt-docs
  installed is from qt-2.x. This fixes bug #947.

*kdevelop-2.0.2 (1 Feb 2002)

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.