summaryrefslogtreecommitdiff
path: root/app-vim/nerdcommenter
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-vim/nerdcommenter
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'app-vim/nerdcommenter')
-rw-r--r--app-vim/nerdcommenter/Manifest1
-rw-r--r--app-vim/nerdcommenter/metadata.xml13
-rw-r--r--app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild20
-rw-r--r--app-vim/nerdcommenter/nerdcommenter-9999.ebuild20
4 files changed, 0 insertions, 54 deletions
diff --git a/app-vim/nerdcommenter/Manifest b/app-vim/nerdcommenter/Manifest
deleted file mode 100644
index 33f351e8e9a3..000000000000
--- a/app-vim/nerdcommenter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nerdcommenter-2.5.2.tar.gz 37216 BLAKE2B 80cd085022da15567e935aaf9d770ed6fadd949a4c8cb6cc3244bb75c76ccb81adee070336a7f4ed409e95bd88db8ce3b7259d8e2f390b71b6e0c575e02ed423 SHA512 63b43abdae35e2e5d9132a5cc1e3109a9ac7945bab58b7f2544bb0a6d390f2f503928fd17c2e82104e84454d9278f98fc581dcea8ccd08f5f1bedb2d5f112bf4
diff --git a/app-vim/nerdcommenter/metadata.xml b/app-vim/nerdcommenter/metadata.xml
deleted file mode 100644
index 234ce5a55b9b..000000000000
--- a/app-vim/nerdcommenter/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">preservim/nerdcommenter</remote-id>
- <remote-id type="vim">1218</remote-id>
- </upstream>
- <stabilize-allarches/>
-</pkgmetadata>
diff --git a/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild b/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild
deleted file mode 100644
index 70e14d7e8881..000000000000
--- a/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/preservim/nerdcommenter.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/preservim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="vim plugin: easy commenting of code for many filetypes"
-HOMEPAGE="https://github.com/preservim/nerdcommenter https://www.vim.org/scripts/script.php?script_id=1218"
-LICENSE="WTFPL-2 "
-
-VIM_PLUGIN_HELPFILES="NERD_commenter.txt"
diff --git a/app-vim/nerdcommenter/nerdcommenter-9999.ebuild b/app-vim/nerdcommenter/nerdcommenter-9999.ebuild
deleted file mode 100644
index 66336deab704..000000000000
--- a/app-vim/nerdcommenter/nerdcommenter-9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vim-plugin
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/preservim/nerdcommenter.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/preservim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="vim plugin: easy commenting of code for many filetypes"
-HOMEPAGE="https://github.com/preservim/nerdcommenter https://www.vim.org/scripts/script.php?script_id=1218"
-LICENSE="WTFPL-2 "
-
-VIM_PLUGIN_HELPFILES="NERD_commenter.txt"