Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
Date: Mon, 03 Sep 2018 14:21:39
Message-Id: 1535984346.28384f8adc00d3823be04cee59a3c75da302d7e3.mjo@gentoo
1 commit: 28384f8adc00d3823be04cee59a3c75da302d7e3
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 3 05:36:44 2018 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 14:19:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28384f8a
7
8 net-analyzer/nagios: bump to 4.4.2
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 net-analyzer/nagios/nagios-4.4.2.ebuild | 15 +++++++++++++++
14 1 file changed, 15 insertions(+)
15
16 diff --git a/net-analyzer/nagios/nagios-4.4.2.ebuild b/net-analyzer/nagios/nagios-4.4.2.ebuild
17 new file mode 100644
18 index 00000000000..a29da55bee7
19 --- /dev/null
20 +++ b/net-analyzer/nagios/nagios-4.4.2.ebuild
21 @@ -0,0 +1,15 @@
22 +# Copyright 1999-2018 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="The Nagios metapackage"
28 +HOMEPAGE="https://www.nagios.org/"
29 +
30 +LICENSE="GPL-2"
31 +SLOT="0"
32 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
33 +IUSE=""
34 +
35 +RDEPEND="~net-analyzer/nagios-core-${PV}
36 + || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"