diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
| commit | dda948891d3731927b821ce31f9d9a2d03ba20c5 (patch) | |
| tree | 99cd40be4cbb0606260da212cd81b8ab2db9da9b /app-vim/multiplesearch | |
| parent | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff) | |
| download | baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip | |
Adding metadata
Diffstat (limited to 'app-vim/multiplesearch')
| -rw-r--r-- | app-vim/multiplesearch/Manifest | 1 | ||||
| -rw-r--r-- | app-vim/multiplesearch/metadata.xml | 10 | ||||
| -rw-r--r-- | app-vim/multiplesearch/multiplesearch-1.3.ebuild | 18 |
3 files changed, 29 insertions, 0 deletions
diff --git a/app-vim/multiplesearch/Manifest b/app-vim/multiplesearch/Manifest new file mode 100644 index 000000000000..9cb841a1de59 --- /dev/null +++ b/app-vim/multiplesearch/Manifest @@ -0,0 +1 @@ +DIST multiplesearch-1.3.zip 6500 BLAKE2B 6ef00cdc03b46f714ced36e38e7928ccdccb2821c09d35e08fda77520b3f7ea612ca2f7818aba19d2d9b0baa1ab5fc4268b547973cc058557f618e1d5ee56739 SHA512 015e5744c0b0c496ca9263c901f29d66ea8edb75de6d39eb5b4956d977b1714611fda199be730fd77f6a9c0ceb0fe0cd74744ba3853b747f33bcdc8af92e7235 diff --git a/app-vim/multiplesearch/metadata.xml b/app-vim/multiplesearch/metadata.xml new file mode 100644 index 000000000000..f7978a1525fa --- /dev/null +++ b/app-vim/multiplesearch/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/multiplesearch/multiplesearch-1.3.ebuild b/app-vim/multiplesearch/multiplesearch-1.3.ebuild new file mode 100644 index 000000000000..610bfd71724c --- /dev/null +++ b/app-vim/multiplesearch/multiplesearch-1.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vim-plugin + +DESCRIPTION="vim plugin: allows multiple highlighted searches" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=479" +SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=9276 -> ${P}.zip" +LICENSE="vim" +KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" + +VIM_PLUGIN_HELPFILES="MultipleSearch.txt" + +DEPEND="app-arch/unzip" + +S=${WORKDIR} |
