commit: 2de3258e717c1ef7c5058c8199a83c7492da617a Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Mon Aug 31 13:30:16 2015 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Aug 31 14:13:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de3258e
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 net-analyzer/nagios/nagios-4.1.1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 0000000..caaab8e --- /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." +}
