summaryrefslogtreecommitdiff
path: root/app-vim/vim-r
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-vim/vim-r
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-vim/vim-r')
-rw-r--r--app-vim/vim-r/Manifest1
-rw-r--r--app-vim/vim-r/metadata.xml10
-rw-r--r--app-vim/vim-r/vim-r-1.2.6.ebuild22
3 files changed, 0 insertions, 33 deletions
diff --git a/app-vim/vim-r/Manifest b/app-vim/vim-r/Manifest
deleted file mode 100644
index 557acb649ef3..000000000000
--- a/app-vim/vim-r/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vim-r-1.2.6.tar.bz2 76361 BLAKE2B 0f3596f7cf249562700db24b837a77b2edf8295ab23bd1bf3dff2f59970033ffc2de6017f26e1a5b53aed240aea4c20e8bce673aabcced45ec4f7eef027a972f SHA512 187b31068d32c22c182650571dc5af68cc804562ffdc6b4902729735e4000b1ca4e0636d6b5617f3c2f36403eb4f0b1adc35d2387b5c110286da2ea2254f9009
diff --git a/app-vim/vim-r/metadata.xml b/app-vim/vim-r/metadata.xml
deleted file mode 100644
index f7978a1525fa..000000000000
--- a/app-vim/vim-r/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
- <stabilize-allarches />
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
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 e3d0b10fdcc9..000000000000
--- a/app-vim/vim-r/vim-r-1.2.6.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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
-}