Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/nginx-syntax/, app-vim/vcscommand/, app-vim/supertab/, ...
Date: Sun, 02 May 2021 20:22:38
Message-Id: 1619986947.6cf4381cdbc342ec0583a21316c5e64f881e05c9.monsieurp@gentoo
1 commit: 6cf4381cdbc342ec0583a21316c5e64f881e05c9
2 Author: Marco Sirabella <marco <AT> sirabella <DOT> org>
3 AuthorDate: Wed Apr 28 03:03:13 2021 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 20:22:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf4381c
7
8 app-vim/*: bump EAPI 5 -> 7.
9
10 Signed-off-by: Marco Sirabella <marco <AT> sirabella.org>
11 Closes: https://github.com/gentoo/gentoo/pull/20530
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-vim/align/align-43.ebuild | 2 +-
15 app-vim/ansiesc/ansiesc-12.ebuild | 2 +-
16 app-vim/autoalign/autoalign-14.ebuild | 3 ++-
17 app-vim/bash-support/bash-support-4.2.1.ebuild | 2 +-
18 app-vim/c-support/c-support-6.1.1.ebuild | 2 +-
19 app-vim/cecutil/cecutil-17.ebuild | 2 +-
20 app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild | 2 +-
21 app-vim/checkattach/checkattach-0.17.ebuild | 2 +-
22 app-vim/colorschemes/colorschemes-20140623-r1.ebuild | 10 ++++------
23 app-vim/colorsel/colorsel-20100406.ebuild | 2 +-
24 app-vim/detectindent/detectindent-1.0_p20150908.ebuild | 2 +-
25 app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild | 2 +-
26 app-vim/git-patch-tags/git-patch-tags-0.2.ebuild | 2 +-
27 app-vim/gitlog/gitlog-5.1.0.ebuild | 2 +-
28 app-vim/gtk-syntax/gtk-syntax-20130716.ebuild | 2 +-
29 app-vim/json/json-20150511.ebuild | 3 ++-
30 app-vim/l9/l9-1.1.ebuild | 2 +-
31 app-vim/multiplesearch/multiplesearch-1.3.ebuild | 2 +-
32 app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild | 2 +-
33 app-vim/perl-support/perl-support-5.3.2.ebuild | 3 ++-
34 app-vim/perl-support/perl-support-5.4.ebuild | 3 ++-
35 app-vim/project/project-1.4.1.ebuild | 2 +-
36 app-vim/rails/rails-5.2.ebuild | 3 ++-
37 app-vim/recover/recover-0.18.ebuild | 2 +-
38 app-vim/repeat/repeat-1.1.ebuild | 3 ++-
39 app-vim/salt-vim/salt-vim-20151119.ebuild | 2 +-
40 app-vim/screen/screen-1.5.ebuild | 3 ++-
41 app-vim/securemodelines/securemodelines-20140926.ebuild | 2 +-
42 app-vim/sleuth/sleuth-1.1.ebuild | 2 +-
43 app-vim/snipmate/snipmate-0.87-r1.ebuild | 3 ++-
44 app-vim/sudoedit/sudoedit-0.21.ebuild | 3 ++-
45 app-vim/supertab/supertab-2.1.ebuild | 3 ++-
46 app-vim/surround/surround-2.1-r1.ebuild | 2 +-
47 app-vim/vcscommand/vcscommand-1.99.47.ebuild | 2 +-
48 app-vim/vim-addon-mw-utils/vim-addon-mw-utils-20121105.ebuild | 2 +-
49 app-vim/vim-misc/vim-misc-1.17.6.ebuild | 3 ++-
50 app-vim/vim-r/vim-r-1.2.6.ebuild | 2 +-
51 app-vim/vimcommander/vimcommander-0.81.ebuild | 2 +-
52 app-vim/yankring/yankring-19.0.ebuild | 2 +-
53 39 files changed, 53 insertions(+), 44 deletions(-)
54
55 diff --git a/app-vim/align/align-43.ebuild b/app-vim/align/align-43.ebuild
56 index 02b75287879..c4bba070b47 100644
57 --- a/app-vim/align/align-43.ebuild
58 +++ b/app-vim/align/align-43.ebuild
59 @@ -1,7 +1,7 @@
60 # Copyright 1999-2020 Gentoo Authors
61 # Distributed under the terms of the GNU General Public License v2
62
63 -EAPI=5
64 +EAPI=7
65
66 inherit vim-plugin
67
68
69 diff --git a/app-vim/ansiesc/ansiesc-12.ebuild b/app-vim/ansiesc/ansiesc-12.ebuild
70 index b45dfc4f9b2..b5e497766e8 100644
71 --- a/app-vim/ansiesc/ansiesc-12.ebuild
72 +++ b/app-vim/ansiesc/ansiesc-12.ebuild
73 @@ -1,7 +1,7 @@
74 # Copyright 1999-2018 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76
77 -EAPI=5
78 +EAPI=7
79
80 inherit vim-plugin
81
82
83 diff --git a/app-vim/autoalign/autoalign-14.ebuild b/app-vim/autoalign/autoalign-14.ebuild
84 index ace02e79d75..15c54639ed3 100644
85 --- a/app-vim/autoalign/autoalign-14.ebuild
86 +++ b/app-vim/autoalign/autoalign-14.ebuild
87 @@ -1,7 +1,7 @@
88 # Copyright 1999-2020 Gentoo Authors
89 # Distributed under the terms of the GNU General Public License v2
90
91 -EAPI=5
92 +EAPI=7
93
94 inherit vim-plugin
95
96 @@ -28,4 +28,5 @@ src_prepare() {
97 # Don't use the cecutil.vim included in the tarball, use the one
98 # provided by app-vim/cecutil instead.
99 rm plugin/cecutil.vim || die
100 + default
101 }
102
103 diff --git a/app-vim/bash-support/bash-support-4.2.1.ebuild b/app-vim/bash-support/bash-support-4.2.1.ebuild
104 index f4800891387..cce06f718a9 100644
105 --- a/app-vim/bash-support/bash-support-4.2.1.ebuild
106 +++ b/app-vim/bash-support/bash-support-4.2.1.ebuild
107 @@ -1,7 +1,7 @@
108 # Copyright 1999-2018 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110
111 -EAPI=5
112 +EAPI=7
113
114 inherit vim-plugin
115
116
117 diff --git a/app-vim/c-support/c-support-6.1.1.ebuild b/app-vim/c-support/c-support-6.1.1.ebuild
118 index f9cfe8c262e..1d7b2734f2a 100644
119 --- a/app-vim/c-support/c-support-6.1.1.ebuild
120 +++ b/app-vim/c-support/c-support-6.1.1.ebuild
121 @@ -1,7 +1,7 @@
122 # Copyright 1999-2018 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124
125 -EAPI=5
126 +EAPI=7
127
128 inherit vim-plugin
129
130
131 diff --git a/app-vim/cecutil/cecutil-17.ebuild b/app-vim/cecutil/cecutil-17.ebuild
132 index fc93400ec1d..6901653b085 100644
133 --- a/app-vim/cecutil/cecutil-17.ebuild
134 +++ b/app-vim/cecutil/cecutil-17.ebuild
135 @@ -1,7 +1,7 @@
136 # Copyright 1999-2020 Gentoo Authors
137 # Distributed under the terms of the GNU General Public License v2
138
139 -EAPI=5
140 +EAPI=7
141
142 inherit vim-plugin
143
144
145 diff --git a/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild b/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild
146 index 5bc129da502..9af1ff1f0e4 100644
147 --- a/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild
148 +++ b/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild
149 @@ -1,7 +1,7 @@
150 # Copyright 1999-2021 Gentoo Authors
151 # Distributed under the terms of the GNU General Public License v2
152
153 -EAPI=5
154 +EAPI=7
155 inherit vim-plugin
156
157 DESCRIPTION="vim plugin: Cfengine 3 configuration files syntax"
158
159 diff --git a/app-vim/checkattach/checkattach-0.17.ebuild b/app-vim/checkattach/checkattach-0.17.ebuild
160 index 8e37492bd15..c55dee6ff51 100644
161 --- a/app-vim/checkattach/checkattach-0.17.ebuild
162 +++ b/app-vim/checkattach/checkattach-0.17.ebuild
163 @@ -1,7 +1,7 @@
164 # Copyright 1999-2018 Gentoo Foundation
165 # Distributed under the terms of the GNU General Public License v2
166
167 -EAPI=5
168 +EAPI=7
169
170 inherit vim-plugin
171
172
173 diff --git a/app-vim/colorschemes/colorschemes-20140623-r1.ebuild b/app-vim/colorschemes/colorschemes-20140623-r1.ebuild
174 index 6293de9868d..0d4162e15f5 100644
175 --- a/app-vim/colorschemes/colorschemes-20140623-r1.ebuild
176 +++ b/app-vim/colorschemes/colorschemes-20140623-r1.ebuild
177 @@ -1,9 +1,9 @@
178 # Copyright 1999-2021 Gentoo Authors
179 # Distributed under the terms of the GNU General Public License v2
180
181 -EAPI=5
182 +EAPI=7
183
184 -inherit edos2unix epatch vim-plugin
185 +inherit edos2unix vim-plugin
186
187 DESCRIPTION="vim plugin: a collection of color schemes from vim.org"
188 HOMEPAGE="https://www.vim.org/"
189 @@ -18,10 +18,8 @@ for scheme names). To automatically set a scheme at startup, please see
190 :help vimrc."
191
192 src_prepare() {
193 - EPATCH_SOURCE="${S}/patches" \
194 - EPATCH_SUFFIX="patch" \
195 - EPATCH_FORCE="yes" \
196 - epatch
197 + default
198 + eapply -p0 "${S}"/patches/*.patch
199 rm -rf patches/
200
201 # fix line endings
202
203 diff --git a/app-vim/colorsel/colorsel-20100406.ebuild b/app-vim/colorsel/colorsel-20100406.ebuild
204 index a98a469b5b4..2ebf3f5ec76 100644
205 --- a/app-vim/colorsel/colorsel-20100406.ebuild
206 +++ b/app-vim/colorsel/colorsel-20100406.ebuild
207 @@ -1,7 +1,7 @@
208 # Copyright 1999-2020 Gentoo Authors
209 # Distributed under the terms of the GNU General Public License v2
210
211 -EAPI=5
212 +EAPI=7
213
214 inherit vim-plugin
215
216
217 diff --git a/app-vim/detectindent/detectindent-1.0_p20150908.ebuild b/app-vim/detectindent/detectindent-1.0_p20150908.ebuild
218 index 48402b60c7e..ba779e5ec0c 100644
219 --- a/app-vim/detectindent/detectindent-1.0_p20150908.ebuild
220 +++ b/app-vim/detectindent/detectindent-1.0_p20150908.ebuild
221 @@ -1,7 +1,7 @@
222 # Copyright 1999-2020 Gentoo Authors
223 # Distributed under the terms of the GNU General Public License v2
224
225 -EAPI=5
226 +EAPI=7
227
228 inherit vim-plugin
229
230
231 diff --git a/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild b/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild
232 index 46f399bbb7b..b1f5a9af5db 100644
233 --- a/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild
234 +++ b/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild
235 @@ -1,7 +1,7 @@
236 # Copyright 1999-2018 Gentoo Foundation
237 # Distributed under the terms of the GNU General Public License v2
238
239 -EAPI=5
240 +EAPI=7
241
242 inherit vim-plugin
243
244
245 diff --git a/app-vim/git-patch-tags/git-patch-tags-0.2.ebuild b/app-vim/git-patch-tags/git-patch-tags-0.2.ebuild
246 index fc3d10475db..9048275a2eb 100644
247 --- a/app-vim/git-patch-tags/git-patch-tags-0.2.ebuild
248 +++ b/app-vim/git-patch-tags/git-patch-tags-0.2.ebuild
249 @@ -1,7 +1,7 @@
250 # Copyright 1999-2018 Gentoo Foundation
251 # Distributed under the terms of the GNU General Public License v2
252
253 -EAPI=5
254 +EAPI=7
255
256 inherit vim-plugin
257
258
259 diff --git a/app-vim/gitlog/gitlog-5.1.0.ebuild b/app-vim/gitlog/gitlog-5.1.0.ebuild
260 index 55e58752e73..fe95f8f1921 100644
261 --- a/app-vim/gitlog/gitlog-5.1.0.ebuild
262 +++ b/app-vim/gitlog/gitlog-5.1.0.ebuild
263 @@ -1,7 +1,7 @@
264 # Copyright 1999-2018 Gentoo Foundation
265 # Distributed under the terms of the GNU General Public License v2
266
267 -EAPI=5
268 +EAPI=7
269 inherit vim-plugin
270
271 DESCRIPTION="vim plugin: git log and diff plugin for vim"
272
273 diff --git a/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild b/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild
274 index 601005bf200..b498994c9d1 100644
275 --- a/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild
276 +++ b/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild
277 @@ -1,7 +1,7 @@
278 # Copyright 1999-2021 Gentoo Authors
279 # Distributed under the terms of the GNU General Public License v2
280
281 -EAPI=5
282 +EAPI=7
283
284 inherit vim-plugin
285
286
287 diff --git a/app-vim/json/json-20150511.ebuild b/app-vim/json/json-20150511.ebuild
288 index 945e149aa0e..efdbe9a258c 100644
289 --- a/app-vim/json/json-20150511.ebuild
290 +++ b/app-vim/json/json-20150511.ebuild
291 @@ -1,7 +1,7 @@
292 # Copyright 1999-2016 Gentoo Foundation
293 # Distributed under the terms of the GNU General Public License v2
294
295 -EAPI=5
296 +EAPI=7
297
298 inherit vim-plugin
299
300 @@ -12,4 +12,5 @@ KEYWORDS="amd64 x86"
301
302 src_prepare() {
303 rm *-test.* license.md || die
304 + default
305 }
306
307 diff --git a/app-vim/l9/l9-1.1.ebuild b/app-vim/l9/l9-1.1.ebuild
308 index 9bee6627521..53007dd4fe0 100644
309 --- a/app-vim/l9/l9-1.1.ebuild
310 +++ b/app-vim/l9/l9-1.1.ebuild
311 @@ -1,7 +1,7 @@
312 # Copyright 1999-2018 Gentoo Foundation
313 # Distributed under the terms of the GNU General Public License v2
314
315 -EAPI=5
316 +EAPI=7
317
318 inherit vim-plugin
319
320
321 diff --git a/app-vim/multiplesearch/multiplesearch-1.3.ebuild b/app-vim/multiplesearch/multiplesearch-1.3.ebuild
322 index 107274f07b1..61ba9db3859 100644
323 --- a/app-vim/multiplesearch/multiplesearch-1.3.ebuild
324 +++ b/app-vim/multiplesearch/multiplesearch-1.3.ebuild
325 @@ -1,7 +1,7 @@
326 # Copyright 1999-2020 Gentoo Authors
327 # Distributed under the terms of the GNU General Public License v2
328
329 -EAPI=5
330 +EAPI=7
331
332 inherit vim-plugin
333
334
335 diff --git a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild
336 index 44bdb0ebfa0..89bac4a2685 100644
337 --- a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild
338 +++ b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild
339 @@ -1,7 +1,7 @@
340 # Copyright 1999-2019 Gentoo Authors
341 # Distributed under the terms of the GNU General Public License v2
342
343 -EAPI="5"
344 +EAPI=7
345
346 inherit vim-plugin
347
348
349 diff --git a/app-vim/perl-support/perl-support-5.3.2.ebuild b/app-vim/perl-support/perl-support-5.3.2.ebuild
350 index 9950764795c..03d23b7e14c 100644
351 --- a/app-vim/perl-support/perl-support-5.3.2.ebuild
352 +++ b/app-vim/perl-support/perl-support-5.3.2.ebuild
353 @@ -1,7 +1,7 @@
354 # Copyright 1999-2020 Gentoo Authors
355 # Distributed under the terms of the GNU General Public License v2
356
357 -EAPI=5
358 +EAPI=7
359 inherit vim-plugin
360
361 DESCRIPTION="vim plugin: Perl-IDE - Write and run Perl scripts using menus and hotkeys"
362 @@ -18,6 +18,7 @@ RDEPEND="
363 src_prepare() {
364 # Don't set tabstop and shiftwidth
365 sed -i '/=4/s/^/"/' ftplugin/perl.vim || die
366 + default
367 }
368
369 src_install() {
370
371 diff --git a/app-vim/perl-support/perl-support-5.4.ebuild b/app-vim/perl-support/perl-support-5.4.ebuild
372 index 6ff67a56f55..b36b555f700 100644
373 --- a/app-vim/perl-support/perl-support-5.4.ebuild
374 +++ b/app-vim/perl-support/perl-support-5.4.ebuild
375 @@ -1,7 +1,7 @@
376 # Copyright 1999-2020 Gentoo Authors
377 # Distributed under the terms of the GNU General Public License v2
378
379 -EAPI=5
380 +EAPI=7
381 inherit vim-plugin
382
383 DESCRIPTION="vim plugin: Perl-IDE - Write and run Perl scripts using menus and hotkeys"
384 @@ -23,6 +23,7 @@ S="${WORKDIR}/${PN}-version-${PV}"
385 src_prepare() {
386 # Don't set tabstop and shiftwidth
387 sed -i '/=4/s/^/"/' ftplugin/perl.vim || die
388 + default
389 }
390
391 src_install() {
392
393 diff --git a/app-vim/project/project-1.4.1.ebuild b/app-vim/project/project-1.4.1.ebuild
394 index b90a25189c6..e1880f059a4 100644
395 --- a/app-vim/project/project-1.4.1.ebuild
396 +++ b/app-vim/project/project-1.4.1.ebuild
397 @@ -1,7 +1,7 @@
398 # Copyright 1999-2018 Gentoo Foundation
399 # Distributed under the terms of the GNU General Public License v2
400
401 -EAPI=5
402 +EAPI=7
403
404 inherit vim-plugin
405
406
407 diff --git a/app-vim/rails/rails-5.2.ebuild b/app-vim/rails/rails-5.2.ebuild
408 index 10a6335781c..0cc49294e6d 100644
409 --- a/app-vim/rails/rails-5.2.ebuild
410 +++ b/app-vim/rails/rails-5.2.ebuild
411 @@ -1,7 +1,7 @@
412 # Copyright 1999-2018 Gentoo Foundation
413 # Distributed under the terms of the GNU General Public License v2
414
415 -EAPI=5
416 +EAPI=7
417
418 inherit vim-plugin
419
420 @@ -20,4 +20,5 @@ S=${WORKDIR}/${MY_P}
421
422 src_prepare() {
423 rm *.markdown || die
424 + default
425 }
426
427 diff --git a/app-vim/recover/recover-0.18.ebuild b/app-vim/recover/recover-0.18.ebuild
428 index 7512b666fb1..f9b860a5657 100644
429 --- a/app-vim/recover/recover-0.18.ebuild
430 +++ b/app-vim/recover/recover-0.18.ebuild
431 @@ -1,7 +1,7 @@
432 # Copyright 1999-2018 Gentoo Foundation
433 # Distributed under the terms of the GNU General Public License v2
434
435 -EAPI=5
436 +EAPI=7
437 inherit vim-plugin
438
439 DESCRIPTION="vim plugin: show differences for recovered files"
440
441 diff --git a/app-vim/repeat/repeat-1.1.ebuild b/app-vim/repeat/repeat-1.1.ebuild
442 index c2506991860..7ef2b6215c1 100644
443 --- a/app-vim/repeat/repeat-1.1.ebuild
444 +++ b/app-vim/repeat/repeat-1.1.ebuild
445 @@ -1,7 +1,7 @@
446 # Copyright 1999-2018 Gentoo Foundation
447 # Distributed under the terms of the GNU General Public License v2
448
449 -EAPI=5
450 +EAPI=7
451
452 inherit vim-plugin
453
454 @@ -18,4 +18,5 @@ S=${WORKDIR}/${MY_P}
455
456 src_prepare() {
457 rm *.markdown || die
458 + default
459 }
460
461 diff --git a/app-vim/salt-vim/salt-vim-20151119.ebuild b/app-vim/salt-vim/salt-vim-20151119.ebuild
462 index c063d767601..b5584b45525 100644
463 --- a/app-vim/salt-vim/salt-vim-20151119.ebuild
464 +++ b/app-vim/salt-vim/salt-vim-20151119.ebuild
465 @@ -1,7 +1,7 @@
466 # Copyright 1999-2021 Gentoo Authors
467 # Distributed under the terms of the GNU General Public License v2
468
469 -EAPI=5
470 +EAPI=7
471
472 inherit vim-plugin
473
474
475 diff --git a/app-vim/screen/screen-1.5.ebuild b/app-vim/screen/screen-1.5.ebuild
476 index 1dfb67f9091..d1ca61950c7 100644
477 --- a/app-vim/screen/screen-1.5.ebuild
478 +++ b/app-vim/screen/screen-1.5.ebuild
479 @@ -1,7 +1,7 @@
480 # Copyright 1999-2020 Gentoo Authors
481 # Distributed under the terms of the GNU General Public License v2
482
483 -EAPI=5
484 +EAPI=7
485
486 inherit vim-plugin vcs-snapshot
487
488 @@ -18,4 +18,5 @@ RDEPEND="|| ( app-misc/screen app-misc/tmux )"
489
490 src_prepare() {
491 rm README || die
492 + default
493 }
494
495 diff --git a/app-vim/securemodelines/securemodelines-20140926.ebuild b/app-vim/securemodelines/securemodelines-20140926.ebuild
496 index 7ab9e570dfd..8a417ec2e23 100644
497 --- a/app-vim/securemodelines/securemodelines-20140926.ebuild
498 +++ b/app-vim/securemodelines/securemodelines-20140926.ebuild
499 @@ -1,7 +1,7 @@
500 # Copyright 1999-2020 Gentoo Authors
501 # Distributed under the terms of the GNU General Public License v2
502
503 -EAPI=5
504 +EAPI=7
505 inherit vim-plugin
506
507 DESCRIPTION="vim plugin: secure, user-configurable modeline support"
508
509 diff --git a/app-vim/sleuth/sleuth-1.1.ebuild b/app-vim/sleuth/sleuth-1.1.ebuild
510 index f3ba9c8c956..4d001af564f 100644
511 --- a/app-vim/sleuth/sleuth-1.1.ebuild
512 +++ b/app-vim/sleuth/sleuth-1.1.ebuild
513 @@ -1,7 +1,7 @@
514 # Copyright 1999-2018 Gentoo Foundation
515 # Distributed under the terms of the GNU General Public License v2
516
517 -EAPI="5"
518 +EAPI=7
519
520 inherit vim-plugin
521
522
523 diff --git a/app-vim/snipmate/snipmate-0.87-r1.ebuild b/app-vim/snipmate/snipmate-0.87-r1.ebuild
524 index 4397b174c5a..51acbd7d698 100644
525 --- a/app-vim/snipmate/snipmate-0.87-r1.ebuild
526 +++ b/app-vim/snipmate/snipmate-0.87-r1.ebuild
527 @@ -1,7 +1,7 @@
528 # Copyright 1999-2018 Gentoo Foundation
529 # Distributed under the terms of the GNU General Public License v2
530
531 -EAPI=5
532 +EAPI=7
533
534 inherit vim-plugin
535
536 @@ -26,4 +26,5 @@ VIM_PLUGIN_MESSAGES="filetype"
537
538 src_prepare() {
539 rm addon-info.json || die
540 + default
541 }
542
543 diff --git a/app-vim/sudoedit/sudoedit-0.21.ebuild b/app-vim/sudoedit/sudoedit-0.21.ebuild
544 index c2dac75eec6..9f298e3eff3 100644
545 --- a/app-vim/sudoedit/sudoedit-0.21.ebuild
546 +++ b/app-vim/sudoedit/sudoedit-0.21.ebuild
547 @@ -1,7 +1,7 @@
548 # Copyright 1999-2018 Gentoo Foundation
549 # Distributed under the terms of the GNU General Public License v2
550
551 -EAPI=5
552 +EAPI=7
553
554 inherit vim-plugin
555
556 @@ -16,4 +16,5 @@ RDEPEND="|| ( app-admin/sudo sys-apps/shadow )"
557 src_prepare() {
558 # remove unused windows related files
559 rm autoload/{sudo.cmd,SudoEdit.vbs} || die
560 + default
561 }
562
563 diff --git a/app-vim/supertab/supertab-2.1.ebuild b/app-vim/supertab/supertab-2.1.ebuild
564 index cef7dfb0d3d..8f0cb83ec49 100644
565 --- a/app-vim/supertab/supertab-2.1.ebuild
566 +++ b/app-vim/supertab/supertab-2.1.ebuild
567 @@ -1,7 +1,7 @@
568 # Copyright 1999-2019 Gentoo Authors
569 # Distributed under the terms of the GNU General Public License v2
570
571 -EAPI="5"
572 +EAPI=7
573
574 inherit vim-plugin
575
576 @@ -15,4 +15,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
577
578 src_prepare() {
579 rm Makefile .gitignore || die
580 + default
581 }
582
583 diff --git a/app-vim/surround/surround-2.1-r1.ebuild b/app-vim/surround/surround-2.1-r1.ebuild
584 index c74a7ec85ae..13e9d2e108c 100644
585 --- a/app-vim/surround/surround-2.1-r1.ebuild
586 +++ b/app-vim/surround/surround-2.1-r1.ebuild
587 @@ -1,7 +1,7 @@
588 # Copyright 1999-2018 Gentoo Foundation
589 # Distributed under the terms of the GNU General Public License v2
590
591 -EAPI=5
592 +EAPI=7
593
594 inherit vim-plugin
595
596
597 diff --git a/app-vim/vcscommand/vcscommand-1.99.47.ebuild b/app-vim/vcscommand/vcscommand-1.99.47.ebuild
598 index 4fb0a58bc0a..fab405141ae 100644
599 --- a/app-vim/vcscommand/vcscommand-1.99.47.ebuild
600 +++ b/app-vim/vcscommand/vcscommand-1.99.47.ebuild
601 @@ -1,7 +1,7 @@
602 # Copyright 1999-2021 Gentoo Authors
603 # Distributed under the terms of the GNU General Public License v2
604
605 -EAPI=5
606 +EAPI=7
607
608 inherit vim-plugin
609
610
611 diff --git a/app-vim/vim-addon-mw-utils/vim-addon-mw-utils-20121105.ebuild b/app-vim/vim-addon-mw-utils/vim-addon-mw-utils-20121105.ebuild
612 index e1a865ff200..1bdd624d46a 100644
613 --- a/app-vim/vim-addon-mw-utils/vim-addon-mw-utils-20121105.ebuild
614 +++ b/app-vim/vim-addon-mw-utils/vim-addon-mw-utils-20121105.ebuild
615 @@ -1,7 +1,7 @@
616 # Copyright 1999-2018 Gentoo Foundation
617 # Distributed under the terms of the GNU General Public License v2
618
619 -EAPI=5
620 +EAPI=7
621
622 inherit vim-plugin
623
624
625 diff --git a/app-vim/vim-misc/vim-misc-1.17.6.ebuild b/app-vim/vim-misc/vim-misc-1.17.6.ebuild
626 index 10ce26e479e..43180c27bd2 100644
627 --- a/app-vim/vim-misc/vim-misc-1.17.6.ebuild
628 +++ b/app-vim/vim-misc/vim-misc-1.17.6.ebuild
629 @@ -1,7 +1,7 @@
630 # Copyright 1999-2015 Gentoo Foundation
631 # Distributed under the terms of the GNU General Public License v2
632
633 -EAPI=5
634 +EAPI=7
635
636 inherit vim-plugin
637
638 @@ -15,4 +15,5 @@ VIM_PLUGIN_HELPFILES="misc.txt"
639
640 src_prepare() {
641 rm INSTALL.md addon-info.json autoload/xolox/misc/echo.exe || die
642 + default
643 }
644
645 diff --git a/app-vim/vim-r/vim-r-1.2.6.ebuild b/app-vim/vim-r/vim-r-1.2.6.ebuild
646 index c02b63c3817..5f14e094b4c 100644
647 --- a/app-vim/vim-r/vim-r-1.2.6.ebuild
648 +++ b/app-vim/vim-r/vim-r-1.2.6.ebuild
649 @@ -1,7 +1,7 @@
650 # Copyright 1999-2018 Gentoo Foundation
651 # Distributed under the terms of the GNU General Public License v2
652
653 -EAPI=5
654 +EAPI=7
655
656 inherit vim-plugin
657
658
659 diff --git a/app-vim/vimcommander/vimcommander-0.81.ebuild b/app-vim/vimcommander/vimcommander-0.81.ebuild
660 index 1033bee83c8..88837cdb1d9 100644
661 --- a/app-vim/vimcommander/vimcommander-0.81.ebuild
662 +++ b/app-vim/vimcommander/vimcommander-0.81.ebuild
663 @@ -1,7 +1,7 @@
664 # Copyright 1999-2020 Gentoo Authors
665 # Distributed under the terms of the GNU General Public License v2
666
667 -EAPI=5
668 +EAPI=7
669 inherit vim-plugin
670
671 DESCRIPTION="vim plugin: Total Commander style file explorer"
672
673 diff --git a/app-vim/yankring/yankring-19.0.ebuild b/app-vim/yankring/yankring-19.0.ebuild
674 index 5f82da83915..71a8fd7d17f 100644
675 --- a/app-vim/yankring/yankring-19.0.ebuild
676 +++ b/app-vim/yankring/yankring-19.0.ebuild
677 @@ -1,7 +1,7 @@
678 # Copyright 1999-2018 Gentoo Foundation
679 # Distributed under the terms of the GNU General Public License v2
680
681 -EAPI=5
682 +EAPI=7
683 inherit vim-plugin
684
685 DESCRIPTION="vim plugin: maintains a history of previous yanks and deletes"