summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2006-01-29 01:04:23 +0000
committerEldad Zack <eldad@gentoo.org>2006-01-29 01:04:23 +0000
commitced3d48670f6f81068d26dc7b45032db94fd790d (patch)
tree6a4b13cc6c95dd525cd5c526513a8d7df92b0c6f /net-analyzer/nagios-plugins/nagios-plugins-1.4.2-r1.ebuild
parentAdd ~sparc keyword. Builds and runs fine on sparc. (diff)
downloadgentoo-2-ced3d48670f6f81068d26dc7b45032db94fd790d.tar.gz
gentoo-2-ced3d48670f6f81068d26dc7b45032db94fd790d.tar.bz2
gentoo-2-ced3d48670f6f81068d26dc7b45032db94fd790d.zip
Bug 100439: RESTRICT test
(Portage version: 2.0.54)
Diffstat (limited to 'net-analyzer/nagios-plugins/nagios-plugins-1.4.2-r1.ebuild')
-rw-r--r--net-analyzer/nagios-plugins/nagios-plugins-1.4.2-r1.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.2-r1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.2-r1.ebuild
index 7eeb51aa96e8..6fcbb694cd90 100644
--- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.2-r1.ebuild
+++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.2-r1.ebuild,v 1.2 2005/12/17 21:18:42 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.2-r1.ebuild,v 1.3 2006/01/29 01:04:23 eldad Exp $
inherit eutils
@@ -20,7 +20,7 @@ DEPEND="ldap? ( >=net-nds/openldap-2.0.25 )
ssl? ( >=dev-libs/openssl-0.9.6g )
radius? ( >=net-dialup/radiusclient-0.3.2 )"
-# test broken anyway test? ( >=dev-perl/Cache-Cache-1.03 )"
+RESTRICT="test"
RDEPEND="${DEPEND}
>=dev-lang/perl-5.6.1-r7
@@ -105,13 +105,10 @@ src_install() {
}
pkg_postinst() {
- einfo "This ebuild has a number of USE flags which determines what nagios isable to monitor."
+ einfo "This ebuild has a number of USE flags which determines what nagios is able to monitor."
einfo "Depending on what you want to monitor with nagios, some or all of these USE"
einfo "flags need to be set for nagios to function correctly."
echo
einfo "contrib plugins are installed into /usr/nagios/libexec/contrib"
}
-src_test() {
- einfo "test broken"
-}