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
|
# ChangeLog for app-editors/gvim
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.22 2003/03/16 03:14:58 seemant Exp $
15 Mar 2003; Seemant Kulleen <seemant@gentoo.org> gvim-6.1-r7.ebuild :
Version bumpd by ryan phillips <rphillips@gentoo.org>.
Now, the gvim specific patches are applied in src_unpack in the ebuild.
Note that in the gentoo patches tarball, there are subdirectories:
patches-all; patches-vim-core; patches-vim; and patches-gvim. Each
ebuild can specify which (conditional) patches to apply, and those
patches should be placed in the correct subdirectory. Common patches go
into the patches-all subdirectory
13 Mar 2003; Seemant Kulleen <seemant@gentoo.org> gvim-6.1-r6.ebuild :
First, removed the crusty ebuilds from here. Second, just set the
EGUI_ENABLE variable to "yes" and the eclass will handle everything.
This and the vim ebuilds are too similar to have these big ebuild files,
so a nice centralised location -- the eclass -- is desirable. The patch
was shared with vim (and both had them in files/ which is duplication
and just bad style, really). The patchball has been moved off to the
mirrors (see vim's ChangeLog for patch creating guidelines).
13 Feb 2003; Mark Guertin <gerk@gentoo.org> gvim-6.1.ebuild :
set as -ppc, can't meet deps
22 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> gvim-6.1-r6.ebuild :
Unmasked, security update.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*gvim-6.1-r7 (14 Mar 2003)
14 Mar 2003; Ryan Phillips <rphillips@gentoo.org> gvim-6.1-r7.ebuild :
Added Bret Towe's ebuild fixes to include gtk2 support in gvim.
Uses patches 1-390
*gvim-6.1-r6 (21 Jan 2003)
13 Mar 2003; Seemant Kulleen <seemant@gentoo.org> gvim-6.1-r6.ebuild:
the EGUI_ENABLE variable is actually not needed, the eclass will detect
whether it is installing for vim or gvim
21 Jan 2003; Ryan Phillips <rphillips@gentoo.org> files/gvimrc :
Added modelines=0 to default to high security. Fixes #14088
21 Jan 2003; Ryan Phillips <rphillips@gentoo.org> gvim-6.1-r6.ebuild :
Patches 1-300
*gvim-6.1-r5.ebuild (14 Jan 2003)
14 Jan 2003; Ryan Phillips <rphillips@gentoo.org> gvim-6.1-r5.ebuild :
Patches 1-289
*gvim-6.1-r4.ebuild (06 Dec 2002)
14 Jan 2003; Ryan Phillips <rphillips@gentoo.org> gvim-6.1-r4.ebuild :
added an addpredict for remote compiles
11 Dec 2002; Ryan Phillips <rphillips@gentoo.org> gvim-6.1-r4.ebuild :
Moved gvimrc file to /etc/vim/vimrc
06 Dec 2002; Ryan Phillips <rphillips@gentoo.org> gvim-6.1-r4.ebuild :
Added new patch set (1-263)
*gvim-6.1-r4.ebuild (20 Nov 2002)
20 Nov 2002; John P. Davis <zhen@gentoo.org> gvim-6.1-r4.ebuild :
Added support for UTF-8 (unicode). Changed myconf to build these
options in default.
16 Sep 2002; Hannes Mehnert <hannes@gentoo.org> gvim-6.1.ebuild:
added dependency app-editors/vim-core
14 Sep 2002; Hannes Mehnert <hannes@gentoo.org> gvim-6.1.ebuild:
commited wrong ebuild (wrong dependencies), corrected now)
*gvim-6.1-r3.ebuild (27 Oct 2002)
12 Nov 2002; Ryan Phillips <rphillips@gentoo.org> gvim-6.1-r3.ebuild :
Added libtermcap dep
27 Oct 2002; Ryan Phillips <rphillips@gentoo.org> gvim-6.1-r3.ebuild :
Added vim eclass support
*gvim-6.1-r2.ebuild (8 Oct 2002)
8 Oct 2002; Ryan Phillips <rphillips@gentoo.org> gvim-6.1-r2.ebuild :
Added patches 201-215. Appears my crashing bug that appeared on my
computer has been fixed.
*gvim-6.1-r1.ebuild (29 Sep 2002)
29 Sep 2002; Ryan Phillips <rphillips@gentoo.org> gvim-6.1-r1.ebuild:
Added patches 1-200
*gvim-6.1.ebuild (12 Sep 2002)
12 Sep 2002; Hannes Mehnert <hannes@gentoo.org> gvim-6.1.ebuild:
splitted vim into gvim, vim-core and vim
|