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: Sun, 06 Nov 2022 11:53:06
Message-Id: 1667735544.65c074789842da37ffa4595bee86d4200107a179.mjo@gentoo
1 commit: 65c074789842da37ffa4595bee86d4200107a179
2 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Sun Nov 6 11:24:07 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 11:52:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c07478
7
8 net-analyzer/nagios: add 4.4.8
9
10 Closes: https://bugs.gentoo.org/879853
11 Closes: https://github.com/gentoo/gentoo/pull/28156
12 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
13 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
14
15 net-analyzer/nagios/nagios-4.4.8.ebuild | 15 +++++++++++++++
16 1 file changed, 15 insertions(+)
17
18 diff --git a/net-analyzer/nagios/nagios-4.4.8.ebuild b/net-analyzer/nagios/nagios-4.4.8.ebuild
19 new file mode 100644
20 index 000000000000..25c696692b74
21 --- /dev/null
22 +++ b/net-analyzer/nagios/nagios-4.4.8.ebuild
23 @@ -0,0 +1,15 @@
24 +# Copyright 1999-2022 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=8
28 +
29 +DESCRIPTION="The Nagios metapackage"
30 +HOMEPAGE="https://www.nagios.org/"
31 +
32 +LICENSE="metapackage"
33 +SLOT="0"
34 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="~net-analyzer/nagios-core-${PV}
38 + || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"