blob: 900b0ca364004c9701d9f28bc890b9a9e6272194 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-1.1.ebuild,v 1.10 2004/07/01 16:33:29 squinky86 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="x86 ~sparc ~ppc ~amd64"
IUSE=""
RDEPEND=">=net-analyzer/nagios-core-1.1
>=net-analyzer/nagios-plugins-1.3.0
>=net-analyzer/nagios-nrpe-1.8
>=net-analyzer/nagios-nsca-2.3
>=net-analyzer/nagios-imagepack-1.0"
|