summaryrefslogtreecommitdiff
path: root/app-vim/vim-r
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-vim/vim-r
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/vim-r')
-rw-r--r--app-vim/vim-r/Manifest5
-rw-r--r--app-vim/vim-r/metadata.xml8
-rw-r--r--app-vim/vim-r/vim-r-1.0.ebuild22
-rw-r--r--app-vim/vim-r/vim-r-1.2.6.ebuild22
4 files changed, 0 insertions, 57 deletions
diff --git a/app-vim/vim-r/Manifest b/app-vim/vim-r/Manifest
deleted file mode 100644
index e45b04a6a640..000000000000
--- a/app-vim/vim-r/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-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
-EBUILD vim-r-1.0.ebuild 553 BLAKE2B ed4b75bc221d24b99d9834ccbc818ff370846818543fe1bf2ceedabdcc8d718b074597244894fc1562d9ab6c17951ad45b7bc7f4a8f887fb5c82864ab9b51fb4 SHA512 b976f84cf060db8830311816ff9bc1e2961f6e1720ffac650c732a86e8b7a61c487f7aeca3f235d2e632d112d6d2ae93781abc18764b98ad6849649b0fa6ecff
-EBUILD vim-r-1.2.6.ebuild 553 BLAKE2B ed4b75bc221d24b99d9834ccbc818ff370846818543fe1bf2ceedabdcc8d718b074597244894fc1562d9ab6c17951ad45b7bc7f4a8f887fb5c82864ab9b51fb4 SHA512 b976f84cf060db8830311816ff9bc1e2961f6e1720ffac650c732a86e8b7a61c487f7aeca3f235d2e632d112d6d2ae93781abc18764b98ad6849649b0fa6ecff
-MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/vim-r/metadata.xml b/app-vim/vim-r/metadata.xml
deleted file mode 100644
index 5c000c763084..000000000000
--- a/app-vim/vim-r/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
-</pkgmetadata>
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
-}
diff --git a/app-vim/vim-r/vim-r-1.2.6.ebuild b/app-vim/vim-r/vim-r-1.2.6.ebuild
deleted file mode 100644
index c02b63c38175..000000000000
--- a/app-vim/vim-r/vim-r-1.2.6.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
-}