diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-27 20:47:35 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-27 20:47:35 -0400 |
commit | 1e1de890bdbd8010057c7fbaa8760ad44193f84a (patch) | |
tree | b783f6865438e776e02f4cfc53dde4f58c2be3ad /app-vim | |
parent | app-vim/rails: drop old EAPI=5 (diff) | |
download | gentoo-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')
-rw-r--r-- | app-vim/vim-r/Manifest | 1 | ||||
-rw-r--r-- | app-vim/vim-r/vim-r-1.0.ebuild | 22 |
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 -} |