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
|
# ChangeLog for app-editors/vi
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/ChangeLog,v 1.32 2004/12/28 21:44:57 ciaranm Exp $
28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
*vi-3.7-r6 (12 Aug 2004)
12 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> +vi-3.7-r6.ebuild:
Make vi -r work, bug #58820
15 May 2004; Joshua Kinard <kumba@gentoo.org> vi-3.7-r5.ebuild:
Marked stable on mips.
04 May 2004; Bryan Østergaard <kloeri@gentoo.org> vi-3.7-r5.ebuild:
Stable on alpha.
01 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> vi-3.7-r4.ebuild,
vi-3.7-r5.ebuild:
Fixed HOMEPAGE, #48222
27 Apr 2004; Danny van Dyk <kugelfang@gentoo.org> vi-3.7-r5.ebuild:
Narked stable on amd64.
20 Apr 2004; Guy Martin <gmsoft@gentoo.org> vi-3.7-r5.ebuild:
Marked stable on hppa.
19 Apr 2004; Jason Wever <weeve@gentoo.org> vi-3.7-r5.ebuild:
Stable on sparc.
18 Apr 2004; Ryan Phillips <rphillips@gentoo.org> vi-3.7-r4.ebuild, vi-3.7-r5.ebuild:
Changed the SRC_URI to Sourceforge
Fixes #48222
25 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> vi-3.7-r5.ebuild:
Add make clean before building. Closing #37593.
22 Feb 2004; Aron Griffis <agriffis@gentoo.org> vi-3.7-r4.ebuild,
vi-3.7-r5.ebuild:
Remove arm keywords
*vi-3.7-r5 (04 Jan 2004)
04 Jan 2004; Seemant Kulleen <seemant@gentoo.org> vi-3.7-r2.ebuild,
vi-3.7-r3.ebuild, vi-3.7-r4.ebuild, vi-3.7-r5.ebuild:
version bump thanks to: Andrew Minter <agm@masarand.com> and Gunnar Ritter
<Gunnar.Ritter@pluto.uni-freiburg.de> via e-mail. This version should be able
to read the new termcap file format (but it doesn't for me :/). Oops, my
mistake -- I'd blanked out my termcap file. Restoring it makes it work
now.
20 Aug 2003; Aron Griffis <agriffis@gentoo.org> metadata.xml:
Put this package in the vim herd
*vi-3.7-r4 (20 Aug 2003)
31 Oct 2003; Guy Martin <gmsoft@gentoo.org> vi-3.7-r4.ebuild :
Added hppa to KEYWORDS.
20 Aug 2003; Aron Griffis <agriffis@gentoo.org> vi-3.7-r4.ebuild:
Fix this package to install the binary as /usr/bin/vi instead of /usr/bin/ex
*vi-3.7-r3 (05 Sep 2002)
13 Aug 2003; Joshua Kinard <kumba@gentoo.org> vi-3.7-r3.ebuild:
Changed ~mips to mips in KEYWORDS.
29 May 2003; Aron Griffis <agriffis@gentoo.org> vi-3.7-r3.ebuild:
Set WARN='' on the make command-line to fix bug 21903. This is a
compile-time error, not a run-time error, so no revision bump required.
Also mark stable on alpha.
13 May 2003; Joshua Kinard <kumba@gentoo.org> vi-3.7-r3.ebuild:
Added ~mips to KEYWORDS
21 Feb 2003; Zach Welch <zwelch@gentoo.org> :
Added arm keyword.
06 Jan 2003; Seemant Kulleen <seemant@gentoo.org> *.ebuild :
PROVIDE virtual/editor
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
05 Sep 2002; Martin Schlemmer <azarah@gentoo.org> :
Add libtermcap-compat to DEPEND.
*vi-3.7-r2 (06 Aug 2002)
06 Aug 2002; Martin Schlemmer <azarah@gentoo.org> :
Change it to use the buildin termlib instead of ncurses. This should
fix segfaults in console with TERM=linux. It now requires /etc/termcap,
but I added http://www.ibiblio.org/gentoo/distfiles/termcap.bz2, and
will also add it to baselayout.
*vi-3.7-r1 (12 May 2002)
15 Jul 2002; Owen Stampflee <owen@gentoo.org> :
Added KEYWORDS.
12 May 2002; Michael Nazaroff <naz@gentoo.org> :
Added a addpredict line to hopefully fix 3038. Which is a sandbox violation
that seems to occur when logged in via ssh and trying to merge vi. The
pacakge tries to access /dev/pty/s6.
*vi-3.7 (12 May 2002)
12 May 2002; Spider <spider@gentoo.org> :
Now that I've added the Caldera LICENSE I'm changing this one too
*vi-3.7 (12 May 2002)
12 May 2002; Spider <spider@gentoo.org> ChangeLog vi-3.7.ebuild :
Classical vi added to portage!!
The ebuild does some make oddities, but is generally clean (better to set them at make time than to patch/sed )
|