Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/ri-browser/
Date: Tue, 23 Apr 2019 08:51:44
Message-Id: 1556009464.8d74d51ba4a8187c0b23ae457ad1d87b05905e7d.soap@gentoo
1 commit: 8d74d51ba4a8187c0b23ae457ad1d87b05905e7d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 22 11:30:32 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 08:51:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d74d51b
7
8 app-vim/ri-browser: drop old (EAPI0)
9
10 Closes: https://github.com/gentoo/gentoo/pull/11784
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 app-vim/ri-browser/ri-browser-1.2.ebuild | 18 ------------------
15 1 file changed, 18 deletions(-)
16
17 diff --git a/app-vim/ri-browser/ri-browser-1.2.ebuild b/app-vim/ri-browser/ri-browser-1.2.ebuild
18 deleted file mode 100644
19 index 8ef0c7657e5..00000000000
20 --- a/app-vim/ri-browser/ri-browser-1.2.ebuild
21 +++ /dev/null
22 @@ -1,18 +0,0 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=0
27 -
28 -inherit vim-plugin
29 -
30 -DESCRIPTION="vim plugin: interface for browsing ri/ruby documentation"
31 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=494"
32 -LICENSE="public-domain"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~x86 ~sparc"
35 -IUSE=""
36 -
37 -RDEPEND="dev-lang/ruby"
38 -
39 -VIM_PLUGIN_HELPFILES="ri.txt"
40 -VIM_PLUGIN_MESSAGES="filetype"