# ChangeLog for net-analyzer/nagios
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v 1.49 2006/10/21 22:14:32 tcort Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v 1.50 2007/03/12 00:39:31 mjolnir Exp $
+
+*nagios-2.8 (12 Mar 2007)
+
+ 12 Mar 2007; Martin Jackson <mjolnir@gentoo.org> +nagios-2.8.ebuild:
+ Version bump to 2.8 for #159571
21 Oct 2006; Thomas Cort <tcort@gentoo.org> nagios-2.5.ebuild:
Added ~alpha keyword wrt Bug #110130.
--- /dev/null
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-2.8.ebuild,v 1.1 2007/03/12 00:39:31 mjolnir 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="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+ >=net-analyzer/nagios-plugins-1.4
+ >=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
+}
+