Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/ri-browser/
Date: Tue, 09 Apr 2019 08:07:58
Message-Id: 1554794854.122bc0b199cd311da5af3430d5434708b7b2d506.monsieurp@gentoo
1 commit: 122bc0b199cd311da5af3430d5434708b7b2d506
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 23 22:00:06 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 07:27:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122bc0b1
7
8 app-vim/ri-browser: EAPI7 bump.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 app-vim/ri-browser/ri-browser-1.2-r1.ebuild | 17 +++++++++++++++++
14 1 file changed, 17 insertions(+)
15
16 diff --git a/app-vim/ri-browser/ri-browser-1.2-r1.ebuild b/app-vim/ri-browser/ri-browser-1.2-r1.ebuild
17 new file mode 100644
18 index 00000000000..1e68c9e0bc8
19 --- /dev/null
20 +++ b/app-vim/ri-browser/ri-browser-1.2-r1.ebuild
21 @@ -0,0 +1,17 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +inherit vim-plugin
28 +
29 +DESCRIPTION="vim plugin: interface for browsing ri/ruby documentation"
30 +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=494"
31 +LICENSE="public-domain"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~ppc ~x86 ~sparc"
34 +
35 +RDEPEND="dev-lang/ruby"
36 +
37 +VIM_PLUGIN_HELPFILES="ri.txt"
38 +VIM_PLUGIN_MESSAGES="filetype"