summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-02-04 22:48:34 -0800
committerMatt Turner <mattst88@gentoo.org>2020-02-04 22:56:52 -0800
commitf9dbe58faa7974353b43c1bca560e51a61d904da (patch)
tree56470f4ef9669e0b784107b9a0c40fb7f456cc62 /app-editors
parentdev-python/neovim-python-client: Drop old versions (diff)
downloadgentoo-f9dbe58faa7974353b43c1bca560e51a61d904da.tar.gz
gentoo-f9dbe58faa7974353b43c1bca560e51a61d904da.tar.bz2
gentoo-f9dbe58faa7974353b43c1bca560e51a61d904da.zip
dev-python/pynvim: Rename from dev-python/neovim-python-client
Closes: https://bugs.gentoo.org/684310 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/neovim/neovim-0.3.8.ebuild2
-rw-r--r--app-editors/neovim/neovim-0.4.2.ebuild2
-rw-r--r--app-editors/neovim/neovim-0.4.3.ebuild2
-rw-r--r--app-editors/neovim/neovim-9999.ebuild2
4 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/neovim/neovim-0.3.8.ebuild b/app-editors/neovim/neovim-0.3.8.ebuild
index 52b26cd51f4b..c96c308b4662 100644
--- a/app-editors/neovim/neovim-0.3.8.ebuild
+++ b/app-editors/neovim/neovim-0.3.8.ebuild
@@ -49,7 +49,7 @@ DEPEND="
RDEPEND="
${DEPEND}
app-eselect/eselect-vi
- python? ( dev-python/neovim-python-client )
+ python? ( dev-python/pynvim )
ruby? ( dev-ruby/neovim-ruby-client )
remote? ( dev-python/neovim-remote )
clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )
diff --git a/app-editors/neovim/neovim-0.4.2.ebuild b/app-editors/neovim/neovim-0.4.2.ebuild
index 525ec586a27f..607793665ef8 100644
--- a/app-editors/neovim/neovim-0.4.2.ebuild
+++ b/app-editors/neovim/neovim-0.4.2.ebuild
@@ -85,7 +85,7 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
optfeature "clipboard support" x11-misc/xsel x11-misc/xclip gui-apps/wl-clipboard
- optfeature "Python plugin support" dev-python/neovim-python-client
+ optfeature "Python plugin support" dev-python/pynvim
optfeature "Ruby plugin support" dev-ruby/neovim-ruby-client
optfeature "remote/nvr support" dev-python/neovim-remote
}
diff --git a/app-editors/neovim/neovim-0.4.3.ebuild b/app-editors/neovim/neovim-0.4.3.ebuild
index 6f27a67c108e..c5fb476feea5 100644
--- a/app-editors/neovim/neovim-0.4.3.ebuild
+++ b/app-editors/neovim/neovim-0.4.3.ebuild
@@ -85,7 +85,7 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
optfeature "clipboard support" x11-misc/xsel x11-misc/xclip gui-apps/wl-clipboard
- optfeature "Python plugin support" dev-python/neovim-python-client
+ optfeature "Python plugin support" dev-python/pynvim
optfeature "Ruby plugin support" dev-ruby/neovim-ruby-client
optfeature "remote/nvr support" dev-python/neovim-remote
}
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
index 6647b38da751..c5aff230eff8 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -86,7 +86,7 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
optfeature "clipboard support" x11-misc/xsel x11-misc/xclip gui-apps/wl-clipboard
- optfeature "Python plugin support" dev-python/neovim-python-client
+ optfeature "Python plugin support" dev-python/pynvim
optfeature "Ruby plugin support" dev-ruby/neovim-ruby-client
optfeature "remote/nvr support" dev-python/neovim-remote
}