net-analyzer/nagios: version bump to v4.1.1.
authorMichael Orlitzky <mjo@gentoo.org>
Mon, 31 Aug 2015 13:30:16 +0000 (09:30 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Mon, 31 Aug 2015 14:13:11 +0000 (10:13 -0400)
The obsolete blocker on net-analyzer/nagios-imagepack has been
removed, and the pkg_postrm() warning cleaned up a bit.

Package-Manager: portage-2.2.20.1

net-analyzer/nagios/nagios-4.1.1.ebuild [new file with mode: 0644]

diff --git a/net-analyzer/nagios/nagios-4.1.1.ebuild b/net-analyzer/nagios/nagios-4.1.1.ebuild
new file mode 100644 (file)
index 0000000..caaab8e
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="http://www.nagios.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+       || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
+
+pkg_postrm() {
+       elog "Note: this is a metapackage for ${PN}."
+       elog "To remove it completely, use emerge --depclean."
+}