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
commit9986e0340e9db252ba940e00b24c97a6e2f52264 (patch)
tree1ae8ac7c7c95ee23c579e6aa3c06fce72e7f3ca1
parentversion bump (diff)
downloadhistorical-9986e0340e9db252ba940e00b24c97a6e2f52264.tar.gz
historical-9986e0340e9db252ba940e00b24c97a6e2f52264.tar.bz2
historical-9986e0340e9db252ba940e00b24c97a6e2f52264.zip
version bump, clean old ebuild
Package-Manager: portage-2.1-r1
-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
+}
+