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>
+++ /dev/null
-# 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"