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-editors/neovim/
Date: Fri, 29 Mar 2019 09:19:29
Message-Id: 1553851153.cd833769a1c6eff7e24d0cc8dbe1ce584a6cedb0.monsieurp@gentoo
1 commit: cd833769a1c6eff7e24d0cc8dbe1ce584a6cedb0
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 29 09:12:13 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 29 09:19:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd833769
7
8 app-editors/neovim: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 app-editors/neovim/Manifest | 3 -
14 app-editors/neovim/neovim-0.2.0-r1.ebuild | 83 ---------------------------
15 app-editors/neovim/neovim-0.2.2-r1.ebuild | 83 ---------------------------
16 app-editors/neovim/neovim-0.3.0.ebuild | 92 ------------------------------
17 app-editors/neovim/neovim-0.3.1.ebuild | 95 -------------------------------
18 5 files changed, 356 deletions(-)
19
20 diff --git a/app-editors/neovim/Manifest b/app-editors/neovim/Manifest
21 index 13b58915811..cca95156a72 100644
22 --- a/app-editors/neovim/Manifest
23 +++ b/app-editors/neovim/Manifest
24 @@ -1,6 +1,3 @@
25 -DIST neovim-0.2.0.tar.gz 7846467 BLAKE2B ee929122b3855ccab6247a0e8ab975b09d77e1034229ea324ed82ad705cacbd39f55d2fa96eea3f3677c7efe64c69ebecedd5fde09e508a6fd23acb6a1f5b489 SHA512 fc4be03c5bee1c9928376938679f9a900f3ee2e58df817d1cb9b5af51350dccca63a7638114b0326ec4565a047faaa4b50fecfc932c1d59ee92efa54625e22cd
26 -DIST neovim-0.2.2.tar.gz 8325879 BLAKE2B dbf43c5927b8c8719adae9a3f73c57429de47f1b7c7489a118b7467df2f0d32cd02df8e10889727b4dd77fe8b4fb4f95520c678d6775d5d908705770a47cec0c SHA512 5609defe86ac98356f1b9ae9adc6049bb4df920a9a2ae3104f761d52d4dd54cbc84d2596231595dd9b0aa97201fef2121e6c5c86a19267ab6b871dbf4b568209
27 -DIST neovim-0.3.0.tar.gz 8903630 BLAKE2B 44936f0042be1771725a42168865d65f9afe048c116ed0d5f1542dffd8206a21dc4cbab1e08e97fdc27083251655c43df0451c5808ed6c6ad99eb2d582c55b9b SHA512 8944be5562a69d5da5bce3a6673cc0b1930eb5592eb15c40139a1991f89f63435141449e7b4371ee28ff426575fcad475396e3d982004e17a902bda1d8ae6a95
28 DIST neovim-0.3.1.tar.gz 8937900 BLAKE2B 05de31d194a69b9cecd34210ecfe7460968f4255c850b9bb93b8ab8f5721463c434dd9249a43153c6e65584192bbe0a2720a474c5d8b3b73776148179d18943b SHA512 42c541608509dc0335203ee1c008045f0eaeebce8e18dffc554ab22a029da700bba9b8c721bd9d68337ddb4a56f8cf034fad2a3eb88d36baf8295e6648fce506
29 DIST neovim-0.3.2.tar.gz 9230960 BLAKE2B c9d0ee2f679f411c3ece2aa186e31d0143479f6ec19d4d54c34cd4be519a92e9f213fc821b347a0e3af6817b6ce745cdff523af41d5b558940b76d9df726253b SHA512 1192d9330da3ab543dcb39bdff517637c7a52be558ad07a60de27bbf051432064edc230b46ddd9cdcae006ba1340550128e4d4ced7105f1aab57b13c2c4479ae
30 DIST neovim-0.3.3.tar.gz 9231632 BLAKE2B 96bffabcc7c7c2edca79f64e51348954b550910d71c55d00dd3d91d9c51a75742e5a4b919701c24c00de1d372a4269b491028e61afcce45375360dc35f3b943e SHA512 2e2910e0dafdff69d2d9f54376c6d7c64e0f172bda02f85281fe6e694e7d81365e682793e454a0ca6f6c1b8a4ed9120bbfe574afa1fd0e6368e06af743d7d147
31
32 diff --git a/app-editors/neovim/neovim-0.2.0-r1.ebuild b/app-editors/neovim/neovim-0.2.0-r1.ebuild
33 deleted file mode 100644
34 index 12fbcafd7b6..00000000000
35 --- a/app-editors/neovim/neovim-0.2.0-r1.ebuild
36 +++ /dev/null
37 @@ -1,83 +0,0 @@
38 -# Copyright 1999-2018 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=6
42 -inherit cmake-utils
43 -
44 -DESCRIPTION="Vim-fork focused on extensibility and agility."
45 -HOMEPAGE="https://neovim.io"
46 -if [[ ${PV} == 9999 ]]; then
47 - inherit git-r3
48 - EGIT_REPO_URI="https://github.com/neovim/neovim.git"
49 -else
50 - SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
51 - KEYWORDS="~amd64 ~x86"
52 -fi
53 -
54 -LICENSE="Apache-2.0 vim"
55 -SLOT="0"
56 -IUSE="+clipboard +luajit +nvimpager python remote ruby +tui +jemalloc"
57 -
58 -CDEPEND=">=dev-libs/libuv-1.2.0
59 - >=dev-libs/msgpack-1.0.0
60 - luajit? ( dev-lang/luajit:2 )
61 - !luajit? (
62 - dev-lang/lua:=
63 - dev-lua/LuaBitOp
64 - )
65 - tui? (
66 - >=dev-libs/libtermkey-0.19
67 - >=dev-libs/unibilium-1.1.1
68 - )
69 - dev-libs/libvterm
70 - dev-lua/lpeg[luajit=]
71 - dev-lua/mpack[luajit=]
72 - jemalloc? ( dev-libs/jemalloc )"
73 -
74 -DEPEND="
75 - ${CDEPEND}
76 - dev-util/gperf
77 - virtual/libiconv
78 - virtual/libintl"
79 -
80 -RDEPEND="
81 - ${CDEPEND}
82 - python? ( dev-python/neovim-python-client )
83 - ruby? ( dev-ruby/neovim-ruby-client )
84 - remote? ( dev-python/neovim-remote )
85 - clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"
86 -
87 -CMAKE_BUILD_TYPE=Release
88 -
89 -src_prepare() {
90 - # use our system vim dir
91 - sed -e '/^# define SYS_VIMRC_FILE/s|$VIM|'"${EPREFIX}"'/etc/vim|' \
92 - -i src/nvim/globals.h || die
93 -
94 - # add eclass to bash filetypes
95 - sed -e 's|*.ebuild|*.ebuild,*.eclass|' -i runtime/filetype.vim || die
96 -
97 - cmake-utils_src_prepare
98 -}
99 -
100 -src_configure() {
101 - local mycmakeargs=(
102 - -DFEAT_TUI=$(usex tui)
103 - -DENABLE_JEMALLOC=$(usex jemalloc)
104 - -DPREFER_LUA=$(usex luajit no yes)
105 - )
106 - cmake-utils_src_configure
107 -}
108 -
109 -src_install() {
110 - cmake-utils_src_install
111 -
112 - # install a default configuration file
113 - insinto /etc/vim
114 - doins "${FILESDIR}"/sysinit.vim
115 -
116 - # conditionally install a symlink for nvimpager
117 - if use nvimpager; then
118 - dosym ../share/nvim/runtime/macros/less.sh /usr/bin/nvimpager
119 - fi
120 -}
121
122 diff --git a/app-editors/neovim/neovim-0.2.2-r1.ebuild b/app-editors/neovim/neovim-0.2.2-r1.ebuild
123 deleted file mode 100644
124 index 1a1d6f4dfff..00000000000
125 --- a/app-editors/neovim/neovim-0.2.2-r1.ebuild
126 +++ /dev/null
127 @@ -1,83 +0,0 @@
128 -# Copyright 1999-2018 Gentoo Foundation
129 -# Distributed under the terms of the GNU General Public License v2
130 -
131 -EAPI=6
132 -inherit cmake-utils
133 -
134 -DESCRIPTION="Vim-fork focused on extensibility and agility."
135 -HOMEPAGE="https://neovim.io"
136 -if [[ ${PV} == 9999 ]]; then
137 - inherit git-r3
138 - EGIT_REPO_URI="https://github.com/neovim/neovim.git"
139 -else
140 - SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
141 - KEYWORDS="~amd64 ~x86"
142 -fi
143 -
144 -LICENSE="Apache-2.0 vim"
145 -SLOT="0"
146 -IUSE="+clipboard +luajit +nvimpager python remote ruby +tui +jemalloc"
147 -
148 -CDEPEND=">=dev-libs/libuv-1.2.0
149 - >=dev-libs/msgpack-1.0.0
150 - luajit? ( dev-lang/luajit:2 )
151 - !luajit? (
152 - dev-lang/lua:=
153 - dev-lua/LuaBitOp
154 - )
155 - tui? (
156 - >=dev-libs/libtermkey-0.19
157 - >=dev-libs/unibilium-1.1.1:=
158 - )
159 - dev-libs/libvterm
160 - dev-lua/lpeg[luajit=]
161 - dev-lua/mpack[luajit=]
162 - jemalloc? ( dev-libs/jemalloc )"
163 -
164 -DEPEND="
165 - ${CDEPEND}
166 - dev-util/gperf
167 - virtual/libiconv
168 - virtual/libintl"
169 -
170 -RDEPEND="
171 - ${CDEPEND}
172 - python? ( dev-python/neovim-python-client )
173 - ruby? ( dev-ruby/neovim-ruby-client )
174 - remote? ( dev-python/neovim-remote )
175 - clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"
176 -
177 -CMAKE_BUILD_TYPE=Release
178 -
179 -src_prepare() {
180 - # use our system vim dir
181 - sed -e '/^# define SYS_VIMRC_FILE/s|$VIM|'"${EPREFIX}"'/etc/vim|' \
182 - -i src/nvim/globals.h || die
183 -
184 - # add eclass to bash filetypes
185 - sed -e 's|*.ebuild|*.ebuild,*.eclass|' -i runtime/filetype.vim || die
186 -
187 - cmake-utils_src_prepare
188 -}
189 -
190 -src_configure() {
191 - local mycmakeargs=(
192 - -DFEAT_TUI=$(usex tui)
193 - -DENABLE_JEMALLOC=$(usex jemalloc)
194 - -DPREFER_LUA=$(usex luajit no yes)
195 - )
196 - cmake-utils_src_configure
197 -}
198 -
199 -src_install() {
200 - cmake-utils_src_install
201 -
202 - # install a default configuration file
203 - insinto /etc/vim
204 - doins "${FILESDIR}"/sysinit.vim
205 -
206 - # conditionally install a symlink for nvimpager
207 - if use nvimpager; then
208 - dosym ../share/nvim/runtime/macros/less.sh /usr/bin/nvimpager
209 - fi
210 -}
211
212 diff --git a/app-editors/neovim/neovim-0.3.0.ebuild b/app-editors/neovim/neovim-0.3.0.ebuild
213 deleted file mode 100644
214 index fe0d6bceeaf..00000000000
215 --- a/app-editors/neovim/neovim-0.3.0.ebuild
216 +++ /dev/null
217 @@ -1,92 +0,0 @@
218 -# Copyright 1999-2018 Gentoo Foundation
219 -# Distributed under the terms of the GNU General Public License v2
220 -
221 -EAPI=6
222 -inherit cmake-utils xdg-utils
223 -
224 -DESCRIPTION="Vim-fork focused on extensibility and agility."
225 -HOMEPAGE="https://neovim.io"
226 -if [[ ${PV} == 9999 ]]; then
227 - inherit git-r3
228 - EGIT_REPO_URI="https://github.com/neovim/neovim.git"
229 -else
230 - SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
231 - KEYWORDS="~amd64 ~x86"
232 -fi
233 -
234 -LICENSE="Apache-2.0 vim"
235 -SLOT="0"
236 -IUSE="+clipboard +luajit +nvimpager python remote ruby +tui +jemalloc"
237 -
238 -CDEPEND=">=dev-libs/libuv-1.2.0
239 - >=dev-libs/msgpack-1.0.0
240 - luajit? ( dev-lang/luajit:2 )
241 - !luajit? (
242 - dev-lang/lua:=
243 - dev-lua/LuaBitOp
244 - )
245 - tui? (
246 - >=dev-libs/libtermkey-0.19
247 - >=dev-libs/unibilium-1.1.1:=
248 - )
249 - dev-libs/libvterm
250 - dev-lua/lpeg[luajit=]
251 - dev-lua/mpack[luajit=]
252 - jemalloc? ( dev-libs/jemalloc )
253 - net-libs/libnsl"
254 -
255 -DEPEND="
256 - ${CDEPEND}
257 - dev-util/gperf
258 - virtual/libiconv
259 - virtual/libintl"
260 -
261 -RDEPEND="
262 - ${CDEPEND}
263 - python? ( dev-python/neovim-python-client )
264 - ruby? ( dev-ruby/neovim-ruby-client )
265 - remote? ( dev-python/neovim-remote )
266 - clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"
267 -
268 -CMAKE_BUILD_TYPE=Release
269 -
270 -src_prepare() {
271 - # use our system vim dir
272 - sed -e '/^# define SYS_VIMRC_FILE/s|$VIM|'"${EPREFIX}"'/etc/vim|' \
273 - -i src/nvim/globals.h || die
274 -
275 - # add eclass to bash filetypes
276 - sed -e 's|*.ebuild|*.ebuild,*.eclass|' -i runtime/filetype.vim || die
277 -
278 - cmake-utils_src_prepare
279 -}
280 -
281 -src_configure() {
282 - local mycmakeargs=(
283 - -DFEAT_TUI=$(usex tui)
284 - -DENABLE_JEMALLOC=$(usex jemalloc)
285 - -DPREFER_LUA=$(usex luajit no yes)
286 - )
287 - cmake-utils_src_configure
288 -}
289 -
290 -src_install() {
291 - cmake-utils_src_install
292 -
293 - # install a default configuration file
294 - insinto /etc/vim
295 - doins "${FILESDIR}"/sysinit.vim
296 -
297 - # conditionally install a symlink for nvimpager
298 - if use nvimpager; then
299 - dosym ../share/nvim/runtime/macros/less.sh /usr/bin/nvimpager
300 - fi
301 -}
302 -
303 -pkg_postinst() {
304 - xdg_desktop_database_update
305 -}
306 -
307 -pkg_postrm() {
308 - xdg_desktop_database_update
309 -}
310
311 diff --git a/app-editors/neovim/neovim-0.3.1.ebuild b/app-editors/neovim/neovim-0.3.1.ebuild
312 deleted file mode 100644
313 index 5732835e41d..00000000000
314 --- a/app-editors/neovim/neovim-0.3.1.ebuild
315 +++ /dev/null
316 @@ -1,95 +0,0 @@
317 -# Copyright 1999-2018 Gentoo Foundation
318 -# Distributed under the terms of the GNU General Public License v2
319 -
320 -EAPI=6
321 -
322 -inherit cmake-utils xdg-utils
323 -
324 -DESCRIPTION="Vim-fork focused on extensibility and agility."
325 -HOMEPAGE="https://neovim.io"
326 -
327 -if [[ ${PV} == 9999 ]]; then
328 - inherit git-r3
329 - EGIT_REPO_URI="https://github.com/neovim/neovim.git"
330 -else
331 - SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
332 - KEYWORDS="~amd64 ~x86"
333 -fi
334 -
335 -LICENSE="Apache-2.0 vim"
336 -SLOT="0"
337 -IUSE="+clipboard +luajit +nvimpager python remote ruby +tui +jemalloc"
338 -
339 -CDEPEND="
340 - dev-libs/libuv
341 - dev-libs/msgpack
342 - luajit? ( dev-lang/luajit:2 )
343 - !luajit? (
344 - dev-lang/lua:=
345 - dev-lua/LuaBitOp
346 - )
347 - tui? (
348 - dev-libs/libtermkey
349 - dev-libs/unibilium
350 - )
351 - dev-libs/libvterm
352 - dev-lua/lpeg[luajit=]
353 - dev-lua/mpack[luajit=]
354 - jemalloc? ( dev-libs/jemalloc )
355 - net-libs/libnsl"
356 -
357 -DEPEND="
358 - ${CDEPEND}
359 - dev-util/gperf
360 - virtual/libiconv
361 - virtual/libintl"
362 -
363 -RDEPEND="
364 - ${CDEPEND}
365 - python? ( dev-python/neovim-python-client )
366 - ruby? ( dev-ruby/neovim-ruby-client )
367 - remote? ( dev-python/neovim-remote )
368 - clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"
369 -
370 -CMAKE_BUILD_TYPE=Release
371 -
372 -src_prepare() {
373 - # use our system vim dir
374 - sed -e '/^# define SYS_VIMRC_FILE/s|$VIM|'"${EPREFIX}"'/etc/vim|' \
375 - -i src/nvim/globals.h || die
376 -
377 - # add eclass to bash filetypes
378 - sed -e 's|*.ebuild|*.ebuild,*.eclass|' -i runtime/filetype.vim || die
379 -
380 - cmake-utils_src_prepare
381 -}
382 -
383 -src_configure() {
384 - local mycmakeargs=(
385 - -DFEAT_TUI=$(usex tui)
386 - -DENABLE_JEMALLOC=$(usex jemalloc)
387 - -DPREFER_LUA=$(usex luajit no yes)
388 - )
389 - cmake-utils_src_configure
390 -}
391 -
392 -src_install() {
393 - cmake-utils_src_install
394 -
395 - # install a default configuration file
396 - insinto /etc/vim
397 - doins "${FILESDIR}"/sysinit.vim
398 -
399 - # conditionally install a symlink for nvimpager
400 - if use nvimpager; then
401 - dosym ../share/nvim/runtime/macros/less.sh /usr/bin/nvimpager
402 - fi
403 -}
404 -
405 -pkg_postinst() {
406 - xdg_desktop_database_update
407 -}
408 -
409 -pkg_postrm() {
410 - xdg_desktop_database_update
411 -}