summaryrefslogtreecommitdiff
path: root/app-vim/cfengine-syntax
diff options
context:
space:
mode:
authorPalica <palica+gitlab@liguros.net>2020-06-23 22:35:08 +0200
committerPalica <palica+gitlab@liguros.net>2020-06-23 22:35:08 +0200
commitecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch)
treeb89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /app-vim/cfengine-syntax
parent1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff)
downloadbaldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz
baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz
baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip
Updating liguros repo
Diffstat (limited to 'app-vim/cfengine-syntax')
-rw-r--r--app-vim/cfengine-syntax/Manifest1
-rw-r--r--app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild14
-rw-r--r--app-vim/cfengine-syntax/metadata.xml17
3 files changed, 32 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..ece327603d8e
--- /dev/null
+++ b/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2020 Gentoo Authors
+# 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..c9f4afb59bac
--- /dev/null
+++ b/app-vim/cfengine-syntax/metadata.xml
@@ -0,0 +1,17 @@
+<?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>
+ <origin>gentoo-staging</origin>
+</pkgmetadata>