app-vim/ri-browser: EAPI7 bump.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 23 Mar 2019 22:00:06 +0000 (23:00 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 9 Apr 2019 07:27:34 +0000 (09:27 +0200)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-vim/ri-browser/ri-browser-1.2-r1.ebuild [new file with mode: 0644]

diff --git a/app-vim/ri-browser/ri-browser-1.2-r1.ebuild b/app-vim/ri-browser/ri-browser-1.2-r1.ebuild
new file mode 100644 (file)
index 0000000..1e68c9e
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: interface for browsing ri/ruby documentation"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=494"
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~sparc"
+
+RDEPEND="dev-lang/ruby"
+
+VIM_PLUGIN_HELPFILES="ri.txt"
+VIM_PLUGIN_MESSAGES="filetype"