diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2015-08-31 09:30:16 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2015-08-31 10:13:11 -0400 |
commit | 2de3258e717c1ef7c5058c8199a83c7492da617a (patch) | |
tree | a2602b20209e15160aca6db0f272bbdee4a22619 /net-analyzer/nagios | |
parent | net-analyzer/nagios-core: version bump to v4.1.1. (diff) | |
download | gentoo-2de3258e717c1ef7c5058c8199a83c7492da617a.tar.gz gentoo-2de3258e717c1ef7c5058c8199a83c7492da617a.tar.bz2 gentoo-2de3258e717c1ef7c5058c8199a83c7492da617a.zip |
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
Diffstat (limited to 'net-analyzer/nagios')
-rw-r--r-- | net-analyzer/nagios/nagios-4.1.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
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." +} |