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, 31 Aug 2015 14:13:36
Message-Id: 1441030391.2de3258e717c1ef7c5058c8199a83c7492da617a.mjo@gentoo
1 commit: 2de3258e717c1ef7c5058c8199a83c7492da617a
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 13:30:16 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 14:13:11 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de3258e
7
8 net-analyzer/nagios: version bump to v4.1.1.
9
10 The obsolete blocker on net-analyzer/nagios-imagepack has been
11 removed, and the pkg_postrm() warning cleaned up a bit.
12
13 Package-Manager: portage-2.2.20.1
14
15 net-analyzer/nagios/nagios-4.1.1.ebuild | 21 +++++++++++++++++++++
16 1 file changed, 21 insertions(+)
17
18 diff --git a/net-analyzer/nagios/nagios-4.1.1.ebuild b/net-analyzer/nagios/nagios-4.1.1.ebuild
19 new file mode 100644
20 index 0000000..caaab8e
21 --- /dev/null
22 +++ b/net-analyzer/nagios/nagios-4.1.1.ebuild
23 @@ -0,0 +1,21 @@
24 +# Copyright 1999-2015 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Id$
27 +
28 +EAPI=5
29 +
30 +DESCRIPTION="The Nagios metapackage"
31 +HOMEPAGE="http://www.nagios.org/"
32 +
33 +LICENSE="GPL-2"
34 +SLOT="0"
35 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
36 +IUSE=""
37 +
38 +RDEPEND="~net-analyzer/nagios-core-${PV}
39 + || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
40 +
41 +pkg_postrm() {
42 + elog "Note: this is a metapackage for ${PN}."
43 + elog "To remove it completely, use emerge --depclean."
44 +}