Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 576814 - dev-python/neovim-remote-{1.1.3,9999} (New package)
Summary: dev-python/neovim-remote-{1.1.3,9999} (New package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-08 20:48 UTC by Aric Belsito
Modified: 2018-01-05 17:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
neovim-remote 1.1.3 ebuild. (neovim-remote-1.1.3.ebuild,635 bytes, text/plain)
2016-03-08 20:48 UTC, Aric Belsito
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aric Belsito 2016-03-08 20:48:51 UTC
Created attachment 427778 [details]
neovim-remote 1.1.3 ebuild.

This package is a wrapper for neovim adding the --remote flags that vim has. Neovim removed them in favor of using the msgpack/python-client API.

It's nice to have, especially if you're using plugins like vimtex in neovim for synctex support.
Comment 1 Aric Belsito 2016-04-25 21:22:51 UTC
Currently, --remote is planned to be restored in app-editors/neovim-0.2.0

https://github.com/neovim/neovim/issues/1750

We probably don't actually need this ebuild, considering that neovim-remote will be unnecessary at that point.
Comment 2 Larry the Git Cow gentoo-dev 2018-01-05 17:43:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68df739510e810dd69036b98938c4ed55fc8b4de

commit 68df739510e810dd69036b98938c4ed55fc8b4de
Author:     Aric Belsito <lluixhi@gmail.com>
AuthorDate: 2017-09-09 23:39:58 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2018-01-05 17:43:38 +0000

    dev-python/neovim-remote: new package.
    
    neovim-remote is an implementation of vim's remote server controls using
    dev-python/neovim-python-client's msgpack rpc api and a separate `nvr` binary.
    
    If https://github.com/neovim/neovim/issues/1750 gets resolved, it won't be
    necessary anymore.
    
    Closes: https://bugs.gentoo.org/576814
    Closes: https://github.com/gentoo/gentoo/pull/5677

 dev-python/neovim-remote/Manifest                  |  1 +
 dev-python/neovim-remote/metadata.xml              | 12 ++++++++++
 .../neovim-remote/neovim-remote-1.8.6.ebuild       | 26 ++++++++++++++++++++++
 dev-python/neovim-remote/neovim-remote-9999.ebuild | 26 ++++++++++++++++++++++
 4 files changed, 65 insertions(+)