Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/nagios-syntax/
Date: Fri, 11 May 2018 22:09:16
Message-Id: 1526076539.090699f064489730bd25c3a6ef6cb0f7f6ba4f1f.monsieurp@gentoo
1 commit: 090699f064489730bd25c3a6ef6cb0f7f6ba4f1f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 11 22:08:19 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 22:08:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090699f0
7
8 app-vim/nagios-syntax: clean up old ebuild.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-vim/nagios-syntax/Manifest | 1 -
13 app-vim/nagios-syntax/nagios-syntax-20050105.ebuild | 16 ----------------
14 2 files changed, 17 deletions(-)
15
16 diff --git a/app-vim/nagios-syntax/Manifest b/app-vim/nagios-syntax/Manifest
17 index 4dad98a2888..444f218bf05 100644
18 --- a/app-vim/nagios-syntax/Manifest
19 +++ b/app-vim/nagios-syntax/Manifest
20 @@ -1,2 +1 @@
21 DIST nagios-syntax-1.8.tar.gz 1737 BLAKE2B 73f3b40b4e79d3449cc0f62e88efa5e7d2085db6050f05a5dd774a375a477f22844c8b5603fd89aa676bc26e90d4ad21ebc377c11c05a67909d0b65e1861983e SHA512 53a17c521a66a42f0082e6a963059ff96ed5f899e2be4c50ab68cbf237d1ca6bec8476b798b4a99563a8fdd6dc6ef632de19399b5aad12bad586f0cf0161f76f
22 -DIST nagios-syntax-20050105.tar.bz2 1721 BLAKE2B 1dd50f29ab734c48caaa52e2f6c0bf601c71136ae8ff7b08077e4f329815e7c5988ad8759d926c2344163aaeccb51be827049c10e3315c6175f57eeac8a9ee3b SHA512 4bfca41c7aac4580511bf651db67c0dc16fcdcb09137ba27ce5472be9e3695db0ac254dca370b0f3576ab58959cd0ca5235833e45b1186c6f6721ca3d5793c6b
23
24 diff --git a/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild b/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild
25 deleted file mode 100644
26 index 4828c3e0510..00000000000
27 --- a/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild
28 +++ /dev/null
29 @@ -1,16 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=0
34 -
35 -inherit vim-plugin
36 -
37 -DESCRIPTION="vim plugin: Nagios configuration files syntax"
38 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2261"
39 -LICENSE="vim.org"
40 -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
41 -IUSE=""
42 -
43 -VIM_PLUGIN_HELPTEXT=\
44 -"This plugin provides syntax highlighting for Nagios configuration
45 -files. Detection is by filename (/etc/nagios/)."