summaryrefslogtreecommitdiff
blob: c727ef0f01f01cdffd61172feb51816fb4cf5675 (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
# ChangeLog for net-p2p/mldonkey
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/ChangeLog,v 1.167 2007/07/09 10:13:16 tove Exp $

  09 Jul 2007; Jeroen Roovers <jer@gentoo.org> mldonkey-2.8.7.ebuild:
  Stable for HPPA (bug #184625).

  08 Jul 2007; Joseph Jezak <josejx@gentoo.org> mldonkey-2.8.7.ebuild:
  Marked ppc stable for bug #184625.

  08 Jul 2007; Raúl Porcel <armin76@gentoo.org> mldonkey-2.8.7.ebuild:
  ia64/x86 stable wrt #184625

  02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> mldonkey-2.8.5.ebuild,
  mldonkey-2.8.7.ebuild:
  (QA) RESTRICT clean up.

  13 Jun 2007; Raúl Porcel <armin76@gentoo.org> -mldonkey-2.8.3.ebuild,
  -mldonkey-2.8.4.ebuild:
  old

  13 Jun 2007; Christoph Mende <angelos@gentoo.org> mldonkey-2.8.5.ebuild:
  Stable on amd64 wrt bug 179882

  08 Jun 2007; Raúl Porcel <armin76@gentoo.org>
  files/mldonkey.initd-2.8-r1:
  Swap one line in the init script, thanks to Jörg Eitemüller <destotelhorus
  at googlemail dot com> for reporting in bug 181140

*mldonkey-2.8.7 (03 Jun 2007)

  03 Jun 2007; Raúl Porcel <armin76@gentoo.org> +mldonkey-2.8.7.ebuild:
  Version bump

  01 Jun 2007; nixnut <nixnut@gentoo.org> mldonkey-2.8.5.ebuild:
  Stable on ppc wrt bug 179882

  28 May 2007; Jeroen Roovers <jer@gentoo.org> mldonkey-2.8.5.ebuild:
  Stable for HPPA (bug #179882).

  26 May 2007; Raúl Porcel <armin76@gentoo.org> mldonkey-2.8.5.ebuild:
  ia64 + x86 stable wrt #179882

  17 May 2007; Raúl Porcel <armin76@gentoo.org> mldonkey-2.8.3.ebuild,
  mldonkey-2.8.4.ebuild, mldonkey-2.8.5.ebuild:
  Remove useless mldonkey script, bug 178883

  04 May 2007; Raúl Porcel <armin76@gentoo.org> mldonkey-2.8.4.ebuild:
  ia64 + x86 stable

*mldonkey-2.8.5 (23 Apr 2007)

  23 Apr 2007; Raúl Porcel <armin76@gentoo.org> +mldonkey-2.8.5.ebuild:
  Version bump

  22 Apr 2007; Raúl Porcel <armin76@gentoo.org> mldonkey-2.8.3.ebuild,
  mldonkey-2.8.4.ebuild:
  Use doconfd and doinitd, bug 174266

  10 Apr 2007; Raúl Porcel <armin76@gentoo.org> mldonkey-2.8.3.ebuild,
  mldonkey-2.8.4.ebuild:
  Remove idiot batch USE-flag, bug 174021

  08 Apr 2007; Raúl Porcel <armin76@gentoo.org>
  -files/mldonkey-2.8.2-avoid_dupl_sending.patch, -mldonkey-2.8.2-r1.ebuild:
  drop old

  07 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
  mldonkey-2.8.3.ebuild:
  stable amd64, bug 165591

  06 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  mldonkey-2.8.3.ebuild:
  ppc stable, bug #165591

  04 Apr 2007; Raúl Porcel <armin76@gentoo.org> mldonkey-2.8.3.ebuild,
  mldonkey-2.8.4.ebuild:
  Make install fail if dobin fails, bug 173317

*mldonkey-2.8.4 (02 Apr 2007)

  02 Apr 2007; Raúl Porcel <armin76@gentoo.org> -files/dp500.patch,
  -files/mldonkey.confd, -files/mldonkey.initd, -mldonkey-2.7.7.ebuild,
  mldonkey-2.8.3.ebuild, +mldonkey-2.8.4.ebuild:
  Version bump, ia64 stable wrt bug 165591 and cleanup old

  20 Mar 2007; Jeroen Roovers <jer@gentoo.org> mldonkey-2.8.3.ebuild:
  Stable for HPPA (bug #165591).

  13 Mar 2007; Raúl Porcel <armin76@gentoo.org> mldonkey-2.8.3.ebuild:
  x86 stable

  25 Feb 2007; Matti Bickel <mabi@gentoo.org> mldonkey-2.8.2-r1.ebuild:
  ppc stable (bug #165591)

  13 Feb 2007; Steve Dibb <beandog@gentoo.org> mldonkey-2.8.2-r1.ebuild:
  amd64 stable, bug 165591

*mldonkey-2.8.3 (11 Feb 2007)

  11 Feb 2007; Raúl Porcel <armin76@gentoo.org> +mldonkey-2.8.3.ebuild:
  Version bump, bug 166350

  06 Feb 2007; Jeroen Roovers <jer@gentoo.org> mldonkey-2.8.2-r1.ebuild:
  Stable for HPPA (bug #165591).

  06 Feb 2007; Raúl Porcel <armin76@gentoo.org> mldonkey-2.8.2-r1.ebuild:
  x86 stable wrt bug 165591

  24 Jan 2007; Raúl Porcel <armin76@gentoo.org>
  -files/mldonkey-2.7.3-configure.patch, -files/mldonkey-2.7.6-magic.patch,
  +files/mldonkey.confd-2.8, -files/mldonkey.initd-2.8,
  +files/mldonkey.initd-2.8-r1, -mldonkey-2.6.4-r2.ebuild,
  -mldonkey-2.7.3.ebuild, -mldonkey-2.7.6-r1.ebuild, -mldonkey-2.8.2.ebuild,
  mldonkey-2.8.2-r1.ebuild:
  Drop old , add new initd script and confd, thanks to Christian Schlotter
  <again at gmx at de>, bug 141177

  13 Jan 2007; Raúl Porcel <armin76@gentoo.org> mldonkey-2.7.7.ebuild,
  mldonkey-2.8.2-r1.ebuild:
  Change HOMEPAGE, bug 161875

*mldonkey-2.8.2-r1 (12 Jan 2007)

  12 Jan 2007; Raúl Porcel <armin76@gentoo.org>
  +files/mldonkey-2.8.2-avoid_dupl_sending.patch, +mldonkey-2.8.2-r1.ebuild:
  Add new patch, from bug 161169, thanks to spiralvoice <spiralvoice at
  hotmail dot com>

  21 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org>
  -mldonkey-2.5.16-r9.ebuild:
  gnome-1.x removal

  07 Dec 2006; Karol Wojtaszek <sekretarz@gentoo.org>
  +files/mldonkey.initd-2.8, mldonkey-2.8.2.ebuild:
  Fixed mldonkey init script to work with new mldonkey-2.8.2, bug #157242

*mldonkey-2.8.2 (02 Dec 2006)

  02 Dec 2006; Karol Wojtaszek <sekretarz@gentoo.org>
  +mldonkey-2.8.2.ebuild:
  Version bump, bug #147718

  15 Oct 2006; Aron Griffis <agriffis@gentoo.org> mldonkey-2.7.7.ebuild:
  Mark 2.7.7 stable on ia64. #138373

  26 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> mldonkey-2.7.7.ebuild:
  Stable on hppa wrt #138373

  12 Sep 2006; Joshua Jackson <tsunam@gentoo.org> mldonkey-2.7.7.ebuild:
  Stable x86; bug #137373

  05 Sep 2006; Joseph Jezak <josejx@gentoo.org> mldonkey-2.7.7.ebuild:
  Marked ppc stable for bug #138373.

  02 Sep 2006; <blubb@gentoo.org> mldonkey-2.7.7.ebuild:
  stable on amd64

  09 Aug 2006; Joshua Jackson <tsunam@gentoo.org> mldonkey-2.7.7.ebuild:
  Stable x86; bug #138373

  05 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> mldonkey-2.7.7.ebuild:
  Keyworded ~sparc wrt #139014, use ~sparc ocaml

*mldonkey-2.7.7 (20 Jun 2006)

  20 Jun 2006; Jon Hood <squinky86@gentoo.org> -mldonkey-2.7.6.ebuild,
  +mldonkey-2.7.7.ebuild:
  Version bump, remove buggy version. Resolves #137314. Thanks spiralvoice
  <spiralvoice@hotmail.com>!

*mldonkey-2.7.6-r1 (18 Jun 2006)

  18 Jun 2006; Karol Wojtaszek <sekretarz@gentoo.org>
  +files/mldonkey-2.7.6-magic.patch, +mldonkey-2.7.6-r1.ebuild:
  Add patch which fixes a serious performance problem when MLDonkey
  downloads lots of new files or torrents with a lot (>100) subfiles, bug #136700

  09 Jun 2006; Karol Wojtaszek <sekretarz@gentoo.org>
  -mldonkey-2.5.21-r2.ebuild, -mldonkey-2.6.5.ebuild,
  -mldonkey-2.6.7.ebuild, -mldonkey-2.7.5.ebuild:
  Ebuild clean up

*mldonkey-2.7.6 (09 Jun 2006)

  09 Jun 2006; Karol Wojtaszek <sekretarz@gentoo.org>
  +mldonkey-2.7.6.ebuild:
  Version bump. Removed threads USE flag. Bug #133944 and #127016

*mldonkey-2.7.5 (18 May 2006)

  18 May 2006; Jon Hood <squinky86@gentoo.org>
  -files/mldonkey-2.5.16-configure.patch,
  -files/mldonkey-2.5.21-configure.patch,
  -files/mldonkey-2.6.0-gtk2-gentoo.patch, +files/dp500.patch,
  -mldonkey-2.6.0-r1.ebuild, -mldonkey-2.7.0.ebuild, -mldonkey-2.7.1.ebuild,
  -mldonkey-2.7.2.ebuild, +mldonkey-2.7.5.ebuild:
  Version bump, #124199. Thanks to Andreas Calvo <fflipy@hotmail.com>,
  spiralvoice <spiralvoice@hotmail.com>, and many others in bug #124199 for
  cleaning this up.

  27 Apr 2006; Matthieu Sozeau <mattam@gentoo.org>
  +files/mldonkey-2.7.3-configure.patch, mldonkey-2.7.3.ebuild:
  Patch for ocaml-3.09.2, may need to be backported.

  15 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> mldonkey-2.7.3.ebuild:
  Seems to work nice enough, deserves ~hppa

  10 Mar 2006; Aron Griffis <agriffis@gentoo.org> mldonkey-2.7.3.ebuild:
  Mark 2.7.3 stable on ia64. #107206

  28 Jan 2006; Marcin Kryczek <mkay@gentoo.org>
  -files/mldonkey-2.7.0-endianess.patch.bz2, mldonkey-2.7.0.ebuild:
  Moving binary patches from CVS to mirrors

  23 Jan 2006; Marcin Kryczek <mkay@gentoo.org> -mldonkey-2.6.0.ebuild,
  -mldonkey-2.6.4-r1.ebuild:
  Removing ebuilds with obsolete gtk2 USE flag

*mldonkey-2.7.3 (19 Jan 2006)

  19 Jan 2006; Marcin Kryczek <mkay@gentoo.org> +mldonkey-2.7.3.ebuild:
  Version bump. Adding RESTRICT=nomirror as an upstream developer wished

*mldonkey-2.7.2 (13 Jan 2006)

  13 Jan 2006; Marcin Kryczek <mkay@gentoo.org> +mldonkey-2.7.2.ebuild:
  Version bump

  04 Jan 2006; Karol Wojtaszek <sekretarz@gentoo.org> files/mldonkey.initd:
  Fixed typos, bug #115226 by Christian Schlotter <again@gmx.de>

  31 Dec 2005; Simon Stelling <blubb@gentoo.org> mldonkey-2.6.4-r2.ebuild:
  stable on amd64

*mldonkey-2.7.1 (20 Dec 2005)

  20 Dec 2005; Karol Wojtaszek <sekretarz@gentoo.org> files/mldonkey.initd,
  +mldonkey-2.7.1.ebuild:
  Version bump, bug #115226

  29 Nov 2005; Karol Wojtaszek <sekretarz@gentoo.org>
  +files/mldonkey-2.7.0-endianess.patch.bz2, mldonkey-2.7.0.ebuild:
  Added patch to make mldonkey working on amd64 and other little-endian machines

*mldonkey-2.7.0 (21 Nov 2005)

  21 Nov 2005; Marcin Kryczek <mkay@gentoo.org> +mldonkey-2.7.0.ebuild:
  Version bump

  21 Nov 2005; Marcin Kryczek <mkay@gentoo.org> mldonkey-2.6.7.ebuild:
  Filtering -fomit-fram-pointer

*mldonkey-2.6.7 (29 Oct 2005)

  29 Oct 2005; Marcin Kryczek <mkay@gentoo.org> +mldonkey-2.6.7.ebuild:
  Version bump

  20 Oct 2005; <mkay@gentoo.org> files/mldonkey.confd, files/mldonkey.initd:
  Updated start script (and configuration in conf.d). This fixes bug #109469
  and bug #109604

  15 Oct 2005; <mkay@gentoo.org> mldonkey-2.6.0.ebuild,
  mldonkey-2.6.0-r1.ebuild:
  2.6.0 version needs ocaml-3.08.3. it won't build with 3.08.4. Fixing deps

*mldonkey-2.6.5 (14 Oct 2005)

  14 Oct 2005; <mkay@gentoo.org> +mldonkey-2.6.5.ebuild:
  Version bump. Thanks Benjamin Schleinzer

  06 Oct 2005; Michael Hanselmann <hansmi@gentoo.org>
  mldonkey-2.6.4-r2.ebuild:
  Stable on ppc.

  02 Oct 2005; <mkay@gentoo.org> mldonkey-2.6.4-r1.ebuild,
  mldonkey-2.6.4-r2.ebuild:
  Stable on x86

*mldonkey-2.6.4-r2 (20 Sep 2005)
*mldonkey-2.6.0-r1 (20 Sep 2005)

  20 Sep 2005; <mkay@gentoo.org> -files/2.5.28-config.patch,
  -mldonkey-2.5.16-r10.ebuild, -mldonkey-2.5.27-r1.ebuild,
  -mldonkey-2.5.28-r4.ebuild, +mldonkey-2.6.0-r1.ebuild,
  -mldonkey-2.6.2.ebuild, -mldonkey-2.6.3.ebuild, -mldonkey-2.6.4.ebuild,
  +mldonkey-2.6.4-r2.ebuild:
  New revision bump without gtk2 flag. Also removing few older versions

  19 Sep 2005; <mkay@gentoo.org> mldonkey-2.6.2.ebuild,
  mldonkey-2.6.3.ebuild, mldonkey-2.6.4.ebuild, mldonkey-2.6.4-r1.ebuild:
  Updated einfo about xpi handler (thanks Qiangning Hong for reporting bug
  #106136)

  19 Sep 2005; <mkay@gentoo.org> mldonkey-2.6.4-r1.ebuild:
  Added checking if gd was built with truetype. Thanks Frittella Laurento for
  bug #106396

  18 Sep 2005; <mkay@gentoo.org> files/mldonkey.initd:
  Fixed init script. Thanks M. Giritli <giritli@sonne.uni-freiburg.de> for bug
  #103433

  16 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog:
  Converted to UTF-8, fixed encoding screwups

*mldonkey-2.6.4-r1 (14 Sep 2005)

  14 Sep 2005; <mkay@gentoo.org> +mldonkey-2.6.4-r1.ebuild:
  Clean a mess in USE flags  - closing bug #103239 (thanks everyone, who takes 
  part in discussion). Also droping 'oldgtk' flag and support for old gui, 
  since it's not maintaned anymore.

*mldonkey-2.6.4 (06 Sep 2005)

  06 Sep 2005; Martin Holzer <mholzer@gentoo.org> +mldonkey-2.6.4.ebuild:
  Version bumped.

  27 Aug 2005; <sekretarz@gentoo.org> mldonkey-2.6.2.ebuild,
  mldonkey-2.6.3.ebuild:
  Fixed path to xpi file, bug #103891

  26 Aug 2005; <sekretarz@gentoo.org> mldonkey-2.6.2.ebuild,
  mldonkey-2.6.3.ebuild:
  Added patch to change ed2k_hash name to mld_hash, bug #103693

*mldonkey-2.6.3 (26 Aug 2005)

  26 Aug 2005; Martin Holzer <mholzer@gentoo.org> +mldonkey-2.6.3.ebuild:
  Version bumped.

  21 Aug 2005; <sekretarz@gentoo.org> metadata.xml:
  Removed squinky86 from metadata.xml on jakub request, bug #103131

  21 Aug 2005; <sekretarz@gentoo.org> mldonkey-2.6.2.ebuild:
  Added missing parentheses in DEPEND and RDEPEND. Fixed some typos. Bug
  #103237 and #103131

*mldonkey-2.6.2 (21 Aug 2005)

  21 Aug 2005; <sekretarz@gentoo.org> +files/mldonkey-gui.desktop,
  +mldonkey-2.6.2.ebuild:
  Version bump, added mozilla use flag and installing ed2k handler for
  mozilla/firefox, installing of desktop file. Thanks Przemyslaw Maciag
  <p_maciag@wp.pl> in bug #102097

  07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
  mldonkey-2.5.16-r9.ebuild:
  Stable on ppc.

  25 Jul 2005; <sekretarz@gentoo.org>
  +files/mldonkey-2.6.0-gtk2-gentoo.patch, mldonkey-2.6.0.ebuild:
  Fixed compile problems with enabled ekg2, thanks Marcin Kryczek
  <aye@gentoo.pl> in bug #100120

  24 Jul 2005; <sekretarz@gentoo.org> mldonkey-2.6.0.ebuild:
  Turned off batch configure option, cought by Phil

*mldonkey-2.6.0 (23 Jul 2005)

  23 Jul 2005; <sekretarz@gentoo.org> +mldonkey-2.6.0.ebuild:
  Version bump, bug #84100

  06 May 2005; Bryan Østergaard <kloeri@gentoo.org>
  mldonkey-2.5.16-r10.ebuild:
  Fix typo, bug 89322.

  24 Mar 2005; Karol Wojtaszek <sekretarz@gentoo.org> +files/mldonkey.png,
  mldonkey-2.5.16-r10.ebuild:
  Add desktop entry when gtk use flag is enabled, bug #83300

*mldonkey-2.5.16-r10 (27 Feb 2005)

  27 Feb 2005; Jon Hood <squinky86@gentoo.org> +mldonkey-2.5.16-r10.ebuild:
  Version bump, #80553. Thanks Holger <holger@wizards.de> and Costas
  <cca@freemail.gr>.

  05 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> mldonkey-2.5.16-r9.ebuild:
  added ~amd64 to KEYWORDS of 2.5.16-r9. fixes #76523

  29 Nov 2004; Jon Hood <squinky86@gentoo.org> files/mldonkey.initd,
  -mldonkey-2.5.16-r7.ebuild, -mldonkey-2.5.16-r8.ebuild,
  mldonkey-2.5.16-r9.ebuild, -mldonkey-2.5.28-r3.ebuild,
  -mldonkey-2.5.28.ebuild:
  2.5.16-r9 stable on x86 due to older versions getting banned, thanks
  Lorenz Bauer <scahoo@bluebottle.com>, #70659; new init script from
  Martin Bays <gentoo_bugz@zugzwang.port5.com>, #65245, cleanup old ebuilds.

*mldonkey-2.5.16-r9 (23 Nov 2004)

  23 Nov 2004; Jon Hood <squinky86@gentoo.org> +mldonkey-2.5.16-r9.ebuild:
  Version bump irt #70659; thanks Lorenz Bauer <scahoo@bluebottle.com> and
  Vanquirius <marcelogoes@gmail.com>.

*mldonkey-2.5.28-r4 (24 Oct 2004)

  24 Oct 2004; Jon Hood <squinky86@gentoo.org> +mldonkey-2.5.28-r4.ebuild:
  Version bump.

*mldonkey-2.5.28-r3 (18 Oct 2004)

  18 Oct 2004; Jon Hood <squinky86@gentoo.org> -mldonkey-2.5.28-r1.ebuild,
  -mldonkey-2.5.28-r2.ebuild, +mldonkey-2.5.28-r3.ebuild:
  Version bump, remove old versions. Thanks spiralvoice, #66920.

*mldonkey-2.5.28-r2 (05 Oct 2004)

  05 Oct 2004; Jon Hood <squinky86@gentoo.org> +mldonkey-2.5.28-r2.ebuild:
  Version bump, new patch_pack.

*mldonkey-2.5.28-r1 (30 Aug 2004)

  30 Aug 2004; Jon Hood <squinky86@gentoo.org> +mldonkey-2.5.28-r1.ebuild:
  Version bump; add experimental patch_pack for testing (masked).

  24 Aug 2004; Jon Hood <squinky86@gentoo.org> +files/2.5.28-config.patch,
  mldonkey-2.5.28.ebuild:
  Add configure patch to not install lablgtk if it is not available, #61425.

  22 Aug 2004; Travis Tilley <lv@gentoo.org> mldonkey-2.5.28.ebuild:
  added ~amd64 keyword

*mldonkey-2.5.28 (19 Aug 2004)

  19 Aug 2004; Jon Hood <squinky86@gentoo.org> +mldonkey-2.5.28.ebuild:
  Version bump, closes #60867.

*mldonkey-2.5.27-r1 (17 Aug 2004)

  17 Aug 2004; Jon Hood <squinky86@gentoo.org> -mldonkey-2.5.21-r1.ebuild,
  +mldonkey-2.5.27-r1.ebuild, -mldonkey-2.5.27.ebuild:
  Version bump, closes #60714.

  16 Aug 2004; Guy Martin <gmsoft@gentoo.org> mldonkey-2.5.16-r8.ebuild:
  Marked stable on hppa (#60390).

  14 Aug 2004; Jon Hood <squinky86@gentoo.org> mldonkey-2.5.27.ebuild:
  Fix DEPEND on ocaml and gtk2 use invocation; thanks xake and gustavoz, #58891.

*mldonkey-2.5.27 (13 Aug 2004)

  13 Aug 2004; Jon Hood <squinky86@gentoo.org> -mldonkey-2.5.22-r1.ebuild,
  +mldonkey-2.5.27.ebuild:
  Version bump, closes #58891. Thanks Benjamin Schleinzer <thor@4players.de> and
  spiralvoice <spiralvoice@hotmail.com>. Remove non-working ebuild.

*mldonkey-2.5.16-r8 (08 Aug 2004)

  08 Aug 2004; Jon Hood <squinky86@gentoo.org> +mldonkey-2.5.16-r8.ebuild:
  Version bump. Closes #57956.

  05 Aug 2004; Jon Hood <squinky86@gentoo.org> -mldonkey-2.5.16-r5.ebuild,
  -mldonkey-2.5.16-r6.ebuild, mldonkey-2.5.16-r7.ebuild:
  Stable on x86.

  04 Aug 2004; Jon Hood <squinky86@gentoo.org> files/mldonkey.initd:
  Fix init script thanks to Antonio <netbix@tiscali.it> in #58331 and
  Tiv <tivadar.szemethy@vanderbilt.edu> in #59435.

*mldonkey-2.5.22-r1 (03 Aug 2004)

  03 Aug 2004; Jon Hood <squinky86@gentoo.org> +mldonkey-2.5.22-r1.ebuild:
  Version bump, masking until issues in #58891 are resolved. Thanks to Benjamin
  Schleinzer <thor@4players.de> and spiralvoice <spiralvoice@hotmail.com>.

  30 Jul 2004; Jon Hood <squinky86@gentoo.org> files/mldonkey
  -mldonkey-2.5.16-r4.ebuild, mldonkey-2.5.16-r6.ebuild,
  files/mldonkey.initd, -files/97mldonkey,
  -files/mldonkey-2.5.16-16g.patch, -files/mldonkey-2.5.16-oldbt.patch:
  fix init script irt #58857
  Stable on x86; remove old version.
  Remove unused patches and files

  27 Jul 2004; Guillaume Destuynder <kang@gentoo.org>
  mldonkey-2.5.16-r(4,5,6,7).ebuild,
  mldonkey-2.5.21-r(1,2).ebuild:
  Fixed #58526, incorrect enewuser usage

  19 Jul 2004; Jon Hood <squinky86@gentoo.org> mldonkey-2.5.16-r5.ebuild:
  stable on x86

  15 Jul 2004; Jon Hood <squinky86@gentoo.org> files/mldonkey:
  fix mldonkey init script for more options; thanks to Matthias Bernges
  <matthiasbernges@gmx.de> for the updates

*mldonkey-2.5.16-r7 (06 Jul 2004)

  06 Jul 2004; Jon Hood <squinky86@gentoo.org> +mldonkey-2.5.16-r7.ebuild:
  version bump irt #55555, change all ocaml dependencies to >=3.07

  04 Jul 2004; Jon Hood <squinky86@gentoo.org> mldonkey-2.5.21-r2.ebuild:
  fix RDEPEND on lablgtk, closes #56081

  28 Jun 2004; Jon Hood <squinky86@gentoo.org> mldonkey-2.5.16-r6.ebuild,
  mldonkey-2.5.21-r2.ebuild:
  ebuild cleanups thanks to spiralvoice in #54530

*mldonkey-2.5.16-r6 (28 Jun 2004)

  28 Jun 2004; Jon Hood <squinky86@gentoo.org> +mldonkey-2.5.16-r6.ebuild:
  version bump

  20 Jun 2004; Jon Hood <squinky86@gentoo.org> -mldonkey-2.5.16-r3.ebuild,
  mldonkey-2.5.16-r4.ebuild:
  stable on x86

*mldonkey-2.5.16-r5 (18 Jun 2004)

*mldonkey-2.5.21-r2 (18 Jun 2004)

  18 Jun 2004; Jon Hood <squinky86@gentoo.org> +mldonkey-2.5.16-r5.ebuild,
  -mldonkey-2.5.18.ebuild, -mldonkey-2.5.19.ebuild, -mldonkey-2.5.20.ebuild,
  +mldonkey-2.5.21-r2.ebuild, -mldonkey-2.5.21.ebuild,
  -files/mldonkey-2.5.18-configure.patch,
  -files/mldonkey-2.5.19-configure.patch,
  -files/mldonkey-2.5.20-configure.patch:
  version bumps; thanks to teedog <teedog@myrealbox.com> in #54260 and #52032;
  ebuild cleanups (2.5.16 is stable branch, 2.5.21 is testing branch)

*mldonkey-2.5.16-r4 (21 May 2004)

  15 Jun 2004; Jon Hood <squinky86@gentoo.org> :
  version bump of prefered branch of mldonkey, thanks to teedog
  <teedog@myrealbox.com>, #53363

*mldonkey-2.5.21-r1 (21 May 2004)

  21 May 2004; Jon Hood <squinky86@gentoo.org> -mldonkey-2.5.11.ebuild,
  -mldonkey-2.5.12.ebuild, -mldonkey-2.5.16-r1.ebuild,
  -mldonkey-2.5.16-r2.ebuild, mldonkey-2.5.16-r3.ebuild,
  -mldonkey-2.5.16.ebuild, +mldonkey-2.5.21-r1.ebuild, mldonkey-2.5.21.ebuild,
  -mldonkey-2.5.4.ebuild:
  cleanup ebuilds; version bump; apply changes from #51496

  11 May 2004; Guy Martin <gmsoft@gentoo.org> :
  Marked stable on hppa.

*mldonkey-2.5.21 (05 May 2004)

  05 May 2004; Jon Hood <squinky86@gentoo.org>
  +files/mldonkey-2.5.21-configure.patch, +mldonkey-2.5.21.ebuild:
  Wow, three version bumps in a day! Recloses #49847.

*mldonkey-2.5.20 (05 May 2004)

  05 May 2004; Jon Hood <squinky86@gentoo.org>
  +files/mldonkey-2.5.20-configure.patch, +mldonkey-2.5.20.ebuild:
  version bump, closes #49847

*mldonkey-2.5.19 (05 May 2004)

  05 May 2004; Martin Holzer <mholzer@gentoo.org> mldonkey-2.5.19.ebuild,
  files/mldonkey-2.5.19-configure.patch:
  Version bumped.

  26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mldonkey-2.5.11.ebuild,
  mldonkey-2.5.12.ebuild, mldonkey-2.5.16-r1.ebuild,
  mldonkey-2.5.16-r2.ebuild, mldonkey-2.5.16.ebuild, mldonkey-2.5.4.ebuild:
  Add die following econf for bug 48950

*mldonkey-2.5.18 (17 Apr 2004)

  17 Apr 2004; Martin Holzer <mholzer@gentoo.org> mldonkey-2.5.18.ebuild,
  files/mldonkey-2.5.18-configure.patch:
  Version bumped.

  17 Apr 2004; Martin Holzer <mholzer@gentoo.org> mldonkey-2.5.16-r2.ebuild,
  mldonkey-2.5.16-r3.ebuild:
  adding make depend. closes 47329

*mldonkey-2.5.16-r3 (13 Apr 2004)

  13 Apr 2004; Martin Holzer <mholzer@gentoo.org> mldonkey-2.5.16-r2.ebuild,
  mldonkey-2.5.16-r3.ebuild:
  updating patch. big fix for 47329.

*mldonkey-2.5.16-r2 (07 Apr 2004)
*mldonkey-2.5.16-r1 (07 Apr 2004)

  07 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  mldonkey-2.5.16-r1.ebuild, mldonkey-2.5.16-r2.ebuild,
  files/mldonkey-2.5.16-16g.patch, files/mldonkey-2.5.16-configure.patch,
  files/mldonkey-2.5.16-oldbt.patch:
  -r1 has the old, pre 16 bittorrent code. -r2 has threading enabled as two
  solution options to bug #45471 and #46409.

  17 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> files/mldonkey,
  files/mldonkey.initd:
  updated init script for small fix.  See bug #44563

  12 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
  mldonkey-2.5.11.ebuild, mldonkey-2.5.12.ebuild, mldonkey-2.5.16.ebuild:
  Fixed lablgtk DEPEND to accept any 1.x version but not the 2.x versions... bug
  #44227.

*mldonkey-2.5.16 (10 Mar 2004)

  10 Mar 2004; Hanno Boeck <hanno@gentoo.org> mldonkey-2.5.16.ebuild:
  Version bump.

  24 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> metadata.xml,
  mldonkey-2.5.11.ebuild, mldonkey-2.5.12.ebuild:
  Fixed installed documentation (Bug #41764).
  Fixed init.d script (Bug #41347).

  17 Feb 2004; Aron Griffis <agriffis@gentoo.org> mldonkey-2.5.12.ebuild:
  add ~alpha and ~ia64

*mldonkey-2.5.12 (16 Feb 2004)

  16 Feb 2004; Martin Holzer <mholzer@gentoo.org> mldonkey-2.5.12.ebuild:
  Version bumped.

*mldonkey-2.5.11 (11 Feb 2004)

  11 Feb 2004; Martin Holzer <mholzer@gentoo.org> mldonkey-2.5.11.ebuild:
  Version bumped.

  22 Jan 2004; Matthieu Sozeau <mattam@gentoo.org> mldonkey-2.5.3-r1.ebuild,
  mldonkey-2.5.3-r2.ebuild, mldonkey-2.5.4.ebuild:
  Changed lablgtk dependancies to =lablgtk-1.2.5 before lablgtk-2 inclusion.

  18 Dec 2003; Heinrich Wendel <lanius@gentoo.org> mldonkey-2.5.4.ebuild:
  Moved enewuser to src_install, so the home directory is created.
  It was in pkg_setup but the image dir will be cleaned before src_install.

  30 Nov 2003; Jeremy Maitin-Shepard <jbms@gentoo.org>
  mldonkey-2.5.3-r1.ebuild, mldonkey-2.5.3-r2.ebuild, mldonkey-2.5.4.ebuild:
  Changed `either' to 'also' in the post-install message.
  Bug reported by Adam <adam@tpetaccia.com>.

  19 Nov 2003; Heinrich Wendel <lanius@gentoo.org> mldonkey-2.5.4.ebuild:
  inherit eutils to fix enewuser, thx to iggy for pointing that out

  18 Oct 2003; Heinrich Wendel <lanius@gentoo.org> mldonkey-2.5.4.ebuild:
  fixed compiling with ocaml 3.07

*mldonkey-2.5.4 (17 Oct 2003)

  17 Oct 2003; Heinrich Wendel <lanius@gentoo.org> mldonkey-2.5-r1.ebuild,
  mldonkey-2.5.4.ebuild, files/mldonkey:
  version bump / --enable-batch mode / additionaly docs / bug #30983 / bug #31228

  07 Oct 2003; Martin Holzer <mholzer@gentoo.org> mldonkey-2.5.3-r1.ebuild,
  mldonkey-2.5.3-r2.ebuild:
  fixing ocml version. closes #29996

*mldonkey-2.5.3-r2 (24 Sep 2003)

  24 Sep 2003; Markus Nigbur <pyrania@gentoo.org> mldonkey-2.5.3-r2.ebuild,
  files/mldonkey.initd:
  Bugfixes in the initscript (bug #29374)

  10 Sep 2003; Caleb Tennis <caleb@gentoo.org> mldonkey-2.5.3-r1.ebuild:
  Rethink the config files - bug #27005

  17 Aug 2003; Martin Holzer <mholzer@gentoo.org> mldonkey-2.5.3-r1.ebuild:
  Marked x86 stable.

*mldonkey-2.5.3-r1 (06 Aug 2003)

  06 Aug 2003; Caleb Tennis <caleb@gentoo.org> mldonkey-2.5.3-r1.ebuild:
  Added extra functionality, like a new p2p user and some added features.
  Thanks to Julian Hoch, this closes bug #25695.

*mldonkey-2.5.3 (17 Jun 2003)

  17 Jun 2003; Caleb Tennis <caleb@gentoo.org> mldonkey-2.5.3.ebuild:
  Version bump to 2.5-3.  E-Build submitted by Gregorio Guidi (bug #22605).

*mldonkey-2.5-r1 (02 Jun 2003)

  02 Jun 2003; Caleb Tennis <caleb@gentoo.org> mldonkey-2.5-r1.ebuild, mldonkey:
  New revision based on the fact the old ebuild (2.5) didn't work 100% properly.
  Thanks to Gregorio Guidi for the submission - closes bug #20884.

*mldonkey-2.5 (28 May 2003)

  28 May 2003; Caleb Tennis <caleb@gentoo.org> mldonkey-2.5.ebuild:
  version bump, thanks to Sridhar Dhanapalan (bug #21764)

*mldonkey-2.04_rc1 (23 Mar 2003)

  23 Mar 2003; Hannes Mehnert <hannes@gentoo.org> mldonkey-2.04_rc1.ebuild:
  version bump, thanks to Vesa Kaihlavirta <vpkaihla@cc.jyu.fi> (bug #17365)

*mldonkwy-2.02-r2 (26 Jan 2003)

  26 Jan 2003; Hannes Mehnert <hannes@gentoo.org> mldonkey-2.02-r2.ebuild:
  new pango-patches, thanks to spam@matzsoft.de (Mathias Menzel-Nielsen)
  (bug #14370)

  14 Jan 2003; Hannes Mehnert <hannes@gentoo.org> mldonkey-2.01-r1.ebuild:
  fixed SRC_URI

*mldonkey-2.02-r1 (03 Jan 2003)

  28 Jan 2003; Jon Nall <nall@gentoo.org> mldonkey-2.02-r1.ebuild :
  added ~ppc

  03 Jan 2003; Hannes Mehnert <hannes@gentoo.org> mldonkey-2.02-r1.ebuild:
  added pango patch if USE=mldonkeypango is set.

*mldonkey-2.02 (24 Dec 2002)

  24 Dec 2002; J.Alberto Suarez L. <bass@gentoo.org> mldonkey-2.02.ebuild:
  New version.
  Some changes in the ebuil: removed pango patch, 'N' variable introduced for src.
  Merry XMas =D

*mldonkey-2.01-r1 (15 Dec 2002)

  16 Dec 2002; Seemant Kulleen <seemant@gentoo.org> mldonkey-2.01.ebuild
  mldonkey-2.01-r1.ebuild :

  Moved 2.01 to stable, and changed the configure settings slightly.  Should
  go into /var not /usr/var for the state stuff and use econf instead

  12 Dec 2002; Hannes Mehnert <hannes@mehnert.org> mldonkey-2.01-r1.ebuild:
  included patch from http://concept.free.free.fr/mldonkey/

*mldonkey-2.01 (12 Dec 2002)

  12 Dec 2002; Hannes Mehnert <hannes@mehnert.org> mldonkey-2.01.ebuild:
  version bump

*mldonkey-2.00-r1 (09 Dec 2002)

  09 Dec 2002; Hannes Mehnert <hannes@mehnert.org> mldonkey-2.00-r1.ebuild:
  this ebuild is now from source. Thanks to gentoo-bug@loitsch.org (Christian
  Loitsch) for submission (bug #9677)

  26 Jun 2002; Thilo Bangert <bangert@gentoo.org> :

  move to net-p2p

  16 jun 2002; J. Alberto Suárez L. <bass@gentoo.org> mldonkey-1.16.ebuild : 

  First relase