summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-vim/vim-r/Manifest1
-rw-r--r--app-vim/vim-r/vim-r-1.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/app-vim/vim-r/Manifest b/app-vim/vim-r/Manifest
index 0bb4955a1bdb..557acb649ef3 100644
--- a/app-vim/vim-r/Manifest
+++ b/app-vim/vim-r/Manifest
@@ -1,2 +1 @@
-DIST vim-r-1.0.tar.bz2 82116 BLAKE2B cd4b6c44644b1f5675ec5f893ddfed4a87879afb4ea97c338ff948d6e29065369e4da1a86a29b3c217e4556a43a926a05e07b32cef1f5756cfcf2bfa527ca887 SHA512 9df3bf35da9da6f650c3de23f0a7607e5e02a6193e1f2352d8129668d0ad37a63088a6ae7ac77831952aa7d35bde2d2d7b6f592a15dc856eaf64a1cbb5cd07cc
DIST vim-r-1.2.6.tar.bz2 76361 BLAKE2B 0f3596f7cf249562700db24b837a77b2edf8295ab23bd1bf3dff2f59970033ffc2de6017f26e1a5b53aed240aea4c20e8bce673aabcced45ec4f7eef027a972f SHA512 187b31068d32c22c182650571dc5af68cc804562ffdc6b4902729735e4000b1ca4e0636d6b5617f3c2f36403eb4f0b1adc35d2387b5c110286da2ea2254f9009
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
-}