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: Wed, 30 Aug 2017 23:53:17
Message-Id: 1504137048.14a647be4c461c1f5ecebd383eb4596bda2721d5.mjo@gentoo
1 commit: 14a647be4c461c1f5ecebd383eb4596bda2721d5
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 23:50:29 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 23:50:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a647be
7
8 net-analyzer/nagios: new masked version 4.3.4 for testing.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 net-analyzer/nagios/nagios-4.3.4.ebuild | 15 +++++++++++++++
13 1 file changed, 15 insertions(+)
14
15 diff --git a/net-analyzer/nagios/nagios-4.3.4.ebuild b/net-analyzer/nagios/nagios-4.3.4.ebuild
16 new file mode 100644
17 index 00000000000..56f21be590a
18 --- /dev/null
19 +++ b/net-analyzer/nagios/nagios-4.3.4.ebuild
20 @@ -0,0 +1,15 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +DESCRIPTION="The Nagios metapackage"
27 +HOMEPAGE="http://www.nagios.org/"
28 +
29 +LICENSE="GPL-2"
30 +SLOT="0"
31 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
32 +IUSE=""
33 +
34 +RDEPEND="~net-analyzer/nagios-core-${PV}
35 + || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"