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/foldutil | |
| 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/foldutil')
| -rw-r--r-- | app-vim/foldutil/Manifest | 1 | ||||
| -rw-r--r-- | app-vim/foldutil/foldutil-3.0-r2.ebuild | 20 | ||||
| -rw-r--r-- | app-vim/foldutil/metadata.xml | 12 |
3 files changed, 33 insertions, 0 deletions
diff --git a/app-vim/foldutil/Manifest b/app-vim/foldutil/Manifest new file mode 100644 index 000000000000..ebbcec0a110f --- /dev/null +++ b/app-vim/foldutil/Manifest @@ -0,0 +1 @@ +DIST foldutil-3.0.tar.bz2 7323 BLAKE2B de59313da23a277a2eb3e971b3033202001cd1304058b5e096e33e7c28f95326169754c0e0062120099677e567c6bd79b265a69524c8b8fe55a9666ab6bde23f SHA512 a38561c4530333f5a56596b2fe19a2892f58b4fd35229536c054578b199e9b6b19c18d255aa1b078d51ac4f610d4ca49b205d1929e8be51299bee527058b3452 diff --git a/app-vim/foldutil/foldutil-3.0-r2.ebuild b/app-vim/foldutil/foldutil-3.0-r2.ebuild new file mode 100644 index 000000000000..c1ee5ded8d34 --- /dev/null +++ b/app-vim/foldutil/foldutil-3.0-r2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: fold creation utility" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=158" + +LICENSE="GPL-2" +KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" + +RDEPEND=">=app-vim/genutils-2.0" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides a number of commands for working with folds: +\ :FoldNonMatching [pattern] [context] +\ :FoldShowLines {lines} [context] +\ :FoldEndFolding" diff --git a/app-vim/foldutil/metadata.xml b/app-vim/foldutil/metadata.xml new file mode 100644 index 000000000000..fd4adb6b3f74 --- /dev/null +++ b/app-vim/foldutil/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">158</remote-id> + </upstream> + <stabilize-allarches/> +</pkgmetadata> |
