Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-r/
Date: Mon, 28 Sep 2020 00:56:05
Message-Id: 1601254055.1e1de890bdbd8010057c7fbaa8760ad44193f84a.bman@gentoo
1 commit: 1e1de890bdbd8010057c7fbaa8760ad44193f84a
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 00:47:35 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 00:47:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1de890
7
8 app-vim/vim-r: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-vim/vim-r/Manifest | 1 -
13 app-vim/vim-r/vim-r-1.0.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/app-vim/vim-r/Manifest b/app-vim/vim-r/Manifest
17 index 0bb4955a1bd..557acb649ef 100644
18 --- a/app-vim/vim-r/Manifest
19 +++ b/app-vim/vim-r/Manifest
20 @@ -1,2 +1 @@
21 -DIST vim-r-1.0.tar.bz2 82116 BLAKE2B cd4b6c44644b1f5675ec5f893ddfed4a87879afb4ea97c338ff948d6e29065369e4da1a86a29b3c217e4556a43a926a05e07b32cef1f5756cfcf2bfa527ca887 SHA512 9df3bf35da9da6f650c3de23f0a7607e5e02a6193e1f2352d8129668d0ad37a63088a6ae7ac77831952aa7d35bde2d2d7b6f592a15dc856eaf64a1cbb5cd07cc
22 DIST vim-r-1.2.6.tar.bz2 76361 BLAKE2B 0f3596f7cf249562700db24b837a77b2edf8295ab23bd1bf3dff2f59970033ffc2de6017f26e1a5b53aed240aea4c20e8bce673aabcced45ec4f7eef027a972f SHA512 187b31068d32c22c182650571dc5af68cc804562ffdc6b4902729735e4000b1ca4e0636d6b5617f3c2f36403eb4f0b1adc35d2387b5c110286da2ea2254f9009
23
24 diff --git a/app-vim/vim-r/vim-r-1.0.ebuild b/app-vim/vim-r/vim-r-1.0.ebuild
25 deleted file mode 100644
26 index c02b63c3817..00000000000
27 --- a/app-vim/vim-r/vim-r-1.0.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit vim-plugin
36 -
37 -DESCRIPTION="vim plugin: integrate vim with R"
38 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2628"
39 -LICENSE="public-domain"
40 -KEYWORDS="~amd64 ~x86"
41 -
42 -RDEPEND="dev-lang/R"
43 -
44 -VIM_PLUGIN_HELPFILES="r-plugin.txt"
45 -
46 -pkg_postinst() {
47 - if [[ -z ${REPLACING_VERSIONS} ]]; then
48 - elog "This plugin requires the vimcom R package to be installed,"
49 - elog "see https://github.com/jalvesaq/VimCom for instructions."
50 - fi
51 -}