summaryrefslogtreecommitdiff
blob: 95e0b819b79acd34259628458725fe41aff24570 (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
# ChangeLog for app-editors/vim-core
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.173 2005/09/22 20:44:24 ciaranm Exp $

*vim-core-7.0_alpha20050922 (22 Sep 2005)

  22 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org>
  -vim-core-7.0_alpha20050825.ebuild, +vim-core-7.0_alpha20050922.ebuild:
  New vim7 snapshot.

*vim-core-6.3.086 (22 Sep 2005)

  22 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> files/vimrc-r2,
  +vim-core-6.3.086.ebuild:
  New version. Drop termcap support, bug #103105. Drop gtk1 support, bug
  #106560. Make minimal USE flag not need vim-core. Fix vimrc to work with vim
  built with -eval.

*vim-core-7.0_alpha20050825 (25 Aug 2005)

  25 Aug 2005; Ciaran McCreesh <ciaranm@gentoo.org>
  -vim-core-7.0_alpha20050809.ebuild, -vim-core-7.0_alpha20050817.ebuild,
  +vim-core-7.0_alpha20050825.ebuild:
  Update vim7 snapshot.

  17 Aug 2005; Aron Griffis <agriffis@gentoo.org>
  vim-core-7.0_alpha20050809.ebuild:
  Mark -alpha since varargs stuff is broken

*vim-core-7.0_alpha20050817 (17 Aug 2005)

  17 Aug 2005; Ciaran McCreesh <ciaranm@gentoo.org>
  +vim-core-7.0_alpha20050817.ebuild:
  New vim7 snapshot, should fix the compile problems on some archs.

  15 Aug 2005; Aron Griffis <agriffis@gentoo.org>
  vim-core-7.0_alpha20050809.ebuild:
  add ~ia64

*vim-core-6.3.084-r2 (12 Aug 2005)

  12 Aug 2005; Ciaran McCreesh <ciaranm@gentoo.org>
  -vim-core-6.3.084-r1.ebuild, +vim-core-6.3.084-r2.ebuild:
  Update to a newer Netrw snapshot to fix problems with vim7-specific code
  being used unconditionally. Bug #102252.

*vim-core-7.0_alpha20050809 (09 Aug 2005)

  09 Aug 2005; Ciaran McCreesh <ciaranm@gentoo.org>
  -vim-core-7.0_alpha20050622.ebuild, -vim-core-7.0_alpha20050721.ebuild,
  +vim-core-7.0_alpha20050809.ebuild:
  New vim7 snapshot. Tidy up old snapshots for eclass changes.

*vim-core-6.3.084-r1 (09 Aug 2005)

  09 Aug 2005; Ciaran McCreesh <ciaranm@gentoo.org> +files/vimrc-r2,
  +vim-core-6.3.084-r1.ebuild:
  Update runtime snapshot to 20050809. Include grub syntax highlighting fix
  from Toralf Förster, bug #96155. Include check for empty &shell, bug
  #101665. Default sh syntax highlighting mode is now bash rather than ksh,
  bug #101819.

  23 Jul 2005; Hardave Riar <hardave@gentoo.org> vim-core-6.3.084.ebuild:
  Stable on mips, bug #99578.

  23 Jul 2005; Bryan Østergaard <kloeri@gentoo.org>
  vim-core-6.3.084.ebuild:
  Stable on ia64, bug 99578.

  22 Jul 2005; Bryan Østergaard <kloeri@gentoo.org>
  vim-core-6.3.084.ebuild:
  Stable on alpha, bug 99578.

  22 Jul 2005; Markus Rothe <corsair@gentoo.org> vim-core-6.3.084.ebuild:
  Stable on ppc64 (bug #99578)

  21 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  vim-core-6.3.084.ebuild:
  Stable on sparc wrt #99578

  21 Jul 2005; Joseph Jezak <josejx@gentoo.org> vim-core-6.3.084.ebuild:
  Marked ppc stable for bug #99578.

  21 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org>
  vim-core-6.3.084.ebuild:
  Stable on hppa. bug #99578

  21 Jul 2005; Herbie Hopkins <herbs@gentoo.org> vim-core-6.3.084.ebuild:
  Stable on amd64 wrt bug #99578.

*vim-core-7.0_alpha20050721 (21 Jul 2005)

  21 Jul 2005; <rphillips@gentoo.org> -vim-core-7.0_alpha20050321.ebuild,
  -vim-core-7.0_alpha20050326.ebuild, +vim-core-7.0_alpha20050721.ebuild:
  version bump vim7 ebuild and remove outdated packages

  21 Jul 2005; <rphillips@gentoo.org> :
  Version bump to 084 caused by security flaw. see bug #99578
  Removed old ebuilds

  21 Jul 2005; Markus Rothe <corsair@gentoo.org> vim-core-6.3.075.ebuild:
  Stable on ppc64

  21 Jul 2005; Joseph Jezak <josejx@gentoo.org> vim-core-6.3.075.ebuild:
  Marked ppc stable.

  18 Jul 2005; Aron Griffis <agriffis@gentoo.org> vim-core-6.3.075.ebuild:
  Stable alpha amd64 hppa ia64 mips sparc x86

  07 Jul 2005; Markus Rothe <corsair@gentoo.org> vim-core-6.3.068.ebuild:
  Stable on ppc64

*vim-core-6.3.075 (01 Jun 2005)

  01 Jun 2005; Ciaran McCreesh <ciaranm@gentoo.org>
  +vim-core-6.3.075.ebuild:
  Update to upstream 6.3.075 and runtime snapshot as of 20050601. Include
  improved sh.vim keyword list, thanks to Ian Leitch in bug #93983. Include
  (more) fstab syntax highlighting fixes, bug #92263. Switch to using ncurses
  by default (with termcap-compat local USE flag for those who really want it)
  to keep *BSD happy, bug #93970.

*vim-core-7.0_alpha20050622 (23 Jun 2005)

  23 Jun 2005; <rphillips@gentoo.org> +vim-core-7.0_alpha20050622.ebuild:
  version bump

*vim-core-6.3.074 (23 May 2005)

  23 May 2005; Ciaran McCreesh <ciaranm@gentoo.org>
  +vim-core-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-core-6.3.068.ebuild:
  Stable on ia64.

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

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

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

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

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

*vim-core-7.0_alpha20050326 (26 Mar 2005)

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

*vim-core-6.3.068 (25 Mar 2005)

  25 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org>
  +vim-core-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-core-6.3-r4.ebuild:
  Stable on alpha

*vim-core-7.0_alpha20050321 (21 Mar 2005)

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

  17 Mar 2005; Lina Pezzella <j4rg0n@gentoo.org>
  vim-core-7.0_alpha20050308.ebuild:
  Testing ppc-macos progressive profile

*vim-core-7.0_alpha20050308 (08 Mar 2005)

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

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

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

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

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

*vim-core-7.0_alpha20050201 (01 Feb 2005)

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

*vim-core-7.0_alpha20050126 (26 Jan 2005)

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

*vim-core-7.0_alpha20050122 (22 Jan 2005)

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

  22 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> +files/xxd-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-core-6.3-r4 (21 Jan 2005)

  21 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> +vim-core-6.3-r4.ebuild:
  Version bump. New runtime snapshot from upstream, plus fixes for bugs
  #75816, #76713, #68622. We now pull in Gentoo Syntax as a PDEPEND (hey,
  we're already installing Debian-specific things, might as well bring in
  something useful...).

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

  14 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> files/vimrc:
  Update vimrc to only try to use ftplugins if we have a valid ftplugin
  directory (for livecds)

*vim-core-7.0_alpha20050113 (13 Jan 2005)

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

  10 Jan 2005; Aron Griffis <agriffis@gentoo.org>
  vim-core-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-core-6.3-r3.ebuild:
  stable on ia64, #bug #73715.

  14 Dec 2004; <SeJo@gentoo.org> vim-core-6.3-r3.ebuild:
  stable on ppc bug 73715

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

  12 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> files/vimrc:
  Update the vimrc link to the new devrel handbook rather than the old howtos

*vim-core-7.0_alpha20041211 (11 Dec 2004)

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

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

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

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

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

*vim-core-6.3-r3 (09 Dec 2004)

  09 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> files/vimrc,
  +vim-core-6.3-r3.ebuild:
  Update to 6.3.045 from vim.org and updated the runtime snapshot

  07 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> files/vimrc:
  Update the vimrc comments regarding modelines. If you need more information
  on this, either email me or await the next vim release.

*vim-core-7.0_alpha20041128 (28 Nov 2004)

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

  25 Nov 2004; Ciaran McCreesh <ciaranm@gentoo.org> files/vimrc:
  Turn on ftplugins by default, more comments

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

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

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

  22 Sep 2004; Danny van Dyk <kugelfang@gentoo.org> vim-core-6.3-r2.ebuild:
  Stable on amd64 and s390.

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

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

*vim-core-6.3-r2 (11 Sep 2004)

  11 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> +vim-core-6.3-r2.ebuild:
  Version bump. Include an updated runtime snapshot and better vixie-cron
  support (bug #61879)

  19 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> files/vimrc:
  Use setfiletype rather than set filetype= in our vimrc so that we can override
  it from plugins

  17 Jul 2004; Tom Gall <tgall@gentoo.org> vim-core-6.3-r1.ebuild:
  stable on ppc64

  16 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> vim-core-6.3-r1.ebuild:
  Stable on alpha.

  16 Jul 2004; Guy Martin <gmsoft@gentoo.org> vim-core-6.3-r1.ebuild:
  Marked stable on hppa.

  15 Jul 2004; Travis Tilley <lv@gentoo.org> vim-core-6.3-r1.ebuild:
  stable on amd64

  15 Jul 2004; Luca Barbato <lu_zero@gentoo.org> vim-core-6.3-r1.ebuild:
  Marked ppc

  15 Jul 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-core-6.3-r1.ebuild:
  Stable on x86, sparc, mips. Archs with vim-core-6.3 stable, please consider
  stabling vim-core-6.3-r1.

*vim-core-6.3-r1 (07 Jul 2004)

  07 Jul 2004; Aron Griffis <agriffis@gentoo.org> vim-core-6.3-r1.ebuild:
  Bump runtime snapshot to fix netrw problems with rsync-over-ssh

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

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

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

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

  21 Jun 2004; <agriffis@gentoo.org> files/vimrc:
  Fix bug 54541: set ttymouse=xterm2 when running in xterm. Additionally comment
  out some deprecated settings

  21 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-core-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-core-6.3.ebuild:
  Stable on alpha and ia64

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

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

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

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

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

  14 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> files/vimrc:
  Add in crontab autocmd to fix backupcopy, see bug 53437 and :help crontab. No
  revbump as it's only a minor change.

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

*vim-core-6.3 (08 Jun 2004)

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

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

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

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

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

  26 May 2004; Bryan Østergaard <kloeri@gentoo.org> vim-core-6.3_beta2.ebuild:
  Keyworded ~alpha, bug #51705.

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

*vim-core-6.3_beta2 (21 May 2004)

  21 May 2004; Ciaran McCreesh <ciaranm@gentoo.org>
  +vim-core-6.3_beta2.ebuild:
  Added vim 6.3b (as _beta2) ebuilds in preparation for 6.3 final. These are
  masked in package.mask -- if you unmask locally, you should unmask vim, gvim
  and vim-core. 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-core-6.2-r9.ebuild:
  Stable on sparc, mips

*vim-core-6.2-r9 (01 May 2004)

  01 May 2004; Aron Griffis <agriffis@gentoo.org> +vim-core-6.2-r9.ebuild:
  Includes patches up to 517 and selinux support, plus update to 20040430
  runtime snapshot

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

*vim-core-6.2-r8 (09 Apr 2004)

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

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

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

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

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

  08 Mar 2004; Ciaran McCreesh <ciaranm@gentoo.org> vim-core-6.2-r7.ebuild:
  Sparc, mips stable

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

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

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

*vim-core-6.2-r7 (15 Feb 2004)

  15 Feb 2004; Aron Griffis <agriffis@gentoo.org> vim-core-6.2-r7.ebuild:
  new vim-core which uses a runtime snapshot since Bram doesn't publish patches
  for every runtime fix

*vim-core-6.2-r6 (28 Jan 2004)

  28 Jan 2004; <rphillips@gentoo.org> vim-core-6.2-r6.ebuild:
  Added -r6 to support patches up to 214

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

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

  09 Dec 2003; Aron Griffis <agriffis@gentoo.org> vim-core-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-core-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-core-6.2-r5.ebuild:
  Mark stable on alpha, sparc, x86

  12 Nov 2003; Aron Griffis <agriffis@gentoo.org> vim-core-6.1-r4.ebuild,
  vim-core-6.1-r5.ebuild:
  Repair digests and remove old ebuilds

  11 Nov 2003; Aron Griffis <agriffis@gentoo.org> vim-core-6.2-r5.ebuild:
  Mark stable on ia64

  01 Nov 2003; Aron Griffis <agriffis@gentoo.org> :
  Fix digest for bug 32474

*vim-core-6.2-r5 (31 Oct 2003)

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

  07 Oct 2003; Aron Griffis <agriffis@gentoo.org> files/vimrc:
  Use nomodeline instead of modelines=0

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

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

  19 Sep 2003; Christian Birchinger <joker@gentoo.org> vim-core-6.2-r3.ebuild:
  Added sparc stable keyword

*vim-core-6.2-r4 (18 Sep 2003)

  18 Sep 2003; Aron Griffis <agriffis@gentoo.org> vim-core-6.2-r3.ebuild,
  vim-core-6.2-r4.ebuild:
  Mark 6.2-r3 stable on alpha,x86; add 6.2-r4 which raises patchlevel from 69 to
  98

*vim-core-6.2-r3 (11 Aug 2003)

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

  11 Aug 2003; Aron Griffis <agriffis@gentoo.org> vim-core-6.2-r3.ebuild:
  Update to 6.2.069 plus a runtime patch to fix bug 25868

*vim-core-6.2-r2 (30 Jul 2003)

  30 Jul 2003; Aron Griffis <agriffis@gentoo.org> vim-core-6.2-r1.ebuild,
  vim-core-6.2-r2.ebuild:
  Revert accidental changes to -r1 and create -r2 instead

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

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

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

*vim-core-6.2-r1 (03 Jul 2003)

  03 Jul 2003; Aron Griffis <agriffis@gentoo.org> vim-core-6.2-r1.ebuild,
  files/vimrc:
  Increase saved register lines in viminfo to something more reasonable

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

*vim-core-6.2 (03 Jun 2003)

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

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

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

  28 May 2003; Aron Griffis <agriffis@gentoo.org> vim-core-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.

  26 May 2003; Aron Griffis <agriffis@gentoo.org> files/vimrc:
  Update vimrc to respect user textwidth setting; fixes bug 20217

*vim-core-6.2_pre6 (26 May 2003)

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

*vim-core-6.2_pre5 (23 May 2003)

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

*vim-core-6.2_pre4 (21 May 2003)

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

*vim-core-6.2_pre3 (06 May 2003)

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

*vim-core-6.2_pre2 (28 Apr 2003)

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

*vim-core-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-core-6.1-r4.ebuild,
  vim-core-6.1-r5.ebuild, vim-core-6.2_pre1.ebuild:
  Update all ebuilds to work with new eclass.  Add version 6.2a.

*vim-core-6.1-r5 (22 Mar 2003)

  16 Apr 2003; Guy Martin <gmsoft@gentoo.org> vim-core-6.1-r5.ebuild :
  Marked stable on hppa.

  02 Apr 2003; Aron Griffis <agriffis@gentoo.org> vim-core-6.1-r5.ebuild:
  Move primary deps to eclass and add IUSE=ncurses in support of bug 18488

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

  22 Mar 2003; Aron Griffis <agriffis@gentoo.org> vim-core-6.1-r5.ebuild,
  files/vimrc:
  Move vimrc from vim to vim-core. Update to patchlevel 411. Mark stable on
  x86, alpha.  Changes to the eclass are described in the vim ChangeLog.

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

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

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
  12 Nov 2002; Mark Guertin <gerk@gentoo.org> :
  set all builds except 6.1-r3 to -ppc, the -r3 build is now
  ppc (its only one that works on ppc)

*vim-core-6.1-r4 (21 Jan 2003)

  14 Mar 2003; Seemant Kulleen <seemant@gentoo.org> vim-core-6.1-r1.ebuild,
  vim-core-6.1-r1.ebuild, vim-core-6.1-r2.ebuild, vim-core-6.1-r2.ebuild,
  vim-core-6.1-r3.ebuild, vim-core-6.1-r3.ebuild, vim-core-6.1-r4.ebuild,
  vim-core-6.1.ebuild, vim-core-6.1.ebuild:
  uses the vim.eclass now

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

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

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

*vim-core-6.1-r3 (27 Oct 2002)

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

  Added libtermcap to deps

  07 Nov 2002; Ryan Phillips <rphillips@gentoo.org> vim-core-6.1-r3.ebuild :

  Added Bret Towe's fixes to the ebuild. Fixes #10044

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

  Added vim eclass support

*vim-core-6.1-r2 (8 Oct 2002)

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

  Added 201-215 patches.

*vim-core-6.1-r1 (29 Sep 2002)

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

  Added patches 1-200. Submitted by Bret Towe. Fixes #8400

*vim-core-6.1 (12 Sep 2002)

  12 Sep 2002; Hannes Mehnert <hannes@gentoo.org> vim-core-6.1.ebuild:

  splitted vim into gvim, vim and vim-core