diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /app-vim/ansiesc | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'app-vim/ansiesc')
| -rw-r--r-- | app-vim/ansiesc/Manifest | 1 | ||||
| -rw-r--r-- | app-vim/ansiesc/ansiesc-12.ebuild | 15 | ||||
| -rw-r--r-- | app-vim/ansiesc/metadata.xml | 10 |
3 files changed, 26 insertions, 0 deletions
diff --git a/app-vim/ansiesc/Manifest b/app-vim/ansiesc/Manifest new file mode 100644 index 000000000000..a8f7322f5ff3 --- /dev/null +++ b/app-vim/ansiesc/Manifest @@ -0,0 +1 @@ +DIST ansiesc-12.tar.bz2 8647 BLAKE2B 224b38073e5013705b90d4c98dd768dc090bcb2ff9336d18a680d1ecf477070963db8e64d94f91b49ffa3b2986ff52114ee472f02519255aab00bef5d1c14516 SHA512 e699974e3b2e532e3c6dca038a148dca8cc3d3a7efa65d63de63e259a34958f62bb7e43b1078d21fcab4603c856dba392e6e82ddb90e2335dc714e9ad60e336e diff --git a/app-vim/ansiesc/ansiesc-12.ebuild b/app-vim/ansiesc/ansiesc-12.ebuild new file mode 100644 index 000000000000..3cf227e61a35 --- /dev/null +++ b/app-vim/ansiesc/ansiesc-12.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vim-plugin + +DESCRIPTION="vim plugin: ansi escape sequences concealed, but highlighted as specified" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=302" +LICENSE="public-domain" +KEYWORDS="amd64 x86" + +RDEPEND="app-vim/cecutil" + +VIM_PLUGIN_HELPFILES="AnsiEsc.txt" diff --git a/app-vim/ansiesc/metadata.xml b/app-vim/ansiesc/metadata.xml new file mode 100644 index 000000000000..f7978a1525fa --- /dev/null +++ b/app-vim/ansiesc/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> |
