diff options
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/nagios-syntax/Manifest | 1 | ||||
-rw-r--r-- | app-vim/nagios-syntax/nagios-syntax-1.8.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/nagios-syntax/Manifest b/app-vim/nagios-syntax/Manifest index 159f8be3c70a..02b19638f21e 100644 --- a/app-vim/nagios-syntax/Manifest +++ b/app-vim/nagios-syntax/Manifest @@ -1 +1,2 @@ +DIST nagios-syntax-1.8.tar.gz 1737 SHA256 83976725d00e3d346456a1d53755552622f1c01b501a266064919071a8b1fb31 SHA512 53a17c521a66a42f0082e6a963059ff96ed5f899e2be4c50ab68cbf237d1ca6bec8476b798b4a99563a8fdd6dc6ef632de19399b5aad12bad586f0cf0161f76f WHIRLPOOL 99f376c40dfa0a09915a986d305be629bb259c834a38cdc25e8276d5de92dfb75e62ecf8d913994488ab14cb16cf232f21826047589cc9bb0024efcc5d414807 DIST nagios-syntax-20050105.tar.bz2 1721 SHA256 76ddf01aefe98d124a8c120c39060c6f374e8333cdd644d075f4e445ecfc3399 SHA512 4bfca41c7aac4580511bf651db67c0dc16fcdcb09137ba27ce5472be9e3695db0ac254dca370b0f3576ab58959cd0ca5235833e45b1186c6f6721ca3d5793c6b WHIRLPOOL b5727573851e7d43a8bd84830e58c8c0cee65316a24ad5fee7d8f2d1890cb5b2f66ea40e738b7182e5800e2710260a0f32b9a22dd8b365807361f1e7cfe98148 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..d8cbec98c140 --- /dev/null +++ b/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 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="http://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/)." |