summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-05-21 17:44:19 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-05-21 17:44:19 +0000
commitc4be9824dc81aa7ab696c81fea160bd5967e7096 (patch)
tree7423de0e8cdcf8d7b351e1a154aeb08951ce9be7 /net-analyzer/nagios/nagios-3.0.2.ebuild
parentSet VARTEXFONTS, bug 223077. (diff)
downloadgentoo-2-c4be9824dc81aa7ab696c81fea160bd5967e7096.tar.gz
gentoo-2-c4be9824dc81aa7ab696c81fea160bd5967e7096.tar.bz2
gentoo-2-c4be9824dc81aa7ab696c81fea160bd5967e7096.zip
Bump to 2.12 and 3.0.2 for #208398
(Portage version: 2.1.5.2)
Diffstat (limited to 'net-analyzer/nagios/nagios-3.0.2.ebuild')
-rw-r--r--net-analyzer/nagios/nagios-3.0.2.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/net-analyzer/nagios/nagios-3.0.2.ebuild b/net-analyzer/nagios/nagios-3.0.2.ebuild
new file mode 100644
index 000000000000..bc64efa8e69e
--- /dev/null
+++ b/net-analyzer/nagios/nagios-3.0.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-3.0.2.ebuild,v 1.1 2008/05/21 17:44:19 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.11-r100
+ >=net-analyzer/nagios-imagepack-1.0-r100"
+
+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
+}