summaryrefslogtreecommitdiff
path: root/app-vim/nagios-syntax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-14 01:14:50 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-14 01:14:50 +0000
commit94eb99943eafb48140b436b347abaaee77209c01 (patch)
treebb4f0519a6c0880b24c88b1666976a36a464a8df /app-vim/nagios-syntax
parenta7ec94f7d22ee22df2e424c1d3f842510b7993aa (diff)
gentoo auto-resync : 14:01:2024 - 01:14:49
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.ebuild17
2 files changed, 0 insertions, 18 deletions
diff --git a/app-vim/nagios-syntax/Manifest b/app-vim/nagios-syntax/Manifest
index 43808c00476a..2f3ce3607862 100644
--- a/app-vim/nagios-syntax/Manifest
+++ b/app-vim/nagios-syntax/Manifest
@@ -1,4 +1,3 @@
DIST nagios-syntax-1.8.tar.gz 1737 BLAKE2B 73f3b40b4e79d3449cc0f62e88efa5e7d2085db6050f05a5dd774a375a477f22844c8b5603fd89aa676bc26e90d4ad21ebc377c11c05a67909d0b65e1861983e SHA512 53a17c521a66a42f0082e6a963059ff96ed5f899e2be4c50ab68cbf237d1ca6bec8476b798b4a99563a8fdd6dc6ef632de19399b5aad12bad586f0cf0161f76f
EBUILD nagios-syntax-1.8-r1.ebuild 554 BLAKE2B 8ce85c6b501d050fa75d6223e96319480171772ccd63621d3fd6a58f3ce7d96b5154d71192d3d8b6fe15a9dbe053218fbfbee1eb3bc2798719858ca29c9399e9 SHA512 483b913c0ed79b3d08cc14476c2442993c06718709a98cf1358250d30331abcac06c8254874cb7bd5f559104df3679efe7402cb4bc41c34ca13daf5972cd6b42
-EBUILD nagios-syntax-1.8.ebuild 554 BLAKE2B 6c6fffa8f2b28b8c5b6d9d9bfecaed41ac1a961a63f9b1aa4b279bfd87082b568a0b353ad1f62f46c927544e1684f31cad30e651735136ecec192dbe0a571b39 SHA512 b3b941d466de458147882a868b6bb70bce6314fb6e57d72e5b2ed4748d2e0393273ce18d9f9c05c4f07b6447cc3fd8fe96ffc3ded44a0bd6c4a9eb0a9dbefcc4
MISC metadata.xml 477 BLAKE2B ac253acacdb4b998b264488451dcb2a5549a005a1b05a78fd8a439d330fec6d43007a56ad2128666a8de3fbb7e9fd5adfa3a64c31feceea1540995ee88f74618 SHA512 410924ec398e96f1391e03b79783409b9fab6160959f7122cb54ae82b13de7f9a1e5ff06c4269905870ab022ab17e054bc417c33d028b51549adcac3610349f2
diff --git a/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild b/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild
deleted file mode 100644
index b109f9a9d03e..000000000000
--- a/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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/)."