Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gvim: gvim-7.4.94.ebuild gvim-7.4.22.ebuild ChangeLog gvim-9999.ebuild gvim-7.4.131.ebuild gvim-7.4.41.ebuild gvim-7.4.52.ebuild
Date: Mon, 23 Dec 2013 10:59:18
Message-Id: 20131223105913.852312004B@flycatcher.gentoo.org
1 hasufell 13/12/23 10:59:13
2
3 Modified: gvim-7.4.94.ebuild gvim-7.4.22.ebuild ChangeLog
4 gvim-9999.ebuild gvim-7.4.131.ebuild
5 gvim-7.4.41.ebuild gvim-7.4.52.ebuild
6 Log:
7 fix desktop file installation
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
10
11 Revision Changes Path
12 1.3 app-editors/gvim/gvim-7.4.94.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.94.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.94.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.94.ebuild?r1=1.2&r2=1.3
17
18 Index: gvim-7.4.94.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.94.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- gvim-7.4.94.ebuild 14 Dec 2013 07:35:59 -0000 1.2
25 +++ gvim-7.4.94.ebuild 23 Dec 2013 10:59:13 -0000 1.3
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.94.ebuild,v 1.2 2013/12/14 07:35:59 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.94.ebuild,v 1.3 2013/12/23 10:59:13 hasufell Exp $
31
32 EAPI=5
33 VIM_VERSION="7.4"
34 @@ -342,7 +342,7 @@
35 newins "${FILESDIR}"/gvimrc-r1 gvimrc
36 eprefixify "${ED}"/etc/vim/gvimrc
37
38 - domenu "${FILESDIR}"/gvim.desktop-r2 gvim.desktop
39 + newmenu "${FILESDIR}"/gvim.desktop-r2 gvim.desktop
40 doicon "${FILESDIR}"/gvim.xpm
41
42 # bash completion script, bug #79018.
43
44
45
46 1.4 app-editors/gvim/gvim-7.4.22.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.22.ebuild?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.22.ebuild?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.22.ebuild?r1=1.3&r2=1.4
51
52 Index: gvim-7.4.22.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.22.ebuild,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- gvim-7.4.22.ebuild 12 Dec 2013 07:32:07 -0000 1.3
59 +++ gvim-7.4.22.ebuild 23 Dec 2013 10:59:13 -0000 1.4
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.22.ebuild,v 1.3 2013/12/12 07:32:07 jlec Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.22.ebuild,v 1.4 2013/12/23 10:59:13 hasufell Exp $
65
66 EAPI=5
67 VIM_VERSION="7.4"
68 @@ -352,7 +352,7 @@
69 newins "${FILESDIR}"/gvimrc-r1 gvimrc
70 eprefixify "${ED}"/etc/vim/gvimrc
71
72 - domenu "${FILESDIR}"/gvim.desktop-r2 gvim.desktop
73 + newmenu "${FILESDIR}"/gvim.desktop-r2 gvim.desktop
74 doicon "${FILESDIR}"/gvim.xpm
75
76 # bash completion script, bug #79018.
77
78
79
80 1.420 app-editors/gvim/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/ChangeLog?rev=1.420&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/ChangeLog?rev=1.420&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/ChangeLog?r1=1.419&r2=1.420
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v
89 retrieving revision 1.419
90 retrieving revision 1.420
91 diff -u -r1.419 -r1.420
92 --- ChangeLog 16 Dec 2013 10:27:51 -0000 1.419
93 +++ ChangeLog 23 Dec 2013 10:59:13 -0000 1.420
94 @@ -1,6 +1,11 @@
95 # ChangeLog for app-editors/gvim
96 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.419 2013/12/16 10:27:51 radhermit Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.420 2013/12/23 10:59:13 hasufell Exp $
99 +
100 + 23 Dec 2013; Julian Ospald <hasufell@g.o> gvim-7.4.22.ebuild,
101 + gvim-7.4.41.ebuild, gvim-7.4.52.ebuild, gvim-7.4.94.ebuild,
102 + gvim-7.4.131.ebuild, gvim-9999.ebuild:
103 + fix desktop file installation
104
105 *gvim-7.4.131 (16 Dec 2013)
106
107
108
109
110 1.13 app-editors/gvim/gvim-9999.ebuild
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-9999.ebuild?rev=1.13&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-9999.ebuild?rev=1.13&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-9999.ebuild?r1=1.12&r2=1.13
115
116 Index: gvim-9999.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-9999.ebuild,v
119 retrieving revision 1.12
120 retrieving revision 1.13
121 diff -u -r1.12 -r1.13
122 --- gvim-9999.ebuild 16 Dec 2013 10:27:51 -0000 1.12
123 +++ gvim-9999.ebuild 23 Dec 2013 10:59:13 -0000 1.13
124 @@ -1,6 +1,6 @@
125 # Copyright 1999-2013 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-9999.ebuild,v 1.12 2013/12/16 10:27:51 radhermit Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-9999.ebuild,v 1.13 2013/12/23 10:59:13 hasufell Exp $
129
130 EAPI=5
131 VIM_VERSION="7.4"
132 @@ -344,7 +344,7 @@
133 newins "${FILESDIR}"/gvimrc-r1 gvimrc
134 eprefixify "${ED}"/etc/vim/gvimrc
135
136 - domenu "${FILESDIR}"/gvim.desktop-r2 gvim.desktop
137 + newmenu "${FILESDIR}"/gvim.desktop-r2 gvim.desktop
138 doicon "${FILESDIR}"/gvim.xpm
139
140 # bash completion script, bug #79018.
141
142
143
144 1.2 app-editors/gvim/gvim-7.4.131.ebuild
145
146 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.131.ebuild?rev=1.2&view=markup
147 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.131.ebuild?rev=1.2&content-type=text/plain
148 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.131.ebuild?r1=1.1&r2=1.2
149
150 Index: gvim-7.4.131.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.131.ebuild,v
153 retrieving revision 1.1
154 retrieving revision 1.2
155 diff -u -r1.1 -r1.2
156 --- gvim-7.4.131.ebuild 16 Dec 2013 10:27:51 -0000 1.1
157 +++ gvim-7.4.131.ebuild 23 Dec 2013 10:59:13 -0000 1.2
158 @@ -1,6 +1,6 @@
159 # Copyright 1999-2013 Gentoo Foundation
160 # Distributed under the terms of the GNU General Public License v2
161 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.131.ebuild,v 1.1 2013/12/16 10:27:51 radhermit Exp $
162 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.131.ebuild,v 1.2 2013/12/23 10:59:13 hasufell Exp $
163
164 EAPI=5
165 VIM_VERSION="7.4"
166 @@ -344,7 +344,7 @@
167 newins "${FILESDIR}"/gvimrc-r1 gvimrc
168 eprefixify "${ED}"/etc/vim/gvimrc
169
170 - domenu "${FILESDIR}"/gvim.desktop-r2 gvim.desktop
171 + newmenu "${FILESDIR}"/gvim.desktop-r2 gvim.desktop
172 doicon "${FILESDIR}"/gvim.xpm
173
174 # bash completion script, bug #79018.
175
176
177
178 1.4 app-editors/gvim/gvim-7.4.41.ebuild
179
180 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.41.ebuild?rev=1.4&view=markup
181 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.41.ebuild?rev=1.4&content-type=text/plain
182 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.41.ebuild?r1=1.3&r2=1.4
183
184 Index: gvim-7.4.41.ebuild
185 ===================================================================
186 RCS file: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.41.ebuild,v
187 retrieving revision 1.3
188 retrieving revision 1.4
189 diff -u -r1.3 -r1.4
190 --- gvim-7.4.41.ebuild 12 Dec 2013 07:32:07 -0000 1.3
191 +++ gvim-7.4.41.ebuild 23 Dec 2013 10:59:13 -0000 1.4
192 @@ -1,6 +1,6 @@
193 # Copyright 1999-2013 Gentoo Foundation
194 # Distributed under the terms of the GNU General Public License v2
195 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.41.ebuild,v 1.3 2013/12/12 07:32:07 jlec Exp $
196 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.41.ebuild,v 1.4 2013/12/23 10:59:13 hasufell Exp $
197
198 EAPI=5
199 VIM_VERSION="7.4"
200 @@ -352,7 +352,7 @@
201 newins "${FILESDIR}"/gvimrc-r1 gvimrc
202 eprefixify "${ED}"/etc/vim/gvimrc
203
204 - domenu "${FILESDIR}"/gvim.desktop-r2 gvim.desktop
205 + newmenu "${FILESDIR}"/gvim.desktop-r2 gvim.desktop
206 doicon "${FILESDIR}"/gvim.xpm
207
208 # bash completion script, bug #79018.
209
210
211
212 1.3 app-editors/gvim/gvim-7.4.52.ebuild
213
214 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.52.ebuild?rev=1.3&view=markup
215 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.52.ebuild?rev=1.3&content-type=text/plain
216 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gvim/gvim-7.4.52.ebuild?r1=1.2&r2=1.3
217
218 Index: gvim-7.4.52.ebuild
219 ===================================================================
220 RCS file: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.52.ebuild,v
221 retrieving revision 1.2
222 retrieving revision 1.3
223 diff -u -r1.2 -r1.3
224 --- gvim-7.4.52.ebuild 12 Dec 2013 07:32:07 -0000 1.2
225 +++ gvim-7.4.52.ebuild 23 Dec 2013 10:59:13 -0000 1.3
226 @@ -1,6 +1,6 @@
227 # Copyright 1999-2013 Gentoo Foundation
228 # Distributed under the terms of the GNU General Public License v2
229 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.52.ebuild,v 1.2 2013/12/12 07:32:07 jlec Exp $
230 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.52.ebuild,v 1.3 2013/12/23 10:59:13 hasufell Exp $
231
232 EAPI=5
233 VIM_VERSION="7.4"
234 @@ -354,7 +354,7 @@
235 newins "${FILESDIR}"/gvimrc-r1 gvimrc
236 eprefixify "${ED}"/etc/vim/gvimrc
237
238 - domenu "${FILESDIR}"/gvim.desktop-r2 gvim.desktop
239 + newmenu "${FILESDIR}"/gvim.desktop-r2 gvim.desktop
240 doicon "${FILESDIR}"/gvim.xpm
241
242 # bash completion script, bug #79018.