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: Sat, 19 Jan 2019 00:00:46
Message-Id: 1547855579.820cf3c073cccf2949ed3a97dd69cf873ef0662f.mjo@gentoo
1 commit: 820cf3c073cccf2949ed3a97dd69cf873ef0662f
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 18 23:40:48 2019 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 18 23:52:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820cf3c0
7
8 net-analyzer/nagios: new version 4.4.3.
9
10 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-analyzer/nagios/nagios-4.4.3.ebuild | 15 +++++++++++++++
14 1 file changed, 15 insertions(+)
15
16 diff --git a/net-analyzer/nagios/nagios-4.4.3.ebuild b/net-analyzer/nagios/nagios-4.4.3.ebuild
17 new file mode 100644
18 index 00000000000..39d47b09daf
19 --- /dev/null
20 +++ b/net-analyzer/nagios/nagios-4.4.3.ebuild
21 @@ -0,0 +1,15 @@
22 +# Copyright 1999-2019 Gentoo Authors
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 )"