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, 26 Sep 2016 13:25:49
Message-Id: 1474896246.4a2a1bf480b78c711573dc4d5960768e2648c76c.mjo@gentoo
1 commit: 4a2a1bf480b78c711573dc4d5960768e2648c76c
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 13:23:54 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 13:24:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2a1bf4
7
8 net-analyzer/nagios: new metapackage version to pull in nagios-core-4.2.1.
9
10 Gentoo-Bug: 595194
11
12 Package-Manager: portage-2.2.28
13
14 net-analyzer/nagios/nagios-4.2.1.ebuild | 21 +++++++++++++++++++++
15 1 file changed, 21 insertions(+)
16
17 diff --git a/net-analyzer/nagios/nagios-4.2.1.ebuild b/net-analyzer/nagios/nagios-4.2.1.ebuild
18 new file mode 100644
19 index 00000000..cdcde9c
20 --- /dev/null
21 +++ b/net-analyzer/nagios/nagios-4.2.1.ebuild
22 @@ -0,0 +1,21 @@
23 +# Copyright 1999-2016 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI=6
28 +
29 +DESCRIPTION="The Nagios metapackage"
30 +HOMEPAGE="http://www.nagios.org/"
31 +
32 +LICENSE="GPL-2"
33 +SLOT="0"
34 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="~net-analyzer/nagios-core-${PV}
38 + || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
39 +
40 +pkg_postrm() {
41 + elog "Note: ${CATEGORY}/${PN} is a metapackage for ${PN}."
42 + elog "To remove it completely, use emerge --depclean."
43 +}