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/ctrlp/, app-vim/vimoutliner/, app-vim/vimagit/, app-vim/vim-go/, ...
Date: Sun, 02 May 2021 20:22:38
Message-Id: 1619986948.b94cea8c06bd820ad663acd1695b70df8b8f915b.monsieurp@gentoo
1 commit: b94cea8c06bd820ad663acd1695b70df8b8f915b
2 Author: Marco Sirabella <marco <AT> sirabella <DOT> org>
3 AuthorDate: Wed Apr 28 12:53:11 2021 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 20:22:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94cea8c
7
8 app-vim/*: explicity specify DOCS for einstalldocs.
9
10 Signed-off-by: Marco Sirabella <marco <AT> sirabella.org>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 app-vim/airline/airline-0.11.ebuild | 2 ++
14 app-vim/ctrlp/ctrlp-1.80.ebuild | 2 ++
15 app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild | 2 ++
16 app-vim/iris/iris-1.0.0.ebuild | 2 ++
17 app-vim/json/json-20150511.ebuild | 2 ++
18 app-vim/merginal/merginal-2.1.2.ebuild | 2 ++
19 app-vim/merginal/merginal-9999.ebuild | 2 ++
20 app-vim/nerdtree-tabs/nerdtree-tabs-1.4.7.ebuild | 2 ++
21 app-vim/nerdtree/nerdtree-6.4.1.ebuild | 2 ++
22 app-vim/nerdtree/nerdtree-6.4.3.ebuild | 2 ++
23 app-vim/nerdtree/nerdtree-9999.ebuild | 2 ++
24 app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild | 2 ++
25 app-vim/tcomment/tcomment-3.08.1.ebuild | 2 ++
26 app-vim/tcomment/tcomment-9999.ebuild | 2 ++
27 app-vim/tlib/tlib-1.22.ebuild | 2 ++
28 app-vim/tlib/tlib-1.23.ebuild | 2 ++
29 app-vim/vim-autoclose/vim-autoclose-2.0.ebuild | 2 ++
30 app-vim/vim-go/vim-go-1.13.ebuild | 2 ++
31 app-vim/vim-go/vim-go-1.19.ebuild | 2 ++
32 app-vim/vim-go/vim-go-1.20.ebuild | 2 ++
33 app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild | 3 ---
34 app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 ++
35 app-vim/vimagit/vimagit-1.7.3.ebuild | 2 ++
36 app-vim/vimagit/vimagit-9999.ebuild | 2 ++
37 app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild | 4 ++--
38 app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild | 2 ++
39 26 files changed, 50 insertions(+), 5 deletions(-)
40
41 diff --git a/app-vim/airline/airline-0.11.ebuild b/app-vim/airline/airline-0.11.ebuild
42 index 5f320b746c7..6b50145bb08 100644
43 --- a/app-vim/airline/airline-0.11.ebuild
44 +++ b/app-vim/airline/airline-0.11.ebuild
45 @@ -21,6 +21,8 @@ HOMEPAGE="https://github.com/vim-airline/vim-airline/ https://www.vim.org/script
46 LICENSE="MIT"
47 VIM_PLUGIN_HELPFILES="${PN}.txt"
48
49 +DOCS=( CHANGELOG.md )
50 +
51 src_prepare() {
52 default
53
54
55 diff --git a/app-vim/ctrlp/ctrlp-1.80.ebuild b/app-vim/ctrlp/ctrlp-1.80.ebuild
56 index 2c42572f0e5..fd21dc094c5 100644
57 --- a/app-vim/ctrlp/ctrlp-1.80.ebuild
58 +++ b/app-vim/ctrlp/ctrlp-1.80.ebuild
59 @@ -14,3 +14,5 @@ KEYWORDS="amd64 x86"
60 S="${WORKDIR}/${PN}.vim-${PV}"
61
62 VIM_PLUGIN_HELPFILES="${PN}.txt"
63 +
64 +DOCS=( readme.md )
65
66 diff --git a/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild b/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild
67 index cf9b207e767..482a0edd731 100644
68 --- a/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild
69 +++ b/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild
70 @@ -15,3 +15,5 @@ LICENSE="vim"
71 KEYWORDS="~amd64 ~x86"
72
73 VIM_PLUGIN_HELPFILES="${PN}.txt"
74 +
75 +DOCS=( readme.md )
76
77 diff --git a/app-vim/iris/iris-1.0.0.ebuild b/app-vim/iris/iris-1.0.0.ebuild
78 index 8e10bcffdb9..fda74eed994 100644
79 --- a/app-vim/iris/iris-1.0.0.ebuild
80 +++ b/app-vim/iris/iris-1.0.0.ebuild
81 @@ -25,6 +25,8 @@ RDEPEND="
82
83 S="${WORKDIR}/${MY_P}"
84
85 +DOCS=( README.md CHANGELOG.md )
86 +
87 src_install() {
88 mv api.py iris-api || die
89 mv idle.py iris-idle || die
90
91 diff --git a/app-vim/json/json-20150511.ebuild b/app-vim/json/json-20150511.ebuild
92 index efdbe9a258c..b63a098f557 100644
93 --- a/app-vim/json/json-20150511.ebuild
94 +++ b/app-vim/json/json-20150511.ebuild
95 @@ -10,6 +10,8 @@ HOMEPAGE="https://github.com/elzr/vim-json/"
96 LICENSE="MIT"
97 KEYWORDS="amd64 x86"
98
99 +DOCS=( readme.md )
100 +
101 src_prepare() {
102 rm *-test.* license.md || die
103 default
104
105 diff --git a/app-vim/merginal/merginal-2.1.2.ebuild b/app-vim/merginal/merginal-2.1.2.ebuild
106 index 6d95e33ef10..7c75fa4a0de 100644
107 --- a/app-vim/merginal/merginal-2.1.2.ebuild
108 +++ b/app-vim/merginal/merginal-2.1.2.ebuild
109 @@ -25,6 +25,8 @@ RDEPEND="app-vim/fugitive"
110
111 VIM_PLUGIN_HELPFILES="${PN}"
112
113 +DOCS=( CHANGELOG.md )
114 +
115 src_prepare() {
116 rm README.md || die
117 default
118
119 diff --git a/app-vim/merginal/merginal-9999.ebuild b/app-vim/merginal/merginal-9999.ebuild
120 index 6d95e33ef10..7c75fa4a0de 100644
121 --- a/app-vim/merginal/merginal-9999.ebuild
122 +++ b/app-vim/merginal/merginal-9999.ebuild
123 @@ -25,6 +25,8 @@ RDEPEND="app-vim/fugitive"
124
125 VIM_PLUGIN_HELPFILES="${PN}"
126
127 +DOCS=( CHANGELOG.md )
128 +
129 src_prepare() {
130 rm README.md || die
131 default
132
133 diff --git a/app-vim/nerdtree-tabs/nerdtree-tabs-1.4.7.ebuild b/app-vim/nerdtree-tabs/nerdtree-tabs-1.4.7.ebuild
134 index 85793d95a23..fcda074e38f 100644
135 --- a/app-vim/nerdtree-tabs/nerdtree-tabs-1.4.7.ebuild
136 +++ b/app-vim/nerdtree-tabs/nerdtree-tabs-1.4.7.ebuild
137 @@ -17,6 +17,8 @@ S="${WORKDIR}/vim-${P}"
138
139 VIM_PLUGIN_HELPFILES="${PN}"
140
141 +DOCS=( CHANGELOG.md )
142 +
143 src_prepare() {
144 default
145 rm LICENSE README.md || die
146
147 diff --git a/app-vim/nerdtree/nerdtree-6.4.1.ebuild b/app-vim/nerdtree/nerdtree-6.4.1.ebuild
148 index 6f2574ec935..dabdc9a063c 100644
149 --- a/app-vim/nerdtree/nerdtree-6.4.1.ebuild
150 +++ b/app-vim/nerdtree/nerdtree-6.4.1.ebuild
151 @@ -13,6 +13,8 @@ KEYWORDS="~amd64 ~x86 ~x64-macos"
152
153 VIM_PLUGIN_HELPFILES="NERD_tree"
154
155 +DOCS=( CHANGELOG.md README.markdown )
156 +
157 src_prepare() {
158 default
159 rm LICENCE || die
160
161 diff --git a/app-vim/nerdtree/nerdtree-6.4.3.ebuild b/app-vim/nerdtree/nerdtree-6.4.3.ebuild
162 index 99a848dacfc..6822cdb30fa 100644
163 --- a/app-vim/nerdtree/nerdtree-6.4.3.ebuild
164 +++ b/app-vim/nerdtree/nerdtree-6.4.3.ebuild
165 @@ -19,6 +19,8 @@ LICENSE="WTFPL-2"
166
167 VIM_PLUGIN_HELPFILES="NERD_tree"
168
169 +DOCS=( CHANGELOG.md README.markdown )
170 +
171 src_prepare() {
172 rm LICENCE screenshot.png _config.yml || die
173 default
174
175 diff --git a/app-vim/nerdtree/nerdtree-9999.ebuild b/app-vim/nerdtree/nerdtree-9999.ebuild
176 index 99a848dacfc..6822cdb30fa 100644
177 --- a/app-vim/nerdtree/nerdtree-9999.ebuild
178 +++ b/app-vim/nerdtree/nerdtree-9999.ebuild
179 @@ -19,6 +19,8 @@ LICENSE="WTFPL-2"
180
181 VIM_PLUGIN_HELPFILES="NERD_tree"
182
183 +DOCS=( CHANGELOG.md README.markdown )
184 +
185 src_prepare() {
186 rm LICENCE screenshot.png _config.yml || die
187 default
188
189 diff --git a/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild b/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild
190 index 57a193e0e66..69f495e1670 100644
191 --- a/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild
192 +++ b/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild
193 @@ -15,3 +15,5 @@ DEPEND="app-arch/unzip"
194 RDEPEND="${DEPEND}"
195
196 S="${WORKDIR}/${PN}.vim-master"
197 +
198 +DOCS=( readme.md )
199
200 diff --git a/app-vim/tcomment/tcomment-3.08.1.ebuild b/app-vim/tcomment/tcomment-3.08.1.ebuild
201 index 0e8c814890a..e602ed81329 100644
202 --- a/app-vim/tcomment/tcomment-3.08.1.ebuild
203 +++ b/app-vim/tcomment/tcomment-3.08.1.ebuild
204 @@ -22,6 +22,8 @@ LICENSE="GPL-3"
205
206 VIM_PLUGIN_HELPFILES="${PN}.txt"
207
208 +DOCS=( CHANGES.TXT )
209 +
210 src_prepare() {
211 default
212 rm -r README LICENSE.TXT etc spec addon* || die
213
214 diff --git a/app-vim/tcomment/tcomment-9999.ebuild b/app-vim/tcomment/tcomment-9999.ebuild
215 index 1ac364c516d..7924fe5a73e 100644
216 --- a/app-vim/tcomment/tcomment-9999.ebuild
217 +++ b/app-vim/tcomment/tcomment-9999.ebuild
218 @@ -22,6 +22,8 @@ LICENSE="GPL-3"
219
220 VIM_PLUGIN_HELPFILES="${PN}.txt"
221
222 +DOCS=( CHANGES.txt )
223 +
224 src_prepare() {
225 default
226 rm -r README LICENSE.TXT etc spec addon* || die
227
228 diff --git a/app-vim/tlib/tlib-1.22.ebuild b/app-vim/tlib/tlib-1.22.ebuild
229 index 1c39dca52f2..8894330256a 100644
230 --- a/app-vim/tlib/tlib-1.22.ebuild
231 +++ b/app-vim/tlib/tlib-1.22.ebuild
232 @@ -18,6 +18,8 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
233
234 S=${WORKDIR}/${MY_P}
235
236 +DOCS=( README CHANGES.TXT )
237 +
238 src_prepare() {
239 default
240 rm -r test samples addon-info.json || die
241
242 diff --git a/app-vim/tlib/tlib-1.23.ebuild b/app-vim/tlib/tlib-1.23.ebuild
243 index eb715c1632e..de751c8772f 100644
244 --- a/app-vim/tlib/tlib-1.23.ebuild
245 +++ b/app-vim/tlib/tlib-1.23.ebuild
246 @@ -18,6 +18,8 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
247
248 S=${WORKDIR}/${MY_P}
249
250 +DOCS=( README CHANGES.TXT )
251 +
252 src_prepare() {
253 default
254 rm -r test samples addon-info.json || die
255
256 diff --git a/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild b/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild
257 index b831f463e57..6a99e0c2c47 100644
258 --- a/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild
259 +++ b/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild
260 @@ -11,6 +11,8 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
261 LICENSE="vim"
262 KEYWORDS="amd64 x86"
263
264 +DOCS=( README.txt AUTHORS.txt )
265 +
266 src_unpack() {
267 default
268 mv * "${P}" || die
269
270 diff --git a/app-vim/vim-go/vim-go-1.13.ebuild b/app-vim/vim-go/vim-go-1.13.ebuild
271 index 13ca24a1926..ad5a3b54230 100644
272 --- a/app-vim/vim-go/vim-go-1.13.ebuild
273 +++ b/app-vim/vim-go/vim-go-1.13.ebuild
274 @@ -16,6 +16,8 @@ VIM_PLUGIN_HELPFILES="${PN}"
275
276 RESTRICT="test"
277
278 +DOCS=( README.md CHANGELOG.md )
279 +
280 src_compile() {
281 # safely skip `make test` triggered by `make` as it runs `go get` commands
282 # TODO: see :GoInstallBinaries (https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt)
283
284 diff --git a/app-vim/vim-go/vim-go-1.19.ebuild b/app-vim/vim-go/vim-go-1.19.ebuild
285 index 34139c8cfca..9bed778af92 100644
286 --- a/app-vim/vim-go/vim-go-1.19.ebuild
287 +++ b/app-vim/vim-go/vim-go-1.19.ebuild
288 @@ -16,6 +16,8 @@ VIM_PLUGIN_HELPFILES="${PN}"
289
290 RESTRICT="test"
291
292 +DOCS=( README.md CHANGELOG.md )
293 +
294 src_compile() {
295 # safely skip `make test` triggered by `make` as it runs `go get` commands
296 # TODO: see :GoInstallBinaries (https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt)
297
298 diff --git a/app-vim/vim-go/vim-go-1.20.ebuild b/app-vim/vim-go/vim-go-1.20.ebuild
299 index 3a674061758..a8af2d6a21c 100644
300 --- a/app-vim/vim-go/vim-go-1.20.ebuild
301 +++ b/app-vim/vim-go/vim-go-1.20.ebuild
302 @@ -15,6 +15,8 @@ VIM_PLUGIN_HELPFILES="${PN}"
303
304 RESTRICT="test"
305
306 +DOCS=( README.md CHANGELOG.md )
307 +
308 src_compile() {
309 # safely skip `make test` triggered by `make` as it runs `go get` commands
310 # TODO: see :GoInstallBinaries (https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt)
311
312 diff --git a/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild b/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild
313 index ebf1fe13f8b..5706c1bf186 100644
314 --- a/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild
315 +++ b/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild
316 @@ -17,8 +17,5 @@ src_install() {
317 rm -r \
318 "${ED}"/usr/share/vim/vimfiles/spec \
319 "${ED}"/usr/share/vim/vimfiles/assets \
320 - "${ED}"/usr/share/doc/${PF}/MIT-LICENSE.txt \
321 - "${ED}"/usr/share/doc/${PF}/Rakefile \
322 - "${ED}"/usr/share/doc/${PF}/Gemfile.lock \
323 || die "rm failed"
324 }
325
326 diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
327 index a0de84c8678..e5d150acda3 100644
328 --- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
329 +++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
330 @@ -10,3 +10,5 @@ HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
331 SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
332 LICENSE="public-domain MIT"
333 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
334 +
335 +DOCS=( README.md CHANGELOG.md )
336
337 diff --git a/app-vim/vimagit/vimagit-1.7.3.ebuild b/app-vim/vimagit/vimagit-1.7.3.ebuild
338 index 2fa87c6aceb..2c6c0674676 100644
339 --- a/app-vim/vimagit/vimagit-1.7.3.ebuild
340 +++ b/app-vim/vimagit/vimagit-1.7.3.ebuild
341 @@ -19,6 +19,8 @@ VIM_PLUGIN_HELPFILES="${PN}"
342
343 RDEPEND="dev-vcs/git"
344
345 +DOCS=( README.md Changelog )
346 +
347 src_prepare() {
348 rm _config.yml || die
349 default
350
351 diff --git a/app-vim/vimagit/vimagit-9999.ebuild b/app-vim/vimagit/vimagit-9999.ebuild
352 index 2fa87c6aceb..2c6c0674676 100644
353 --- a/app-vim/vimagit/vimagit-9999.ebuild
354 +++ b/app-vim/vimagit/vimagit-9999.ebuild
355 @@ -19,6 +19,8 @@ VIM_PLUGIN_HELPFILES="${PN}"
356
357 RDEPEND="dev-vcs/git"
358
359 +DOCS=( README.md Changelog )
360 +
361 src_prepare() {
362 rm _config.yml || die
363 default
364
365 diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
366 index 6d3c5d62b0e..136a7d20461 100644
367 --- a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
368 +++ b/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
369 @@ -19,7 +19,7 @@ RDEPEND="dev-lang/clojure"
370
371 S="${WORKDIR}/${MY_PN}-${PV}"
372
373 -DOCS=( doc/LICENSE.txt )
374 +DOCS=( README README.markdown )
375
376 # Files with similar names are already installed by app-vim/slimv.
377 DUPLICATE_FILES=(
378 @@ -47,6 +47,6 @@ src_prepare() {
379
380 src_install() {
381 einstalldocs
382 - rm -rv "${DOCS[@]}" bin || die
383 + rm -rv doc/LICENSE.txt bin || die
384 vim-plugin_src_install
385 }
386
387 diff --git a/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild b/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild
388 index 223c9d3a7da..b53f28c71cc 100644
389 --- a/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild
390 +++ b/app-vim/vimoutliner/vimoutliner-0.4.0_p20180301-r2.ebuild
391 @@ -30,6 +30,8 @@ RDEPEND="
392 DEPEND="
393 ${RDEPEND}"
394
395 +DOCS=( README CHANGELOG TODO.otl )
396 +
397 src_prepare() {
398 default