diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-05-08 19:46:58 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-05-08 19:46:58 +0000 |
commit | f5a388194b3bf5fe8c45df1fdc90a760748d5c7a (patch) | |
tree | d4b41dc29eb5600488d9b440e3dc445012af5d0e /net-analyzer/nagios | |
parent | remove stale entries (diff) | |
download | gentoo-2-f5a388194b3bf5fe8c45df1fdc90a760748d5c7a.tar.gz gentoo-2-f5a388194b3bf5fe8c45df1fdc90a760748d5c7a.tar.bz2 gentoo-2-f5a388194b3bf5fe8c45df1fdc90a760748d5c7a.zip |
Version bump to 2.9
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-analyzer/nagios')
-rw-r--r-- | net-analyzer/nagios/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/nagios/files/digest-nagios-2.9 | 0 | ||||
-rw-r--r-- | net-analyzer/nagios/nagios-2.9.ebuild | 30 |
3 files changed, 36 insertions, 1 deletions
diff --git a/net-analyzer/nagios/ChangeLog b/net-analyzer/nagios/ChangeLog index 35a77e180703..2e95d2e09cfc 100644 --- a/net-analyzer/nagios/ChangeLog +++ b/net-analyzer/nagios/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/nagios # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v 1.51 2007/05/01 18:02:19 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v 1.52 2007/05/08 19:46:58 dertobi123 Exp $ + +*nagios-2.9 (08 May 2007) + + 08 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> +nagios-2.9.ebuild: + Version bump to 2.9 01 May 2007; Marius Mauch <genone@gentoo.org> nagios-1.4.1.ebuild, nagios-2.3.1.ebuild, nagios-2.4.ebuild, nagios-2.5.ebuild, diff --git a/net-analyzer/nagios/files/digest-nagios-2.9 b/net-analyzer/nagios/files/digest-nagios-2.9 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/net-analyzer/nagios/files/digest-nagios-2.9 diff --git a/net-analyzer/nagios/nagios-2.9.ebuild b/net-analyzer/nagios/nagios-2.9.ebuild new file mode 100644 index 000000000000..4b5182a0780e --- /dev/null +++ b/net-analyzer/nagios/nagios-2.9.ebuild @@ -0,0 +1,30 @@ +# 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.9.ebuild,v 1.1 2007/05/08 19:46:58 dertobi123 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() { + elog "Note: this is a META ebuild for ${P}." + elog "to remove it completely or before re-emerging" + elog "either use 'depclean', or remove/re-emerge these packages:" + elog + for dep in ${RDEPEND}; do + elog " ${dep}" + done + echo +} + |