summaryrefslogtreecommitdiff
path: root/app-vim/vim-r/vim-r-1.0.ebuild
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-27 20:47:35 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-27 20:47:35 -0400
commit1e1de890bdbd8010057c7fbaa8760ad44193f84a (patch)
treeb783f6865438e776e02f4cfc53dde4f58c2be3ad /app-vim/vim-r/vim-r-1.0.ebuild
parentf2a9fc54748753b2a0b2721fe876ff02d89b3d0f (diff)
downloadgentoo-1e1de890bdbd8010057c7fbaa8760ad44193f84a.tar.gz
gentoo-1e1de890bdbd8010057c7fbaa8760ad44193f84a.tar.bz2
gentoo-1e1de890bdbd8010057c7fbaa8760ad44193f84a.zip
app-vim/vim-r: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-vim/vim-r/vim-r-1.0.ebuild')
-rw-r--r--app-vim/vim-r/vim-r-1.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-vim/vim-r/vim-r-1.0.ebuild b/app-vim/vim-r/vim-r-1.0.ebuild
deleted file mode 100644
index c02b63c38175..000000000000
--- a/app-vim/vim-r/vim-r-1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: integrate vim with R"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2628"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/R"
-
-VIM_PLUGIN_HELPFILES="r-plugin.txt"
-
-pkg_postinst() {
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- elog "This plugin requires the vimcom R package to be installed,"
- elog "see https://github.com/jalvesaq/VimCom for instructions."
- fi
-}