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, 31 Aug 2019 21:35:42
Message-Id: 1567287293.20e37091c8e16714c168a75f4dd05ad6bc7c99f5.mjo@gentoo
1 commit: 20e37091c8e16714c168a75f4dd05ad6bc7c99f5
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Aug 30 07:17:59 2019 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 31 21:34:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e37091
7
8 net-analyzer/nagios: bump to 4.4.5
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
12 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
13
14 net-analyzer/nagios/nagios-4.4.5.ebuild | 15 +++++++++++++++
15 1 file changed, 15 insertions(+)
16
17 diff --git a/net-analyzer/nagios/nagios-4.4.5.ebuild b/net-analyzer/nagios/nagios-4.4.5.ebuild
18 new file mode 100644
19 index 00000000000..39d47b09daf
20 --- /dev/null
21 +++ b/net-analyzer/nagios/nagios-4.4.5.ebuild
22 @@ -0,0 +1,15 @@
23 +# Copyright 1999-2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +DESCRIPTION="The Nagios metapackage"
29 +HOMEPAGE="https://www.nagios.org/"
30 +
31 +LICENSE="GPL-2"
32 +SLOT="0"
33 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
34 +IUSE=""
35 +
36 +RDEPEND="~net-analyzer/nagios-core-${PV}
37 + || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"