summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2006-07-18 17:10:32 +0000
committerLance Albertson <ramereth@gentoo.org>2006-07-18 17:10:32 +0000
commit80ab31d8e755752226b1c20f82753446b5b59815 (patch)
tree743a8ce8a048a11427b59341ffcf788d57554c90 /net-analyzer/nagios
parentversion bump (diff)
downloadgentoo-2-80ab31d8e755752226b1c20f82753446b5b59815.tar.gz
gentoo-2-80ab31d8e755752226b1c20f82753446b5b59815.tar.bz2
gentoo-2-80ab31d8e755752226b1c20f82753446b5b59815.zip
version bump, clean old ebuild
(Portage version: 2.1-r1)
Diffstat (limited to 'net-analyzer/nagios')
-rw-r--r--net-analyzer/nagios/ChangeLog9
-rw-r--r--net-analyzer/nagios/files/digest-nagios-2.51
-rw-r--r--net-analyzer/nagios/nagios-2.5.ebuild30
3 files changed, 39 insertions, 1 deletions
diff --git a/net-analyzer/nagios/ChangeLog b/net-analyzer/nagios/ChangeLog
index 5175b350e699..e3528d458c6c 100644
--- a/net-analyzer/nagios/ChangeLog
+++ b/net-analyzer/nagios/ChangeLog
@@ -1,6 +1,13 @@
# 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.47 2006/06/23 19:54:18 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v 1.48 2006/07/18 17:10:32 ramereth Exp $
+
+*nagios-2.5 (18 Jul 2006)
+
+ 18 Jul 2006; Lance Albertson <ramereth@gentoo.org> -nagios-1.4.ebuild,
+ +nagios-2.5.ebuild:
+ * Version bump
+ * Clean old ebuild
23 Jun 2006; Eldad Zack <eldad@gentoo.org> nagios-2.3.1.ebuild,
nagios-2.4.ebuild:
diff --git a/net-analyzer/nagios/files/digest-nagios-2.5 b/net-analyzer/nagios/files/digest-nagios-2.5
new file mode 100644
index 000000000000..8b137891791f
--- /dev/null
+++ b/net-analyzer/nagios/files/digest-nagios-2.5
@@ -0,0 +1 @@
+
diff --git a/net-analyzer/nagios/nagios-2.5.ebuild b/net-analyzer/nagios/nagios-2.5.ebuild
new file mode 100644
index 000000000000..68d62e65bf4d
--- /dev/null
+++ b/net-analyzer/nagios/nagios-2.5.ebuild
@@ -0,0 +1,30 @@
+# 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-2.5.ebuild,v 1.1 2006/07/18 17:10:32 ramereth 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 ~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
+}
+