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/cfengine-syntax | |
| 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/cfengine-syntax')
| -rw-r--r-- | app-vim/cfengine-syntax/Manifest | 1 | ||||
| -rw-r--r-- | app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild | 14 | ||||
| -rw-r--r-- | app-vim/cfengine-syntax/metadata.xml | 15 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-vim/cfengine-syntax/Manifest b/app-vim/cfengine-syntax/Manifest new file mode 100644 index 000000000000..1852d276e29f --- /dev/null +++ b/app-vim/cfengine-syntax/Manifest @@ -0,0 +1 @@ +DIST cfengine-syntax-20141019.tar.bz2 7611 BLAKE2B e43f3c374292404ebe28dd63bc4ee7f95d51ef6e88948d9155f3c1f6c58c948a58e844325ab7b12b300d277e573a61ea9855041c5389bea4341586ed5e1ce2b6 SHA512 c8987073b9cc9b1494b0d3cb8737a5b99f62c1b99f5b1e84ce1903e37a924ec9b3e2487cb3b72c75dfba40528809289efdaf3641bf6c059a668c6bf073bcb83e diff --git a/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild b/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild new file mode 100644 index 000000000000..6b78a23c3d29 --- /dev/null +++ b/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit vim-plugin + +DESCRIPTION="vim plugin: Cfengine 3 configuration files syntax" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2904 https://github.com/neilhwatson/vim_cf3" +LICENSE="GPL-3+" +KEYWORDS="~alpha amd64 arm ~mips ppc ppc64 ~s390 ~sparc x86" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for Cfengine configuration +files. Detection is by filename (/var/cfengine/inputs/)." diff --git a/app-vim/cfengine-syntax/metadata.xml b/app-vim/cfengine-syntax/metadata.xml new file mode 100644 index 000000000000..222d26d41434 --- /dev/null +++ b/app-vim/cfengine-syntax/metadata.xml @@ -0,0 +1,15 @@ +<?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> + <longdescription lang="en"> + This package provides Vim syntax highlighting for Cfengine configuration + files, and automatic filetype detection for these files based upon + filename. + </longdescription> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
