summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-05-31 09:49:38 +0200
committerHans de Graaff <graaff@gentoo.org>2020-05-31 10:08:54 +0200
commit0010a164256ff758fd14bb41304c4253afe7841d (patch)
tree7c4e3b02e2184415547e970d91f8a1b2d3eefcbe /dev-ruby
parentdev-ruby/neovim-ruby-client: add missing dependency (diff)
downloadgentoo-0010a164256ff758fd14bb41304c4253afe7841d.tar.gz
gentoo-0010a164256ff758fd14bb41304c4253afe7841d.tar.bz2
gentoo-0010a164256ff758fd14bb41304c4253afe7841d.zip
dev-ruby/neovim-ruby-client: cleanup
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/neovim-ruby-client/neovim-ruby-client-0.8.1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.8.1.ebuild b/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.8.1.ebuild
deleted file mode 100644
index da03866f0f56..000000000000
--- a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.8.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_NAME="neovim"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for Neovim"
-HOMEPAGE="https://github.com/alexgenco/neovim-ruby"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-ruby_add_rdepend "
- >=dev-ruby/msgpack-1.1:0
- =dev-ruby/multi_json-1*
-"
-
-all_ruby_prepare() {
- sed -i -e '/\(bundler\|pry\)/ s:^:#:' spec/helper.rb || die
-
- # Avoid tests that result in a unix socket path that is too long
- sed -i -e '/\(establishes an RPC connection\|sets appropriate client info\)/askip "socket path length"' spec/neovim_spec.rb || die
-}