summaryrefslogtreecommitdiff
path: root/app-vim/nagios-syntax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-15 04:49:10 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-15 04:49:10 +0100
commitefca79f216bfeffd55e7731fbf24126d093e1084 (patch)
treef19ba31d8686b3de4192db3e4c4dc9f3d9af54b5 /app-vim/nagios-syntax
parentea7f3f690b55cdfa8b2d350b03c1dfc0c8357a51 (diff)
gentoo auto-resync : 15:09:2023 - 04:49:10
Diffstat (limited to 'app-vim/nagios-syntax')
-rw-r--r--app-vim/nagios-syntax/Manifest1
-rw-r--r--app-vim/nagios-syntax/nagios-syntax-1.8-r1.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/nagios-syntax/Manifest b/app-vim/nagios-syntax/Manifest
index 5c98ba289a70..02a99d918e34 100644
--- a/app-vim/nagios-syntax/Manifest
+++ b/app-vim/nagios-syntax/Manifest
@@ -1,3 +1,4 @@
DIST nagios-syntax-1.8.tar.gz 1737 BLAKE2B 73f3b40b4e79d3449cc0f62e88efa5e7d2085db6050f05a5dd774a375a477f22844c8b5603fd89aa676bc26e90d4ad21ebc377c11c05a67909d0b65e1861983e SHA512 53a17c521a66a42f0082e6a963059ff96ed5f899e2be4c50ab68cbf237d1ca6bec8476b798b4a99563a8fdd6dc6ef632de19399b5aad12bad586f0cf0161f76f
+EBUILD nagios-syntax-1.8-r1.ebuild 560 BLAKE2B a8ac71607937e217f77e93d086bf66958e6a48188b5bcc853ddb811eebd5de49f1444ad6347876c839a47cb38cdfdc210804a02ce5a91b02767ebb1b662bcc01 SHA512 5d3d37690d2931f7c18e7eeb5e146690607de635225b293816af7a50fad6e964ed3ea89193fff3c946985896ac5b434aad766e30401686bef2299bac2ef8c76b
EBUILD nagios-syntax-1.8.ebuild 554 BLAKE2B 6c6fffa8f2b28b8c5b6d9d9bfecaed41ac1a961a63f9b1aa4b279bfd87082b568a0b353ad1f62f46c927544e1684f31cad30e651735136ecec192dbe0a571b39 SHA512 b3b941d466de458147882a868b6bb70bce6314fb6e57d72e5b2ed4748d2e0393273ce18d9f9c05c4f07b6447cc3fd8fe96ffc3ded44a0bd6c4a9eb0a9dbefcc4
MISC metadata.xml 453 BLAKE2B 02b397e4f390b40b821f31169c840a60f1b57572de434cf19834d6be612796243a314be081205530dbed8f6bcd72e5521429e33226f954a69a98b34f97532b94 SHA512 7fb595040603bf41105b782649293badc1a51ac2a2c3fbb8986b7937c4654f58b7814169d0c11d5183aa1a3e3129febe2d7b990fd18efd48d6ab8d62c99757b9
diff --git a/app-vim/nagios-syntax/nagios-syntax-1.8-r1.ebuild b/app-vim/nagios-syntax/nagios-syntax-1.8-r1.ebuild
new file mode 100644
index 000000000000..81df74e6db27
--- /dev/null
+++ b/app-vim/nagios-syntax/nagios-syntax-1.8-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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/)."