diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/cfengine-syntax | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/cfengine-syntax')
-rw-r--r-- | app-vim/cfengine-syntax/Manifest | 3 | ||||
-rw-r--r-- | app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild | 14 | ||||
-rw-r--r-- | app-vim/cfengine-syntax/metadata.xml | 16 |
3 files changed, 33 insertions, 0 deletions
diff --git a/app-vim/cfengine-syntax/Manifest b/app-vim/cfengine-syntax/Manifest new file mode 100644 index 000000000000..c94fa88c75af --- /dev/null +++ b/app-vim/cfengine-syntax/Manifest @@ -0,0 +1,3 @@ +DIST cfengine-syntax-20141019.tar.bz2 7611 BLAKE2B e43f3c374292404ebe28dd63bc4ee7f95d51ef6e88948d9155f3c1f6c58c948a58e844325ab7b12b300d277e573a61ea9855041c5389bea4341586ed5e1ce2b6 SHA512 c8987073b9cc9b1494b0d3cb8737a5b99f62c1b99f5b1e84ce1903e37a924ec9b3e2487cb3b72c75dfba40528809289efdaf3641bf6c059a668c6bf073bcb83e +EBUILD cfengine-syntax-20141019.ebuild 533 BLAKE2B 394f966a09701bb5d0857ea4a9d06492e9dfbcf699095e8b0149aedbcf14ca5021162e45f41f6697844ffd931c04dfd796e865ab1caf9d5f6d7a282cdffa7fb1 SHA512 5dcca2328ac6b458f5bb372598db4aa4a895335d65e4e4d3661c463c4d5991ef07aa32d5c53bac3cded2260e969c64cfbba311df283efb4b0b46733aae912800 +MISC metadata.xml 538 BLAKE2B 3eb09b3af0b2cb8732cc07640aeef9218ce4bffa529437cd2e5fa18a32c36411e29a4a923dcfa9691c67d274e039f54dad872e45979a14cb29c53af746a45bcb SHA512 64ce2e382ba91771caf3d654164d111191f65cbe281d8525ce4ae683ee3148c47f8514e1f01dcc9ec052e0db6ab75c5b2453dbbde5f0e00bd1b4b6da5b0433cc 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..6459dc9faff8 --- /dev/null +++ b/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +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 ia64 ~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..ee538625adbd --- /dev/null +++ b/app-vim/cfengine-syntax/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/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> + <upstream> + <remote-id type="github">neilhwatson/vim_cf3</remote-id> + </upstream> +</pkgmetadata> |