From: Michael Orlitzky Date: Mon, 31 Aug 2015 13:30:16 +0000 (-0400) Subject: net-analyzer/nagios: version bump to v4.1.1. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2de3258e717c1ef7c5058c8199a83c7492da617a;p=gentoo.git net-analyzer/nagios: version bump to v4.1.1. 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 --- diff --git a/net-analyzer/nagios/nagios-4.1.1.ebuild b/net-analyzer/nagios/nagios-4.1.1.ebuild new file mode 100644 index 000000000000..caaab8eba145 --- /dev/null +++ b/net-analyzer/nagios/nagios-4.1.1.ebuild @@ -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." +}