# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-1.3.ebuild,v 1.3 2006/01/11 14:40:17 gustavoz Exp $ DESCRIPTION="The Nagios metapackage - merge this to pull install all of the nagios packages" HOMEPAGE="http://www.nagios.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc sparc x86" IUSE="" RDEPEND=">=net-analyzer/nagios-core-1.3 >=net-analyzer/nagios-plugins-1.3.1 >=net-analyzer/nagios-nrpe-1.8 >=net-analyzer/nagios-nsca-2.3 >=net-analyzer/nagios-imagepack-1.0" pkg_postrm() { einfo "Note: this is a META ebuild for ${P}." einfo "to remove it completely or before re-emerging" einfo "either use 'depclean', or remove/re-emerge these packages:" echo for dep in ${RDEPEND}; do einfo " ${dep}" done echo }