diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-01-10 19:50:24 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-01-10 19:50:24 +0000 |
commit | 45d2cff672f5c51c4a432f4f95895113ebda7d78 (patch) | |
tree | 37a6d472a433a77e74b03ca9f91e54eb11eba9f9 /net-analyzer/nagios-plugins | |
parent | Add fetchcounter patch available from sourceforge, which seems to fix the 0 b... (diff) | |
download | gentoo-2-45d2cff672f5c51c4a432f4f95895113ebda7d78.tar.gz gentoo-2-45d2cff672f5c51c4a432f4f95895113ebda7d78.tar.bz2 gentoo-2-45d2cff672f5c51c4a432f4f95895113ebda7d78.zip |
Stable on sparc
(Portage version: 2.0.54)
Diffstat (limited to 'net-analyzer/nagios-plugins')
-rw-r--r-- | net-analyzer/nagios-plugins/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.4.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/nagios-plugins/ChangeLog b/net-analyzer/nagios-plugins/ChangeLog index 44b68afc0355..9e7db26d593c 100644 --- a/net-analyzer/nagios-plugins/ChangeLog +++ b/net-analyzer/nagios-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nagios-plugins -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.43 2005/12/17 21:18:42 corsair Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.44 2006/01/10 19:50:24 gustavoz Exp $ + + 10 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> + nagios-plugins-1.4.2.ebuild: + Stable on sparc 17 Dec 2005; Markus Rothe <corsair@gentoo.org> nagios-plugins-1.4.2-r1.ebuild: diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.2.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.2.ebuild index 4a2b1cc94d2e..ed5d7b8f9735 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.2.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.2.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.ebuild,v 1.2 2005/11/20 02:37:54 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.2.ebuild,v 1.3 2006/01/10 19:50:24 gustavoz Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/nagiosplug/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ~ppc sparc x86" IUSE="ssl samba mysql postgres ldap snmp nagios-dns nagios-ntp nagios-ping nagios-ssh nagios-game ups ipv6 radius" |