summaryrefslogtreecommitdiff
path: root/app-vim/surround
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /app-vim/surround
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'app-vim/surround')
-rw-r--r--app-vim/surround/Manifest1
-rw-r--r--app-vim/surround/metadata.xml10
-rw-r--r--app-vim/surround/surround-2.1-r1.ebuild13
3 files changed, 24 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..f7978a1525fa
--- /dev/null
+++ b/app-vim/surround/metadata.xml
@@ -0,0 +1,10 @@
+<?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/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"