diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-23 23:00:06 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-09 09:27:34 +0200 |
commit | 122bc0b199cd311da5af3430d5434708b7b2d506 (patch) | |
tree | e0a31c30994e212d4dbce6eab2af200f4fd20d49 /app-vim/ri-browser | |
parent | app-vim/ri-browser: use HTTPS. (diff) | |
download | gentoo-122bc0b199cd311da5af3430d5434708b7b2d506.tar.gz gentoo-122bc0b199cd311da5af3430d5434708b7b2d506.tar.bz2 gentoo-122bc0b199cd311da5af3430d5434708b7b2d506.zip |
app-vim/ri-browser: EAPI7 bump.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/ri-browser')
-rw-r--r-- | app-vim/ri-browser/ri-browser-1.2-r1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
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 index 000000000000..1e68c9e0bc82 --- /dev/null +++ b/app-vim/ri-browser/ri-browser-1.2-r1.ebuild @@ -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" |