summaryrefslogtreecommitdiff
blob: 16d6cadb10ee8838b08bfada9f88cbde5128f109 (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
# ChangeLog for app-editors/vim
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.165 2005/05/23 10:19:56 ciaranm Exp $

*vim-6.3.074 (23 May 2005)

  23 May 2005; Ciaran McCreesh <ciaranm@gentoo.org> +vim-6.3.074.ebuild:
  Update to upstream patch 074. Add fixes for bug #92263, bug #93378.

  30 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> vim-6.3.068.ebuild:
  Stable on ia64.

  14 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> vim-6.3.068.ebuild:
  Stable on alpha.

  09 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> vim-6.3.068.ebuild:
  Stable on ppc.

  05 Apr 2005; Marcus D. Hanwell <cryos@gentoo.org> vim-6.3.068.ebuild:
  Marked stable on amd64.

  05 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> vim-6.3.068.ebuild:
  Stable on hppa.

  02 Apr 2005; Ciaran McCreesh <ciaranm@gentoo.org> vim-6.3.068.ebuild:
  x86 sparc mips stable

*vim-7.0_alpha20050326 (26 Mar 2005)

  26 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org>
  +vim-7.0_alpha20050326.ebuild:
  New vim7 snapshot, hopefully with working tcltk support (bug #86709)

*vim-6.3.068 (25 Mar 2005)

  25 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org> +vim-6.3.068.ebuild:
  New release. Fixes bug #79981, bug #81289, bug #83383, bug #83416, bug
  #83565, bug #85758, upstream patches up to 6.3.068.

  22 Mar 2005; Aron Griffis <agriffis@gentoo.org> vim-6.3-r4.ebuild:
  Stable on alpha

*vim-7.0_alpha20050321 (21 Mar 2005)

  21 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org>
  -vim-7.0_alpha20050308.ebuild, +vim-7.0_alpha20050321.ebuild:
  New vim7 snapshot

*vim-7.0_alpha20050308 (08 Mar 2005)

  08 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org> files/vim-completion,
  -vim-7.0_alpha20050122.ebuild, -vim-7.0_alpha20050126.ebuild,
  -vim-7.0_alpha20050201.ebuild, +vim-7.0_alpha20050308.ebuild:
  Updated vim7 snapshot

  06 Mar 2005; Marcus D. Hanwell <cryos@gentoo.org> vim-6.3-r4.ebuild:
  Marked stable on amd64.

  03 Mar 2005; Guy Martin <gmsoft@gentoo.org> vim-6.3-r4.ebuild:
  Stable on hppa.

  02 Mar 2005; Daniel Goller <morfic@gentoo.org> vim-6.3-r4.ebuild:
  Stable on ppc

  25 Feb 2005; Ciaran McCreesh <ciaranm@gentoo.org> vim-6.3-r4.ebuild:
  Fix RDEPEND, bug #83201

  17 Feb 2005; Ciaran McCreesh <ciaranm@gentoo.org> vim-6.3-r4.ebuild:
  Stable on x86, sparc, mips

  10 Feb 2005; Ciaran McCreesh <ciaranm@gentoo.org> vim-6.3-r2.ebuild,
  vim-6.3-r4.ebuild, vim-7.0_alpha20050122.ebuild,
  vim-7.0_alpha20050126.ebuild, vim-7.0_alpha20050201.ebuild:
  Block nvi and vim, bug #69852

*vim-7.0_alpha20050201 (01 Feb 2005)

  01 Feb 2005; Ciaran McCreesh <ciaranm@gentoo.org>
  +vim-7.0_alpha20050201.ebuild:
  Updated vim7 snapshot

*vim-7.0_alpha20050126 (26 Jan 2005)

  26 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org>
  -vim-7.0_alpha20050113.ebuild, +vim-7.0_alpha20050126.ebuild:
  Updated vim7 snapshot

*vim-7.0_alpha20050122 (22 Jan 2005)

  22 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org>
  +vim-7.0_alpha20050122.ebuild:
  Updated vim7 snapshot.

  22 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> +files/vim-completion:
  Add bash-completion script. For now this is vim-7 only. If it seems to work
  well, it'll be included in a later vim-6 revision.

*vim-6.3-r4 (21 Jan 2005)

  21 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> +vim-6.3-r4.ebuild:
  New version, using -r4 to keep in sync with vim-core. Includes upstream
  patches up to 6.3.058.

  15 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> -vim-6.2-r9.ebuild,
  -vim-6.3-r1.ebuild, vim-6.3-r2.ebuild, -vim-6.3.ebuild:
  Stable 6.3-r2 on arm, s390. Remove older versions.

*vim-7.0_alpha20050113 (13 Jan 2005)

  13 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org>
  -vim-7.0_alpha20041211.ebuild, +vim-7.0_alpha20050113.ebuild:
  Update vim7 snapshot

  10 Jan 2005; Aron Griffis <agriffis@gentoo.org>
  vim-7.0_alpha20041211.ebuild:
  add ~alpha

  28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

  14 Dec 2004; Akinori Hattori <hattya@gentoo.org> vim-6.3-r2.ebuild:
  stable on ia64, #bug #73715.

  14 Dec 2004; <SeJo@gentoo.org> vim-6.3-r2.ebuild:
  stable on ppc

  13 Dec 2004; Markus Rothe <corsair@gentoo.org> vim-6.3-r2.ebuild:
  Stable on ppc64

*vim-7.0_alpha20041211 (11 Dec 2004)

  11 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org>
  -vim-7.0_alpha20041128.ebuild, +vim-7.0_alpha20041211.ebuild:
  Update vim7 snapshots (still in package.mask)

  11 Dec 2004; Guy Martin <gmsoft@gentoo.org> vim-6.3-r2.ebuild:
  Stable on hppa.

  11 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-6.3-r2.ebuild:
  Stable on x86

  10 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> vim-6.3-r2.ebuild:
  Stable on alpha.

  09 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-6.3-r2.ebuild:
  sparc, mips stable

  09 Dec 2004; Simon Stelling <blubb@gentoo.org> vim-6.3-r2.ebuild:
  stable on amd64

*vim-6.3-r2 (09 Dec 2004)

  09 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> +vim-6.3-r2.ebuild:
  Update to 6.3.045 from vim.org, bug #73715

*vim-7.0_alpha20041128 (28 Nov 2004)

  28 Nov 2004; Ciaran McCreesh <ciaranm@gentoo.org>
  +vim-7.0_alpha20041128.ebuild:
  Added package.masked vim-7.0aa ebuilds. Not suitable for general use.

  20 Oct 2004; Akinori Hattori <hattya@gentoo.org> vim-6.3-r1.ebuild:
  stable on ia64, bug #66772

  05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> vim-6.3-r1.ebuild:
  Masked vim-6.3-r1.ebuild stable for ppc

  04 Oct 2004; Guy Martin <gmsoft@gentoo.org> vim-6.3-r1.ebuild:
  Stable on hppa.

  22 Sep 2004; Danny van Dyk <kugelfang@gentoo.org> vim-6.3-r1.ebuild:
  Marked stable on amd64 and s390.

  19 Sep 2004; Bryan Østergaard,,, <kloeri@gentoo.org> vim-6.3-r1.ebuild:
  Stable on alpha.

  18 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-6.3-r1.ebuild:
  Stable on x86, sparc, mips

*vim-6.3-r1 (11 Sep 2004)

  11 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> +vim-6.3-r1.ebuild:
  Update to 6.3.025.

  25 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> -vim-6.2-r7.ebuild,
  -vim-6.2-r8.ebuild:
  Remove old versions for eclass updates, bug #53777

  25 Jun 2004; Tom Gall <tgall@gentoo.org> vim-6.3.ebuild:
  stable on ppc64

  22 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> vim-6.3.ebuild:
  Stable on hppa

  21 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-6.2-r9.ebuild:
  Moving s390 stable up to 6.2-r9 so that I can tidy up older versions and
  update the eclass (the s390 development team is on extended leave).

  20 Jun 2004; Aron Griffis <agriffis@gentoo.org> vim-6.3.ebuild:
  Stable on alpha and ia64

  20 Jun 2004; Guy Martin <gmsoft@gentoo.org> vim-6.2-r9.ebuild:
  Marked stable on hppa.

  20 Jun 2004; Michael Hanselmann <hansmi@gentoo.org> vim-6.3.ebuild:
  Stable on ppc.

  20 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> vim-6.2-r9.ebuild:
  Stable on alpha.

  18 Jun 2004; Brandon Hale <tseng@gentoo.org> vim-6.3.ebuild:
  Stable on x86.

  19 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-6.3.ebuild:
  Stable on sparc, mips

  12 Jun 2004; Tom Gall <tgall@gentoo.org> vim-6.2-r9.ebuild: 
  stable on ppc64

  11 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> -vim-6.3_beta2.ebuild:
  Remove beta versions

*vim-6.3 (08 Jun 2004)

  08 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> +vim-6.3.ebuild:
  Version bump, bug #53295

  07 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-6.3_beta2.ebuild:
  Added in remaining keywords, bug #51705

  02 Jun 2004; Travis Tilley <lv@gentoo.org> vim-6.2-r9.ebuild:
  stable on amd64

  28 May 2004; Ian Leitch <port001@gentoo.org> vim-6.3_beta2.ebuild:
  Keyworded ~x86

  27 May 2004; Aron Griffis <agriffis@gentoo.org> vim-6.3_beta2.ebuild:
  Add ~ia64

  26 May 2004; Bryan Østergaard <kloeri@gentoo.org> :
  Keyworded ~alpha, bug #51705.

  26 May 2004; Luca Barbato <lu_zero@gentoo.org> vim-6.3_beta2.ebuild:
  Marked ~ppc

*vim-6.3_beta2 (21 May 2004)

  21 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> +vim-6.3_beta2.ebuild:
  Added vim 6.3b (as _beta2) ebuilds in preparation for 6.3 final. These are
  masked in package.mask. Only leaving in ~arch on archs for which I've tested,
  filing a bug for everyone else.

  12 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-6.2-r9.ebuild:
  Stable on sparc, mips

  10 May 2004; Aron Griffis <agriffis@gentoo.org> -vim-6.2-r3.ebuild,
  -vim-6.2-r5.ebuild, -vim-6.2-r6.ebuild, vim-6.2-r8.ebuild:
  Mark 6.2-r8 stable on all arches.  Prune older ebuilds

  01 May 2004; Aron Griffis <agriffis@gentoo.org> vim-6.2-r9.ebuild:
  Inadvertently committed with stable ppc64 keyword, change to ~ppc64

*vim-6.2-r9 (30 Apr 2004)

  30 Apr 2004; Ryan Phillips <rphillips@gentoo.org> vim-6.2-r9.ebuild:
  Includes patches up to 517 and selinux support

  19 Apr 2004; Tom Gall <tgall@gentoo.org> vim-6.2-r8.ebuild:
  added ppc64 keyboard, it's stable

*vim-6.2-r8 (09 Apr 2004)

  09 Apr 2004; Aron Griffis <agriffis@gentoo.org> +vim-6.2-r8.ebuild:
  Update to vim-6.2.461

  07 Apr 2004; Brian Jackson <iggy@gentoo.org> vim-6.2-r7.ebuild:
  added s390 keyword

  30 Mar 2004; Jon Portnoy <avenj@gentoo.org> vim-6.2-r7.ebuild :
  Stable on AMD64

  29 Mar 2004; Lars Weiler <pylon@gentoo.org> vim-6.2-r7.ebuild:
  stable on ppc

  26 Mar 2004; Guy Martin <gmsoft@gentoo.org> vim-6.2-r7.ebuild:
  Marked stable on hppa.

  08 Mar 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-6.2-r7.ebuild:
  Stable on sparc, mips

  03 Mar 2004; <agriffis@gentoo.org> vim-6.2-r1.ebuild, vim-6.2-r2.ebuild,
  vim-6.2.ebuild:
  Remove old ebuilds

  03 Mar 2004; <agriffis@gentoo.org> vim-6.2-r7.ebuild:
  stable on x86, alpha, ia64

*vim-6.2-r7 (28 Feb 2004)

  28 Feb 2004; Aron Griffis <agriffis@gentoo.org> vim-6.2-r6.ebuild,
  vim-6.2-r7.ebuild:
  Mark 6.2-r6 stable on x86, alpha, ia64. Add 6.2-r7 which bumps the patchlevel
  from 214 to 294. In particular patch 233 enables support of threaded perl.

  22 Feb 2004; Aron Griffis <agriffis@gentoo.org> vim-6.2-r1.ebuild,
  vim-6.2-r2.ebuild, vim-6.2-r3.ebuild, vim-6.2-r5.ebuild, vim-6.2-r6.ebuild,
  vim-6.2.ebuild:
  Remove arm keywords

*vim-6.2-r6 (28 Jan 2004)

  28 Jan 2004; <rphillips@gentoo.org> vim-6.2-r6.ebuild:
  added -r6 with patche up to 214

  28 Dec 2003; Joshua Kinard <kumba@gentoo.org> vim-6.2-r5.ebuild:
  Move to mips stable (~mips -> mips)

  14 Dec 2003; Guy Martin <gmsoft@gentoo.org> vim-6.2-r5.ebuild:
  Marked stable on hppa.

  09 Dec 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2-r5.ebuild:
  Revert to vim-6.2.069-gentoo-patches.tar.bz2 because the autoconf/EGREP patch
  requires autoconf-2.5, and we don't want to depend on that.  This change
  goes along with a modification to vim.eclass to force autoconf-2.13

  07 Dec 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2-r5.ebuild:
  Use vim-6.2.140-gentoo-patches.tar.bz2 to fix bug 34505: Patch
  008_all_vim-6.2-slrnrc.patch is removed (it was never applying anyway!) and
  009_all_vim-6.2-egrep.patch.gz is added to fix building with
  WANT_AUTOCONF_2_5. I'll be pushing this patch upstream...

  04 Dec 2003; <agriffis@gentoo.org> vim-6.2-r5.ebuild:
  Mark stable on alpha, sparc, x86

  12 Nov 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2-r5.ebuild:
  Stable on ia64

  12 Nov 2003; Aron Griffis <agriffis@gentoo.org> vim-6.1-r19.ebuild,
  vim-6.1-r20.ebuild, vim-6.1-r21.ebuild:
  Remove old ebuilds

*vim-6.2-r5 (31 Oct 2003)

  31 Oct 2003; Ryan Phillips <rphillips@gentoo.org> vim-6.2-r5.ebuild:
  added patches up to 140.  Skipped to -r5 to sync vim-core with vim/ 
  and gvim/.

  01 Oct 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2-r3.ebuild,
  vim-6.2_pre1.ebuild, vim-6.2_pre2.ebuild, vim-6.2_pre3.ebuild,
  vim-6.2_pre4.ebuild, vim-6.2_pre5.ebuild, vim-6.2_pre6-r1.ebuild,
  vim-6.2_pre6.ebuild:
  Remove 6.2_pre ebuilds

  24 Sep 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2-r3.ebuild:
  Mark stable on all arches

*vim-6.2-r3 (18 Sep 2003)

  18 Sep 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2-r3.ebuild:
  Patchlevel bump from 69 to 98

  28 Aug 2003; Christian Birchinger <joker@gentoo.org> vim-6.2-r2.ebuild:
  Added sparc stable keyword

  18 Aug 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2-r2.ebuild:
  Mark stable on alpha and x86

*vim-6.2-r2 (11 Aug 2003)

  23 Aug 2003; Guy Martin <gmsoft@gentoo.org> vim-6.2-r2.ebuild :
  Marked stable on hppa.

  11 Aug 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2-r2.ebuild:
  Update to 6.2.069

*vim-6.2-r1 (29 Jul 2003)

  29 Jul 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2-r1.ebuild:
  Update to 6.2.057

  09 Jul 2003; Christian Birchinger <joker@gentoo.org> vim-6.2.ebuild:
  Added sparc stable keyword

  06 Jul 2003; Aron Griffis <agriffis@gentoo.org> metadata.xml:
  Add metadata.xml

  27 Jun 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2.ebuild:
  Mark stable on x86 and alpha

*vim-6.2 (03 Jun 2003)

  02 Jul 2003; Guy Martin <gmsoft@gentoo.org> vim-6.2.ebuild :
  Marked stable on hppa.

  03 Jun 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2.ebuild:
  Update to 6.2 release with the 11 available patches

*vim-6.2_pre6-r1 (28 May 2003)

  28 May 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2_pre6-r1.ebuild:
  Add patch to make autoconf-2.57 work with Vim. This fixes bug 19438. Bram is
  also integrating this patch into his sources.

*vim-6.2_pre6 (26 May 2003)

  26 May 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2_pre6.ebuild:
  Update to 6.2f

*vim-6.2_pre5 (23 May 2003)

  23 May 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2_pre5.ebuild:
  Update to 6.2e

*vim-6.2_pre4 (21 May 2003)

  21 May 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2_pre4.ebuild:
  Update to 6.2d

*vim-6.2_pre3 (06 May 2003)

  06 May 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2_pre3.ebuild:
  Update to 6.2c

*vim-6.2_pre2 (28 Apr 2003)

  29 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> :
  Added missing changelog entry.

*vim-6.2_pre1 (23 Apr 2003)

  24 Apr 2003; Aron Griffis <agriffis@gentoo.org> :
  Update digests

  23 Apr 2003; Aron Griffis <agriffis@gentoo.org> vim-6.1-r19.ebuild,
  vim-6.1-r20.ebuild, vim-6.1-r21.ebuild, vim-6.2_pre1.ebuild:
  Update all ebuilds to work with new eclass. Add version 6.2a. Disable linking
  against X libraries (see bug 19115).

*vim-6.1-r21 (22 Mar 2003)

  16 Apr 2003; Guy Martin <gmsoft@gentoo.org> vim-6.1-r21.ebuild :
  Marked stable on hppa.
  
  02 Apr 2003; Aron Griffis <agriffis@gentoo.org> vim-6.1-r21.ebuild:
  Move primary deps to eclass and add IUSE=ncurses in support of bug 18488

  28 Mar 2003; Christian Birchinger <joker@gentoo.org> vim-6.1-r21.ebuild:
  Added sparc stable keyword

  22 Mar 2003; Aron Griffis <agriffis@gentoo.org> vim-6.1-r21.ebuild:
  Move vimrc to vim-core since it applies to both vim and gvim. 
  Update to patchlevel 411.  Mark stable on x86, alpha.  Remove
  EXCLUDE_PATCHES crutch since it's no longer needed by the eclass.  The
  eclass now snoops the patches to determine what is relevant instead of using
  the README.  Create vim->gvim and vi->vim symlinks when there's no conflict.

*vim-6.1-r20 (13 Mar 2003)

  13 Mar 2003; Seemant Kulleen <seemant@gentoo.org> vim-6.1-r20.ebuild
  files/vimrc vim-6.1-r19.ebuild :

  OK, the vim.eclass was massively overhauled.  It handles, unpack,
  compile, install and postinst functions now.  Additionally, the patches
  have been moved out of portage and onto the mirrors instead.  They are
  also named better (vim-6.1-gentoo-patches.tar.bz2).  The vim.org patches
  are in vim-6.1-patches-001-390 for this -r20.  For future releases,
  please just take the patches in that and add your own.  The vim.eclass
  should filter out Windows, Mac, BC5 and VMS only patches automatically,
  but if you experience failures in patches, please list the patch's
  number in PATCH_EXCLUDES in the ebuild.  Additionally, for the vim.org
  patches, please gzip them before creating the patch-tarball.  The
  VIMPATCH variable now only contains the number of the highest patch in
  the tarball (so "390" for the -r20 release). Note that the vim.eclass
  also handles gvim installs.  The vimrc here is now a combination of the
  original gentoo vimrc and the redhat vimrc.  This should make for a
  better looking vim session, at any rate, though the colours could stand
  to change.

  08 Feb 2003; Guy Martin <gmsoft@gentoo.org> vim-6.1-r19.ebuild :
  Added hppa to keywords.

  22 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> vim-6.1-r19.ebuild :
  Unmasked, security update.

*vim-6.1-r19 (21 Jan 2003)

  14 Mar 2003; Jan Seidel <tuxus@gentoo.org> vim-6.1-r19.ebuild :
  Added mips to KEYWORDS

  24 Feb 2003; Zach Welch <zwelch@gentoo.org> vim-6.1-r19.ebuild :
  Add arm keyword

  13 Feb 2003; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r19.ebuild :
  disable X if -X is used in USE vars

  21 Jan 2003; Ryan Phillips <rphillips@gentoo.org> files/vimrc :
  Added modelines=0 to default to high security. Fixes #14088

  21 Jan 2003; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r19.ebuild :
  patches 1-300

*vim-6.1-r18.ebuild (14 Jan 2003)

  20 Jan 2003; Jon Nall <nall@gentoo.org> vim-6.1-r18.ebuild :
  added ~ppc

  14 Jan 2003; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r18.ebuild :
  patches 1-289

*vim-6.1-r17.ebuild (06 Dec 2002)

  19 Jan 2003; Jon Nall <nall@gentoo.org> vim-6.1-r17.ebuild :
  added ~ppc

  06 Jan 2003; Seemant Kulleen <seemant@gentoo.org> *.ebuild :

  PROVIDE=virtual/editor

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
  16 Dec 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r17.ebuild :
  Added sandbox violation fix. Fixes #10049. Submitted by Leonardo Boshell.

  16 Dec 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r17.ebuild :
  Took out --without-x. See bug #11221

  16 Dec 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r17.ebuild :
  tweaked cscope configure option.

  15 Dec 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r17.ebuild :
  Added ex, rview, rvim, and others to ebuild

  12 Dec 2002; Seemant Kulleen <seemant@gentoo.org> vim-6.1-r17.ebuild :

  Added to sparc testing profile.

  11 Dec 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r17.ebuild :
  Moved vimrc file to /etc/vim/vimrc

  06 Dec 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r17.ebuild :
  zhen added utf-8 support.... I added a new patch set support (1-263)

*vim-6.1-r16.ebuild (27 Oct 2002)

  12 Nov 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r16.ebuild :

  Added libtermcap dep

  27 Oct 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r16.ebuild :

  Added vim eclass support

*vim-6.1-r15.ebuild (8 Oct 2002)

  8 Oct 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r15.ebuild :

  Added patches 201-215.  Appears my crashing bug that appeared on my
  computer has been fixed.

*vim-6.1-r14.ebuild (29 Sep 2002)

  29 Sep 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r14.ebuild :

  Added patched 1-200.... Jon's fix for bug #8237 should be taken care of
  within this patch set.

*vim-6.1-r13.ebuild (24 Sep 2002)
  24 Sep 2002; Jon Nelson <jnelson@gentoo.org> vim-6.1-r13.ebuild:
  More careful application of patches
  Patch 80 and 84 partially apply, manually fix and repair at
   end of patch cycle.
  Always use --without-x (that's what gvim is for)
  This is a fix for bug 8327

*vim-6.1-r12.ebuild (21 Sep 2002)
  
  21 Sep 2002; Michael Nazaroff <naz@gentoo.org> vim-6.1-r12.ebuild:
  Small fix for a sandbox violation.
  Thanx to Roy Thomson <roy@haematic.org> for the idea.
 
*vim-6.1-r12.ebuild (14 Sep 2002)

  14 Sep 2002; Hannes Mehnert <hannes@gentoo.org> vim-6.1-r12.ebuild:
  fixed vimdiff, closes bug #7885

*vim-6.1-r11.ebuild (12 Sep 2002)

  12 Sep 2002; Hannes Mehnert <hannes@gentoo.org> vim-6.1-r11.ebuild:
  splitted vim into gvim, vim and vim-core

vim-6.1-r10.ebuild (4 Aug 2002)

  16 Aug 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r10.ebuild :

  Removed without-x support to console ebuilds.

  4 Aug 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r10.ebuild :

  Thanks to Bret Towe the 'add-on' patches file now includes every single
  patch.

vim-6.1-r9.ebuild (29 Jul 2002)

  29 Jul 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r9.ebuild 
  and patches :

  Updated patches. The patches no longer take tons of space in portage.

vim-6.1-r8.ebuild (06 Jul 2002)
  	
  15 Jul 2002; Owen Stampflee <owen@gentoo.org> :

  Added KEYWORDS.

  06 Jul 2002; Michael Nazaroff <naz@gentoo.org> vim-6.1-r8.ebuild :

  Added back gpm support, since gpm should now be fixed. I also added a
  addpredict line to hopefully remove those sandbox violations we where
  occasionally getting.  Also added a few more misc patch's. I also added
  LICENSE lines to all of the ebuilds.

*vim-6.1-r7 (27 May 2002)

  27 May 2002; Aron Griffis <agriffis@gentoo.org> vim-6.1-r7.ebuild :

  Removed gpm support to close bug #1808.

*vim-6.1-r6 (19 May 2002)

  19 May 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r6.ebuild :

  Added more patches to files/

*vim-6.1-r5 (30 Apr 2002)

  30 Apr 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r5.ebuild :

  NLS will enable multibyte support now.  I don't see a problem with
  this...

  30 Apr 2002; Ryan Phillips <rphillips@gentoo.org> vim-6.1-r5.ebuild :

  Included patches for 6.1 in the files/ directory.

*vim-6.1-r4 (15 Apr 2002)

  15 Apr 2002; Jared H. Hudson <jhhudso@gentoo.org> vim-6.1-r4.ebuild :

  Replaced --enable-max-features with --with-features=huge
  --enable-max-features was the old, 5.0 way to enable all features.
  6.0+ uses --with-features=tiny,small,normal,big or huge
  This fixes bug #1597
  
*vim-6.1-r3 (9 Apr 2002)

  9 Apr 2002; M.Schlemmer <azarah@gentoo.org> :

  I havent looked at 6.0, but it seems that in 6.1, $VIMRUNTIME is not
  set in the Makefiles, and thus vim cant find its syntax files, etc. It
  works for me ... Aron Griffis, please verify, and fix if it is not the
  correct method.  Resolved by creating /etc/env.d/40vim in src_install().

*vim-6.1-r2 (7 Apr 2002)

  7 Apr 2002; Jared H. Hudson <jhhudso@gentoo.org> vim-6.1-r2.ebuild :

  Removed "addpredict /dev/vc/" from ebuild, portage-1.8.17 now
  includes /dev/vc/ in sandbox as a default writable directory,
  as it did with /dev/pts/ before 1.8.17.

*vim-6.1-r1 (4 Apr 2002)

  4 Apr 2002; Seemant Kulleen <seemant@gentoo.org> vim-6.1-r1.ebuild :

  This is a dirty hack, in my opinion, to bypass the sandbox violation
  errors on the /dev/vc/*.  I think this is a portage bug more than
  a vim  bug because it happens for new to 1.0 users.

*vim-6.1 (30 Mar 2002)

  30 Mar 2002; Seemant Kulleen <seemant@gentoo.org> vim-6.1.ebuild

  Resolved bug 1426: SRC_URI points primarily to ftp.vim.org instead
  of ftp.us.vim.org which no longer contains the tar ball for 6.1
  Thanks to jnelson@jamponi.net

*vim-6.1 (26 Mar 2002)

  26 Mar 2002; Aron Griffis <agriffis@gentoo.org> vim-6.0-r6.ebuild, vim-6.1.ebuild:

  Resolved bug 1335: vim 6.1 released
  Resolved bug 1293: vim python support disabled

*vim-6.0-r5 (19 Feb 2002)

  19 Feb 2002; Aron Griffis <agriffis@gentoo.org> vim-6.0-r5.ebuild:

  Resolved bug 583: "patch to vim-6.0-r4 to install a vimrc in
  /usr/share/vim instead of /etc/skel/.vimrc".  Additionally install
  a default, reasonable gvimrc.  Updated vim to 6.0.223 with all
  available patches.

*vim-6.0-r4 (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.