summaryrefslogtreecommitdiff
path: root/app-vim/nagios-syntax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/nagios-syntax
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/nagios-syntax')
-rw-r--r--app-vim/nagios-syntax/Manifest3
-rw-r--r--app-vim/nagios-syntax/metadata.xml13
-rw-r--r--app-vim/nagios-syntax/nagios-syntax-1.8.ebuild17
3 files changed, 33 insertions, 0 deletions
diff --git a/app-vim/nagios-syntax/Manifest b/app-vim/nagios-syntax/Manifest
new file mode 100644
index 000000000000..d7ce01e42909
--- /dev/null
+++ b/app-vim/nagios-syntax/Manifest
@@ -0,0 +1,3 @@
+DIST nagios-syntax-1.8.tar.gz 1737 BLAKE2B 73f3b40b4e79d3449cc0f62e88efa5e7d2085db6050f05a5dd774a375a477f22844c8b5603fd89aa676bc26e90d4ad21ebc377c11c05a67909d0b65e1861983e SHA512 53a17c521a66a42f0082e6a963059ff96ed5f899e2be4c50ab68cbf237d1ca6bec8476b798b4a99563a8fdd6dc6ef632de19399b5aad12bad586f0cf0161f76f
+EBUILD nagios-syntax-1.8.ebuild 554 BLAKE2B ff066fc273b15ea38db7a4b83ba00dffd4e5d72fa8ca46ab4672a765bc6c113eb87c558d82590628d0c7cde4a9fcce17a8982d87d1ca53cba25ac9b49ecd4487 SHA512 13a7c9cfb509795a07d7f4016f7673d7788162ccd316fbe8d80f998e76bd1f8518dc3143c6cc05353efce72ee42d8e5326a54d18e93c1f40b16d3cb0345c49ce
+MISC metadata.xml 452 BLAKE2B 6f55d99e5936a8deeef449a45d4a35a4ae34e6d7fa10c642153b4c815dcbffa29574dd68cb1923a61f04885a7521dc56f384550d4a85f8d58ac4830bf15fbe35 SHA512 9cab1433b109d4ee6a223b5da40a276e330cb97ea4a48a570e399ebf939de36623f052bd222c0f957cf3c7ddddd7c380d2b5a711867be32de059006d48d85b9b
diff --git a/app-vim/nagios-syntax/metadata.xml b/app-vim/nagios-syntax/metadata.xml
new file mode 100644
index 000000000000..c9bbb2b6e814
--- /dev/null
+++ b/app-vim/nagios-syntax/metadata.xml
@@ -0,0 +1,13 @@
+<?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 Nagios configuration
+ files, and automatic filetype detection for these files based upon
+ filename.
+ </longdescription>
+</pkgmetadata>
diff --git a/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild b/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild
new file mode 100644
index 000000000000..37286c2a11f0
--- /dev/null
+++ b/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Nagios configuration files syntax"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2261"
+SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
+
+LICENSE="vim.org"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for Nagios configuration
+files. Detection is by filename (/etc/nagios/)."