diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /app-vim/surround | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'app-vim/surround')
| -rw-r--r-- | app-vim/surround/Manifest | 1 | ||||
| -rw-r--r-- | app-vim/surround/metadata.xml | 12 | ||||
| -rw-r--r-- | app-vim/surround/surround-2.1-r1.ebuild | 13 |
3 files changed, 26 insertions, 0 deletions
diff --git a/app-vim/surround/Manifest b/app-vim/surround/Manifest new file mode 100644 index 000000000000..b03147bb6a1c --- /dev/null +++ b/app-vim/surround/Manifest @@ -0,0 +1 @@ +DIST surround-2.1.tar.bz2 8441 BLAKE2B 11e222ddb9626a938dd5b02555117eba84cf1426e8c26dd8b31bc817ce53359615c8d14620b62d24b64f3c4cd9764423a24e07ad2efc0beb01d6269737e0e780 SHA512 2b4283f77dac468ab91cdc941ac2dd5a2b99a35c23d6ffdc1e1c819a04bf45ecb934c5a111898ed45539a02d1f1ce6c702da80685f609944cbec9bdd25a1e22e diff --git a/app-vim/surround/metadata.xml b/app-vim/surround/metadata.xml new file mode 100644 index 000000000000..bb3f5b46cc76 --- /dev/null +++ b/app-vim/surround/metadata.xml @@ -0,0 +1,12 @@ +<?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="vim">1697</remote-id> + </upstream> + <stabilize-allarches/> +</pkgmetadata> diff --git a/app-vim/surround/surround-2.1-r1.ebuild b/app-vim/surround/surround-2.1-r1.ebuild new file mode 100644 index 000000000000..048ebde5be83 --- /dev/null +++ b/app-vim/surround/surround-2.1-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Delete/change/add parentheses/quotes/XML-tags & much more" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1697" +LICENSE="vim" +KEYWORDS="amd64 x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" |
