summaryrefslogtreecommitdiff
blob: 2277e30a6801e311ae0331f85b23ec35d6cc8e59 (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
# ChangeLog for mail-client/mutt
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.118 2007/08/16 20:30:10 ferdy Exp $

  16 Aug 2007; Fernando J. Pereda <ferdy@gentoo.org>
  files/mutt-1.5.16-parallel-make.patch, mutt-1.5.16.ebuild:
  Hopefully fix parallel make for every USE combination

  11 Aug 2007; Steve Dibb <beandog@gentoo.org> mutt-1.5.16.ebuild:
  amd64 stable, security bug 178003

  10 Aug 2007; Markus Rothe <corsair@gentoo.org> mutt-1.5.16.ebuild:
  Stable on ppc64; bug #178003

  09 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> mutt-1.5.16.ebuild:
  Stable on sparc wrt security #178003

  09 Aug 2007; Raúl Porcel <armin76@gentoo.org> mutt-1.5.16.ebuild:
  alpha/ia64 stable wrt security #178003

  09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> mutt-1.5.16.ebuild:
  ppc stable, bug #178003

  09 Aug 2007; Fernando J. Pereda <ferdy@gentoo.org> mutt-1.5.16.ebuild:
  The nntp patch was faulty. Bumping patchset to -r1, no revbump to avoid
  silly recompiles.

  09 Aug 2007; Christian Faulhammer <opfer@gentoo.org> mutt-1.5.16.ebuild:
  stable x86, security bug 178003

  09 Aug 2007; Jeroen Roovers <jer@gentoo.org> mutt-1.5.16.ebuild:
  Stable for HPPA (bug #178003).

  08 Aug 2007; Fernando J. Pereda <ferdy@gentoo.org>
  +files/mutt-1.5.16-parallel-make.patch:
  Add mutt-1.5.16-parallel-make, oooops.

*mutt-1.5.16 (08 Aug 2007)

  08 Aug 2007; Fernando J. Pereda <ferdy@gentoo.org> +mutt-1.5.16.ebuild:
  Add mutt-1.5.16 fixing bugs #182160, #174080, #178003 and #175023.

*mutt-1.5.15-r2 (13 Apr 2007)

  13 Apr 2007; Fernando J. Pereda <ferdy@gentoo.org> -mutt-1.5.15-r1.ebuild,
  +mutt-1.5.15-r2.ebuild:
  New patchset to fix bug #174403. Remove -r1 since it contains a buggy
  compressed patch.

  12 Apr 2007; Fernando J. Pereda <ferdy@gentoo.org> mutt-1.5.15-r1.ebuild:
  Remove some deprecated options and use flags, thanks to exg.

*mutt-1.5.15-r1 (12 Apr 2007)

  12 Apr 2007; Fernando J. Pereda <ferdy@gentoo.org>
  +files/mutt-1.5.15-parallel-make.patch, -mutt-1.5.15.ebuild,
  +mutt-1.5.15-r1.ebuild:
  Refresh nntp patch in our patchset. Add smtp support as per bug #174123. Fix
  parallel make as per bug #173969. Fix dependencies. Remove 1.5.15-r0

  10 Apr 2007; Fernando J. Pereda <ferdy@gentoo.org> mutt-1.5.15.ebuild:
  Force -j1 as per bug #173969

*mutt-1.5.15 (09 Apr 2007)

  09 Apr 2007; Fernando J. Pereda <ferdy@gentoo.org> +mutt-1.5.15.ebuild:
  New upstream version. Added sidebar patch to our patchset

*mutt-1.5.14 (20 Mar 2007)

  20 Mar 2007; Fernando J. Pereda <ferdy@gentoo.org> +mutt-1.5.14.ebuild:
  New upstream version.

  18 Mar 2007; Marius Mauch <genone@gentoo.org> mutt-1.5.11-r2.ebuild,
  mutt-1.5.12.ebuild, mutt-1.5.13.ebuild, mutt-1.5.13-r1.ebuild,
  mutt-1.5.13-r2.ebuild:
  Replacing einfo with elog

  10 Mar 2007; Peter Weller <welp@gentoo.org> mutt-1.5.13-r1.ebuild:
  Keyworded ~x86-fbsd

*mutt-1.5.13-r2 (22 Nov 2006)

  22 Nov 2006; Fernando J. Pereda <ferdy@gentoo.org>
  +files/mutt-1.5.13-paranoid-temp-file.patch, +mutt-1.5.13-r2.ebuild:
  Fix for bug #154310

  11 Nov 2006; Alexander H. Færøy <eroyf@gentoo.org>
  mutt-1.5.13-r1.ebuild:
  Stable on MIPS. Bug 152657.

  28 Oct 2006; Tom Knight <tomk@gentoo.org> mutt-1.5.13-r1.ebuild:
  Stable on amd64. Bug #152657

  26 Oct 2006; Jason Wever <weeve@gentoo.org> mutt-1.5.13-r1.ebuild:
  Stable on SPARC wrt bug #152657.

  25 Oct 2006; Chris White <chriswhite@gentoo.org> mutt-1.5.13-r1.ebuild:
  ppc stable for bug #152657.

  25 Oct 2006; Joshua Jackson <tsunam@gentoo.org> mutt-1.5.13-r1.ebuild:
  Stable x86; bug #152657

  25 Oct 2006; Jeroen Roovers <jer@gentoo.org> mutt-1.5.13-r1.ebuild:
  Stable for HPPA (bug #152657).

  24 Oct 2006; Markus Rothe <corsair@gentoo.org> mutt-1.5.13-r1.ebuild:
  Stable on ppc64; bug #152657

  21 Oct 2006; Aron Griffis <agriffis@gentoo.org> mutt-1.5.13-r1.ebuild:
  Mark 1.5.13-r1 stable on alpha/ia64

  02 Oct 2006; Fabian Groffen <grobian@gentoo.org> mutt-1.5.11-r2.ebuild,
  mutt-1.5.12.ebuild, mutt-1.5.13.ebuild, mutt-1.5.13-r1.ebuild:
  Dropped ppc-macos keyword, as we don't have all dependencies any more. We
  live on in the prefix.

*mutt-1.5.13-r1 (11 Sep 2006)

  11 Sep 2006; Fernando J. Pereda <ferdy@gentoo.org>
  +files/mutt-1.5.13-sasl.patch, +mutt-1.5.13-r1.ebuild:
  Add a patch to fix mutt with dev-libs/cyrus-sasl-2.1.22. Fixes bug #146696.
  Thanks to Sebastian <sebastian_ml@gmx.net>

  04 Sep 2006; Fernando J. Pereda <ferdy@gentoo.org> -mutt-1.5.11.ebuild:
  Remove mutt-1.5.11 wrt bug #140514

  03 Sep 2006; Joshua Kinard <kumba@gentoo.org> mutt-1.5.11-r2.ebuild:
  Marked stable on mips.

  14 Aug 2006; Fernando J. Pereda <ferdy@gentoo.org>
  -files/8patch-1.5.6.dyc.source_stat, -files/mutt-1.5.9-nodoc.patch,
  -files/mutt-1.5.9-sasl.patch, -files/mutt-1.5.10-nodoc.patch,
  -mutt-1.4.2.1.ebuild, -mutt-1.5.8-r1.ebuild, -mutt-1.5.8-r2.ebuild,
  -mutt-1.5.9.ebuild, -mutt-1.5.10-r1.ebuild, -mutt-1.5.11-r1.ebuild:
  Security cleanup wrt bug #140514.

*mutt-1.5.13 (14 Aug 2006)

  14 Aug 2006; Fernando J. Pereda <ferdy@gentoo.org> mutt-1.4.2.1.ebuild,
  mutt-1.5.8-r1.ebuild, mutt-1.5.8-r2.ebuild, mutt-1.5.9.ebuild,
  mutt-1.5.10-r1.ebuild, mutt-1.5.11.ebuild, mutt-1.5.11-r1.ebuild,
  +mutt-1.5.13.ebuild:
  Version bump. Fixed dependencies on =sys-libs/slang-1* as per bug #141947.
  Changed invalid values for WANT_AUTOCONF as per bug #143429.

  07 Aug 2006; Fernando J. Pereda <ferdy@gentoo.org>
  +files/mutt-1.5.12-fix-pop-c.patch, mutt-1.5.12.ebuild:
  Fix for bug #142520. Thanks to Pablo Antonio <pabloa@gmail.com>

*mutt-1.5.12 (30 Jul 2006)

  30 Jul 2006; Fernando J. Pereda <ferdy@gentoo.org>
  -mutt-1.5.11-r30.ebuild, +mutt-1.5.12.ebuild:
  Version bump, bug #141033. Reported by Shark <shark@bitchx.it>.

  13 Jul 2006; Aron Griffis <agriffis@gentoo.org> mutt-1.5.11-r2.ebuild:
  Mark 1.5.11-r2 stable on ia64

  28 Jun 2006; Luis Medinas <metalgod@gentoo.org> mutt-1.5.11-r2.ebuild:
  Stable on amd64. See security bug #138125.

  27 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> mutt-1.5.11-r2.ebuild:
  Stable on sparc wrt security #138125

  27 Jun 2006; Fernando J. Pereda <ferdy@gentoo.org> mutt-1.5.11-r2.ebuild:
  Stable on alpha (bug #138125)

  27 Jun 2006; Rene Nussbaumer <killerfox@gentoo.org> mutt-1.5.11-r2.ebuild:
  Stable on hppa. See bug #138125.

  27 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> mutt-1.5.11-r2.ebuild:
  Stable on x86 wrt bug #138125.

  27 Jun 2006; Markus Rothe <corsair@gentoo.org> mutt-1.5.11-r2.ebuild:
  Stable on ppc64; bug #138125

  27 Jun 2006; Fabian Groffen <grobian@gentoo.org> mutt-1.5.11-r2.ebuild:
  Marked ppc-macos stable (bug #138125)

  27 Jun 2006; Emanuele Giaquinta <exg@gentoo.org> mutt-1.5.11-r2.ebuild:
  Stable on ppc; bug #138125

  27 Jun 2006; Fernando J. Pereda <ferdy@gentoo.org> mutt-1.5.11-r2.ebuild:
  Remove explicit autoconf and automake dependencies.

*mutt-1.5.11-r2 (27 Jun 2006)

  27 Jun 2006; Fernando J. Pereda <ferdy@gentoo.org>
  +files/mutt-1.5.11-imap-browse.patch, +mutt-1.5.11-r2.ebuild:
  Add a patch to fix security bug #138125. Also use autotools.eclass to
  reconfigure the build framework when needed.

*mutt-1.5.11-r30 (18 May 2006)

  18 May 2006; Fernando J. Pereda <ferdy@gentoo.org>
  +mutt-1.5.11-r30.ebuild:
  Add a package.mask'd version for patch testing.

  20 Feb 2006; Joshua Kinard <kumba@gentoo.org> mutt-1.5.11.ebuild:
  Marked stable on mips.

*mutt-1.5.11-r1 (26 Nov 2005)

  26 Nov 2005; Fernando J. Pereda <ferdy@gentoo.org>
  +files/mutt-1.5.11-fix-smime.patch, +mutt-1.5.11-r1.ebuild:
  Fix smime sign handling wrt bug #113593

  25 Nov 2005; Fabian Groffen <grobian@gentoo.org> mutt-1.5.11.ebuild:
  Marked ppc-macos (bug #112609)

  19 Nov 2005; Markus Rothe <corsair@gentoo.org> mutt-1.5.11.ebuild:
  Stable on ppc64; bug #112609

  18 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> mutt-1.5.11.ebuild:
  Stable on hppa, ppc.

  15 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org> mutt-1.5.11.ebuild:
  Stable on sparc wrt #112609

  15 Nov 2005; Aron Griffis <agriffis@gentoo.org> mutt-1.5.11.ebuild:
  Mark 1.5.11 stable on alpha/amd64/ia64/x86

  29 Sep 2005; Fabian Groffen <grobian@gentoo.org> mutt-1.5.11.ebuild:
  Rekeywording for ~ppc-macos (bug #106498)

  19 Sep 2005; Fernando J. Pereda <ferdy@gentoo.org>
  +files/mutt-1.5.11-sasl.patch, mutt-1.5.11.ebuild:
  fix sasl wrt bug #106545

*mutt-1.5.11 (19 Sep 2005)

  19 Sep 2005; Fernando J. Pereda <ferdy@gentoo.org> metadata.xml,
  +mutt-1.5.11.ebuild:
  version bump. dropped ppc-macos keyword wrt bug #106498. adding myself to
  metadata

*mutt-1.5.10-r1 (17 Aug 2005)

  17 Aug 2005; Aron Griffis <agriffis@gentoo.org> -mutt-1.5.10.ebuild,
  +mutt-1.5.10-r1.ebuild:
  Bump to 1.5.10-r1 to push out slang change.  Add collapse_flagged patch #71351

  17 Aug 2005; Aron Griffis <agriffis@gentoo.org> mutt-1.5.10.ebuild:
  Stop honoring USE=slang #96603 #102558 #57416

*mutt-1.5.10 (17 Aug 2005)

  17 Aug 2005; Aron Griffis <agriffis@gentoo.org>
  +files/mutt-1.5.10-nodoc.patch, mutt-1.4.2.1.ebuild, mutt-1.5.9.ebuild,
  +mutt-1.5.10.ebuild:
  Bump to 1.5.10 #102183. Add imap-fcc-status patch, suggested by Pedro
  Algarvio. This patch is primarily useful for people that send mail with
  Courier IMAP's outbox feature. Remove the edit_threads and header_cache
  patches since these are now integrated into 1.5.10. Re-enable berkdb for
  header caching; it didn't work in 1.5.9.

  15 Aug 2005; Aron Griffis <agriffis@gentoo.org> mutt-1.5.9.ebuild:
  mutt-1.5.9 doesn't build with berkdb, so disable hcache unless USE=gdbm.
  This is fixed in 1.5.10, so whenever that lands in portage, we can re-enable
  it #95139

  15 Aug 2005; Aron Griffis <agriffis@gentoo.org> mutt-1.5.9.ebuild:
  Explicitly disable sasl-1 as we do in the muttng ebuild

  11 Aug 2005; Aron Griffis <agriffis@gentoo.org>
  +files/mutt-1.5.9-sasl.patch, mutt-1.5.9.ebuild:
  Fix configure.in to work correctly when --without-sasl is specified

  11 Aug 2005; Aron Griffis <agriffis@gentoo.org> mutt-1.5.9.ebuild:
  Disable sasl unless pop or imap is specified; it's the same as ssl or gnutls
  in that regard

  11 Aug 2005; Aron Griffis <agriffis@gentoo.org>
  +files/mutt-1.5.9-nodoc.patch, -files/muttng-20050809-nodoc.patch,
  mutt-1.5.9.ebuild:
  Fix the nodoc patch to apply to mutt. The muttng patch didn't apply
  correctly. Use --with-mailpath instead of --with-maildir #100831

  11 Aug 2005; Aron Griffis <agriffis@gentoo.org> mutt-1.4.2.1.ebuild,
  mutt-1.5.8-r1.ebuild, mutt-1.5.8-r2.ebuild, mutt-1.5.9.ebuild:
  Move imap warning to pkg_setup. Mention quick start guide in pkg_postinst
  #77315

*mutt-1.5.9 (11 Aug 2005)

  11 Aug 2005; Aron Griffis <agriffis@gentoo.org>
  +files/muttng-20050809-nodoc.patch, +mutt-1.5.9.ebuild:
  Bump to 1.5.9, finally!  This includes an update to the nntp patch, and stops
  trying to use the non-existent auto_decode_patch.
  
  Sync with muttng ebuild:
  - Honor gnutls, gpgme and pop USE-flags
  - Don't try to build sgml docs
  - Only use ssl when USE=pop or imap
  - Disable header-caching unless USE=gdbm or berkdb

  06 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> mutt-1.5.8-r2.ebuild:
  Stable on mips.

  06 Jun 2005; Markus Rothe <corsair@gentoo.org> mutt-1.5.8-r2.ebuild:
  Stable on ppc64

  27 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> mutt-1.5.8-r2.ebuild:
  Stable on sparc

  27 May 2005; Rene Nussbaumer <killerfox@gentoo.org> mutt-1.5.8-r2.ebuild:
  Stable on hppa

  27 May 2005; Joseph Jezak <josejx@gentoo.org> mutt-1.5.8-r2.ebuild:
  Marked ppc stable.

  26 May 2005; Aron Griffis <agriffis@gentoo.org> mutt-1.5.8-r2.ebuild:
  stable on alpha amd64 ia64 x86

  29 Apr 2005; Lina Pezzella <j4rg0n@gentoo.org> mutt-1.5.8-r1.ebuild:
  Stable ppc-macos

  28 Apr 2005; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6-r2.ebuild,
  mutt-1.5.6-r3.ebuild:
  Fix digest problem for patch that was updated locally but got mixed up on
  the mirrors #90767

  09 Apr 2005; Markus Rothe <corsair@gentoo.org> mutt-1.5.8-r1.ebuild:
  Stable on ppc64

  01 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> mutt-1.5.8-r1.ebuild:
  Stable on hppa.

  26 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> mutt-1.5.8-r1.ebuild:
  Stable on ppc.

  25 Mar 2005; Aron Griffis <agriffis@gentoo.org> mutt-1.5.8-r2.ebuild:
  Update nntp patch to apply with assumed_charset. Thanks to Saleem A.
  (compnerd) in bug 85715 for updating the patch

  24 Mar 2005; Aron Griffis <agriffis@gentoo.org> mutt-1.5.8-r2.ebuild:
  Don't use emake for installation... duh #85790

  23 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org> mutt-1.5.8-r1.ebuild:
  Stable on sparc

  17 Mar 2005; Tom Martin <slarti@gentoo.org> mutt-1.5.8-r1.ebuild:
  Stable on amd64.

*mutt-1.5.8-r2 (17 Mar 2005)

  17 Mar 2005; Aron Griffis <agriffis@gentoo.org> mutt-1.5.8-r1.ebuild,
  +mutt-1.5.8-r2.ebuild:
  Mark 1.5.8-r1 stable on alpha, ia64, x86. In mutt-1.5.8-r2, add
  assumed_charset patch #70405, use emake #83413, and honor USE=buffysize to
  enable the buffysize workaround #72422. Thanks to Chris Korn for helping out
  with these patches and the updated ebuild

  17 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> mutt-1.5.6-r5.ebuild:
  Stable on ppc.

  28 Feb 2005; Gustavo Zacarias <gustavoz@gentoo.org> mutt-1.5.6-r5.ebuild:
  Stable on sparc

  25 Feb 2005; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6-r4.ebuild,
  mutt-1.5.6-r5.ebuild:
  Fix the nntp patch to apply to both -r4 and -r5. Bump the nntp patch to -r3
  since it has been updated. #83151

  21 Feb 2005; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6-r5.ebuild:
  Mark 1.5.6-r5 stable on alpha, amd64, ia64 and x86

  20 Feb 2005; Aron Griffis <agriffis@gentoo.org> mutt-1.5.8-r1.ebuild:
  Enable compressed folder support via --enable-compressed

*mutt-1.5.8-r1 (18 Feb 2005)

  18 Feb 2005; Aron Griffis <agriffis@gentoo.org> +mutt-1.5.8-r1.ebuild:
  Enable mixmaster support #80717

*mutt-1.5.8 (15 Feb 2005)

  15 Feb 2005; Aron Griffis <agriffis@gentoo.org> +mutt-1.5.8.ebuild:
  Bump to 1.5.8 and update all patches to apply

  06 Feb 2005; Joshua Kinard <kumba@gentoo.org> mutt-1.5.6-r4.ebuild:
  Marked stable on mips.

  05 Feb 2005; Michael Hanselmann <hansmi@gentoo.org> mutt-1.5.6-r4.ebuild:
  Stable on ppc.

  11 Jan 2005; Guy Martin <gmsoft@gentoo.org> mutt-1.5.6-r4.ebuild:
  Stable on hppa.

  01 Jan 2005; Markus Rothe <corsair@gentoo.org> mutt-1.5.6-r5.ebuild:
  Stable on ppc64

*mutt-1.5.6-r5 (24 Nov 2004)

  24 Nov 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.4.2.1.ebuild,
  mutt-1.5.6-r2.ebuild, mutt-1.5.6-r3.ebuild, mutt-1.5.6-r4.ebuild,
  +mutt-1.5.6-r5.ebuild, mutt-1.5.6.ebuild:
  Bump to -r5 with auto_decode_patch #66545 and updated header_cache
  patch.  Remove redundant dies after epatch and econf.  Fix DEPEND to
  include automake and autoconf regardless of USE=nntp since the
  header_cache patch also needs them.

  12 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> mutt-1.5.6-r4.ebuild:
  Stable on sparc

  11 Nov 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6-r4.ebuild:
  stable on x86 alpha ia64 amd64

*mutt-1.5.6-r4 (25 Sep 2004)

  25 Sep 2004; Andrej Kacian <ticho@gentoo.org> +mutt-1.5.6-r4.ebuild:
  Use newer headercache patchset. Closes #65060, reported by Horst Schirmeier
  <gentoo@schirmeier.com>.

  13 Sep 2004; Guy Martin <gmsoft@gentoo.org> mutt-1.5.6-r3.ebuild:
  Stable on hppa.

  31 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org> mutt-1.5.6-r3.ebuild:
  Stable on sparc

  23 Aug 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6-r3.ebuild:
  stable on alpha, amd64, ia64 and x86

  18 Aug 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6-r2.ebuild, 
  +mutt-1.5.6-r3.ebuild:
  Mark 1.5.6-r2 stable on alpha, ia64, x86. Bump to -r3 to pick up new
  header_cache patch #60435. This should be marked stable after a couple days.

  17 Aug 2004; Aron Griffis <agriffis@gentoo.org> files/Muttrc:
  There doesn't seem to be any reason to `unset mbox' in Muttrc, and it causes
  problems, so don't do it #60507

  17 Aug 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6-r2.ebuild:
  Modify nntp patch to co-exist with pgp_timeout patch by eliminating context
  for PATCHES file #59129

  17 Aug 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.4.2.1.ebuild,
  mutt-1.5.6-r2.ebuild, mutt-1.5.6.ebuild:
  Move some items to RDEPEND #60134

  29 Jul 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6-r2.ebuild:
  Fix bug 54177: Increase range of pgp_timeout setting with patch from
  http://www.woolridge.ca/mutt/

  23 Jul 2004; Mamoru KOMACHI <usata@gentoo.org> mutt-1.5.6-r2.ebuild:
  Added to macos, closing bug #57947

  12 Jul 2004; Tuan Van <langthang@gentoo.org> mutt-1.5.6-r2.ebuild,
  mutt-1.5.6.ebuild:
  moved IUSE below "inherit" line. Consolidate two lines of inherit into one.

  12 Jul 2004; Tuan Van <langthang@gentoo.org> mutt-1.5.6-r2.ebuild,
  mutt-1.5.6.ebuild:
  added cjk to IUSE.

  30 Jun 2004; Tom Gall <tgall@gentoo.org> mutt-1.5.6-r2.ebuild:
  stable on ppc64 #55664

  30 Jun 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6-r2.ebuild:
  add ~ppc64 #55664

  08 Jun 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6-r2.ebuild:
  Fix bug 52251 (mutt-1.5.6-r2 does not compile with autoconf-2.59-r4) with
  patch from Lars T. Mikkelsen

  05 Jun 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.4.2.1.ebuild:
  Fix use invocation

*mutt-1.5.6 (29 May 2004)

  29 May 2004; Seemant Kulleen <seemant@gentoo.org> +metadata.xml,
  +files/8patch-1.5.6.dyc.source_stat, +files/Muttrc, +files/Muttrc.mbox,
  +files/slang.patch, +mutt-1.4.2.1.ebuild, +mutt-1.5.6-r2.ebuild,
  +mutt-1.5.6.ebuild:
  Moved from net-mail/mutt to mail-client/mutt.

  26 May 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6-r2.ebuild:
  Fix bug 52008 (again): Require gdbm instead of bothering with Berkeley DB,
  which seems to be a maze of twisty passages

  26 May 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6-r2.ebuild:
  Update patch-1.5.6.vvv.nntp-gentoo-r1.bz2 to coincide with
  mutt-cvs-maildir-header-cache.16

*mutt-1.5.6-r2 (25 May 2004)

  25 May 2004; Aron Griffis <agriffis@gentoo.org> -mutt-1.5.4-r1.ebuild,
  -mutt-1.5.4.ebuild, -mutt-1.5.5.1.ebuild, -mutt-1.5.6-r1.ebuild,
  +mutt-1.5.6-r2.ebuild:
  Fix bug 52008 by bumping mutt-cvs-maildir-header-cache from .15 to .16 --
  thanks to khai for debugging

  24 May 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6-r1.ebuild,
  mutt-1.5.6.ebuild:
  Change doins to newins for Muttrc.mbox

  24 May 2004; Aron Griffis <agriffis@gentoo.org> -files/Muttrc.color,
  +files/Muttrc.mbox, mutt-1.5.6-r1.ebuild, mutt-1.5.6.ebuild:
  Fix bug 47121 (mutt installs strange Muttrc when USE=mbox) by installing
  files/Muttrc.mbox in that case

*mutt-1.5.6-r1 (24 May 2004)

  24 May 2004; Aron Griffis <agriffis@gentoo.org> +mutt-1.5.6-r1.ebuild:
  Add maildir header caching patch from
  http://wwwcip.informatik.uni-erlangen.de/~sithglan/mutt/ for bug 46842

  14 May 2004; Lars Weiler <pylon@gentoo.org> mutt-1.5.6.ebuild:
  Stable on ppc

  07 May 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6.ebuild:
  Add mailbase to DEPEND for bug 45513

  27 Mar 2004; Guy Martin <gmsoft@gentoo.org> mutt-1.5.6.ebuild:
  Marked stable on hppa.

  26 Mar 2004; <tuxus@gentoo.org> mutt-1.5.6.ebuild:
  Added mips to KEYWORDS.

  09 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> mutt-1.5.6.ebuild:
  Bumping amd64 to stable. Closing #43469.

  27 Feb 2004; Sven Blumenstein <bazik@gentoo.org> mutt-1.5.6.ebuild:
  Stable on sparc.

  26 Feb 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6.ebuild:
  stable on x86, alpha and ia64

  26 Feb 2004; Guy Martin <gmsoft@gentoo.org> mutt-1.5.5.1.ebuild:
  Marked stable on hppa.

  25 Feb 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6.ebuild,
  files/8patch-1.5.6.dyc.source_stat:
  Fix bug #42738 with patch submitted by José Romildo Malaquias

  25 Feb 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6.ebuild:
  Always apply slang fix, even when USE=vanilla

*mutt-1.4.2.1 (17 Feb 2004)

  17 Feb 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.4.2.1.ebuild,
  mutt-1.5.5.1.ebuild, mutt-1.5.6.ebuild:
  Add 1.4.2.1 since 1.5.x is officially the devel series

  13 Feb 2004; Lars Weiler <pylon@gentoo.org> mutt-1.5.6.ebuild,
  files/slang.patch:
  Fast and dirty patch for those who use mutt with USE="slang".  See bug
  #41312.  There should be an upstream patch soon.

  11 Feb 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.4.1-r1.ebuild,
  mutt-1.4.1.ebuild:
  remove insecurity-afflicted versions

  11 Feb 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.4-r1.ebuild,
  mutt-1.5.5.1.ebuild, mutt-1.5.6.ebuild:
  use WANT_AUTOCONF, not WANT_AUTOMAKE (bug 33919)

  11 Feb 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.4-r1.ebuild,
  mutt-1.5.4.ebuild, mutt-1.5.5.1.ebuild:
  change edit_threads URL, thanks to Tom Knight-Markiegi in bug 38320

*mutt-1.5.6 (11 Feb 2004)

  11 Feb 2004; Aron Griffis <agriffis@gentoo.org> mutt-1.5.6.ebuild:
  version bump to 1.5.6

  22 Feb 2004; Greg Fitzgerald <gregf@gentoo.org> mutt-1.5.5.1.ebuild:
  Bumped stable version to 1.5.5.1 this should fix some problems with
  WANT_AUTOCONF in version 1.4.1-r1

  18 Jan 2004; <tuxus@gentoo.org> mutt-1.4.1-r1.ebuild:
  Added ~mips to KEYWORDS.

  15 Jan 2004; Jon Portnoy <avenj@gentoo.org> mutt-1.5.4-r1.ebuild,
  mutt-1.5.5.1.ebuild :
  AMD64 keywords.

*mutt-1.5.5.1 (19 Nov 2003)

  19 Nov 2003; Greg Fitzgerald <gregf@gentoo.org> mutt-1.5.5.1.ebuild:
  Version bump.

  02 Oct 2003; Brad House <brad_mssw@gentoo.org> mutt-1.5.4.ebuild:
  add ~amd64 flag

  02 Oct 2003; Brad House <brad_mssw@gentoo.org> mutt-1.5.4.ebuild:
  add ~amd64 flag

  17 Sep 2003; Hallgrimur H. Gunnarsson <hhg@gentoo.org> mutt-1.5.4-r1.ebuild:
  Don't gzip manual. Added maildir to IUSE. See bug #28186

  09 Sep 2003; Aron Griffis <agriffis@gentoo.org> mutt-1.5.4-r1.ebuild:
  Mark stable on alpha

  15 Jul 2003; Christian Birchinger <joker@gentoo.org> mutt-1.5.4-r1.ebuild:
  Added sparc stable keyword

  07 Jul 2003; Peter Johanson <latexer@gentoo.org> mutt-1.5.4-r1.ebuild:
  unset WANT_AUTOMAKE_2_5 to fix compilation. bug #22787

*mutt-1.5.4-r1 (29 May 2003)

  05 Aug 2003; Guy Martin <gmsoft@gentoo.org> mutt-1.5.4-r1.ebuild :
  Marked stable on hppa.

  29 May 2003; Stanislav Brabec <utx@gentoo.org> mutt-1.4.1-r1.ebuild,
  mutt-1.5.4-r1.ebuild: Fixed mbox build (from mutt-1.4-r3). Added message
  about transparent background.

  26 Mar 2003; Peter Johanson <latexer@gentoo.org> :
  Changed 'use_enable ssl' to 'use_with ssl'. bug #18253

*mutt-1.5.4 (25 Mar 2003)

  31 Mar 2003; Aron Griffis <agriffis@gentoo.org> mutt-1.4.1.ebuild,
  mutt-1.5.4.ebuild:
  Fix bug 18427 on alpha by restricting optimization to -O2. This seems to be
  the same as bug 11170 on ppc.

  29 Mar 2003; Aron Griffis <agriffis@gentoo.org> mutt-1.5.4.ebuild:
  Disable on alpha until we debug it. At the moment it just segfaults when
  sorting the inbox.  See bug #18427

  29 Mar 2003; Masatomo Nakano <nakano@gentoo.org> mutt-1.5.4.ebuild:
  fixed bug. #18317

  25 Mar 2003; Peter Johanson <latexer@gentoo.org> mutt-1.5.4.ebuild:
  Version bump. thanks to knghtbrd for the ebuild

  14 Feb 2003; Guy Martin <gmsoft@gentoo.org> mutt-1.4-r3.ebuild :
  Added hppa to keywords.

*mutt-1.4.1-r1 (29 May 2003)
 
  13 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
  Added missing changelog entry.

*mutt-1.4.1 (22 Mar 2003)

  29 Mar 2003; Masatomo Nakano <nakano@gentoo.org> mutt-1.4.1.ebuild:
  fixed bug. #18317

  22 Mar 2003; Lars Weiler <pylon@gentoo.org> mutt-1.4.1.ebuild:
  version bump
  
  closes security bug 17857
  
  adds a feature for thread editing (bug 12165)
  change on ppc -O3 to -O2 so that it won't segfault on config-files with
  lines larger than 255 characters (closes bug 11170)

*mutt-1.4-r3 (03 Sept 2002)

  27 Feb 2003; Aron Griffis <agriffis@gentoo.org> mutt-1.4-r3.ebuild:
  Mark stable on alpha

  14 Feb 2003; Jungmin Seo <seo@gentoo.org> mutt-1.4-r3.ebuild :
  added pkg_setup. Now it needs WANT_JA variable to use the
  japanese patch.  This is to avoid the patch for korean or
  chinese.

  28 Jan 2003; Martin Holzer <mholzer@gentoo.org> mutt-1.4-r3.ebuild :
  Added mbox support. Closes #13234.

  14 Dec 2002; Aron Griffis <agriffis@gentoo.org> mutt-1.4-r3.ebuild :

  Added ~alpha to KEYWORDS

  07 Dec 2002; Jack Morgan <jmorgan@gentoo.org> mutt-1.4-r2.ebuild, mutt-1.4-r3.ebuild :
  Changed sparc64 to sparc keyword

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords

  16 Nov 2002; Calum Selkirk <cselkirk@gentoo.org> mutt-1.4-r3.ebuild :

  Changed the ebuild not to install an /etc/Muttrc if USE="mbox" is defined.
  "mbox" is the default behavior with mutt.

  22 Oct 2002; Seemant Kulleen <seemant@gentoo.org> mutt-1.4-r3.ebuild :

  SRC_URI fix by: jeffthorsett@hotmail.com (Jeff Thorsett) in bug #9503.

  03 Sept 2002; Calum Selkirk <cselkirk@gentoo.org> mutt-1.4-r3.ebuild 
  files/digest-mutt-1.4-r3 :

  Added the compressed folder patch. This closes bug #7398

*mutt-1.4-r2 (28 Jul 2002) 

  28 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> mutt-1.4-r2.ebuild :

  Tested the jp.patch on ppc
  Added ppc to keywords.

  28 Jul 2002; Stuart Bouyer <stubear@gentoo.org> mutt-1.4-r2.ebuild :

  Added patch for Japanese support (submitted by Cong 
  <vo.chi.cong-linux@is.titech.ac.jp> ). 
  Removed PPC from KEYWORDS, cause I can't test that the patch works on PPC.

*mutt-1.4-r1 (27 Jul 2002)

  28 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> mutt-1.4-r1.ebuild,
  mutt-1.3.28.ebuild, mutt-1.4.ebuild :

  Added PPC to KEYWORDS
  Seemant: the compressed folder patch author is Roland Rosenfeld
  <roland@spinnaker.de>.

  27 Jul 2002; Seemant Kulleen <seemant@gentoo.org> mutt-1.4-r1.ebuild :

  Enabled support for compressed folders.  Submitted by Lim Swee Tat
  <st_lim@eXtropia.com> in an email to me.

*mutt-1.4 (29 May 2002)

  29 Apr 2002; Ryan Phillips <rphillips@gentoo.org> mutt-1.4.ebuild :

  new version
  
*mutt-1.3.28-r1 (25 Apr 2002)

  25 Apr 2002; Ryan Phillips <rphillips@gentoo.org> mutt-1.3.28-r1.ebuild :

  Mutt couldn't fcntl() the ~/Mail directory on a NFS volume.  Changed
  ebuild to enable flock() support per bug #2005.

*mutt-1.3.28 (21 Mar 2002)

  21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> mutt-1.3.28.ebuild :

  Version upgrade to release candidate version.  Copied over the .25 ebuild.

*mutt-1.3.25 (21 Mar 2002)

  21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> mutt-1.3.25.ebuild :

  HTML documentation need not be gzipped.

*mutt-1.3.25 (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.