diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-22 13:30:32 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-23 10:51:04 +0200 |
commit | 8d74d51ba4a8187c0b23ae457ad1d87b05905e7d (patch) | |
tree | ef58a56bce5c9b539f715c51b4f70efb0dba8105 /app-vim | |
parent | media-gfx/maim: Remove old (diff) | |
download | gentoo-8d74d51ba4a8187c0b23ae457ad1d87b05905e7d.tar.gz gentoo-8d74d51ba4a8187c0b23ae457ad1d87b05905e7d.tar.bz2 gentoo-8d74d51ba4a8187c0b23ae457ad1d87b05905e7d.zip |
app-vim/ri-browser: drop old (EAPI0)
Closes: https://github.com/gentoo/gentoo/pull/11784
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/ri-browser/ri-browser-1.2.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-vim/ri-browser/ri-browser-1.2.ebuild b/app-vim/ri-browser/ri-browser-1.2.ebuild deleted file mode 100644 index 8ef0c7657e5b..000000000000 --- a/app-vim/ri-browser/ri-browser-1.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -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" -IUSE="" - -RDEPEND="dev-lang/ruby" - -VIM_PLUGIN_HELPFILES="ri.txt" -VIM_PLUGIN_MESSAGES="filetype" |