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/foldutil | |
| 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/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 | 10 |
3 files changed, 31 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..f7978a1525fa --- /dev/null +++ b/app-vim/foldutil/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> |
