diff options
author | Lance Albertson <ramereth@gentoo.org> | 2005-10-02 04:14:37 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2005-10-02 04:14:37 +0000 |
commit | b7b26ff4a1d9c78aa04f51ae7a7d37e6d26b862c (patch) | |
tree | 88f1c16cd7670a48ab9c5b01d8b72a31747ec411 /net-analyzer | |
parent | Stable on SPARC. (diff) | |
download | historical-b7b26ff4a1d9c78aa04f51ae7a7d37e6d26b862c.tar.gz historical-b7b26ff4a1d9c78aa04f51ae7a7d37e6d26b862c.tar.bz2 historical-b7b26ff4a1d9c78aa04f51ae7a7d37e6d26b862c.zip |
Removed arch blocks on radiusclient, resolves #105512
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.4.1.ebuild | 7 |
3 files changed, 9 insertions, 8 deletions
diff --git a/net-analyzer/nagios-plugins/ChangeLog b/net-analyzer/nagios-plugins/ChangeLog index ba81072e7972..6dccabc201be 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.38 2005/09/10 18:24:13 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.39 2005/10/02 04:14:37 ramereth Exp $ + + 02 Oct 2005; Lance Albertson <ramereth@gentoo.org> + nagios-plugins-1.4.1.ebuild: + * Removed arch blocks on radiusclient, resolves #105512 10 Sep 2005; Lance Albertson <ramereth@gentoo.org> +files/nagios-plugins-1.4.1-noradius.patch, nagios-plugins-1.4.1.ebuild: diff --git a/net-analyzer/nagios-plugins/Manifest b/net-analyzer/nagios-plugins/Manifest index c28d412eb1fb..f40c05242f0e 100644 --- a/net-analyzer/nagios-plugins/Manifest +++ b/net-analyzer/nagios-plugins/Manifest @@ -1,8 +1,8 @@ -MD5 187a9914b4f3ac7f4090ba128749efb9 ChangeLog 6469 +MD5 574caa23fe23f6df975fa95159bc869c ChangeLog 6612 MD5 8f37db1a5330acf9b68c8642375acd17 nagios-plugins-1.3.1-r1.ebuild 2947 MD5 5db356dad10986a73f73a0335265ad92 metadata.xml 371 MD5 dc5c009c94eb85253dcefe800212ea3d nagios-plugins-1.4.ebuild 3279 -MD5 17af25c30cd06f485ff73bc4bccf676b nagios-plugins-1.4.1.ebuild 3571 +MD5 b7464080f866aea84a907399448a5ce6 nagios-plugins-1.4.1.ebuild 3453 MD5 39af7074b023625d9a75730bd6932437 files/digest-nagios-plugins-1.3.1-r1 72 MD5 acb0b2b914b27b67b9a33807b1e6838e files/install-opts-fix.diff 3168 MD5 ee71da291efd7427bd9786591a98df34 files/nagios-plugins-noradius.patch 2661 diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.1.ebuild index e35044422398..d4b5cb98309d 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.1.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.1.ebuild,v 1.4 2005/09/10 18:24:13 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.1.ebuild,v 1.5 2005/10/02 04:14:37 ramereth Exp $ inherit eutils @@ -18,10 +18,7 @@ DEPEND="ldap? ( >=net-nds/openldap-2.0.25 ) mysql? ( >=dev-db/mysql-3.23.52-r1 ) postgres? ( >=dev-db/postgresql-7.2 ) ssl? ( >=dev-libs/openssl-0.9.6g ) - !amd64? ( !sparc? ( !ppc? ( radius? ( >=net-dialup/radiusclient-0.3.2 ) ) ) )" - - # Remove the arch blocks for radius once they get marked ~arch for those - # archs + radius? ( >=net-dialup/radiusclient-0.3.2 )" # test broken anyway test? ( >=dev-perl/Cache-Cache-1.03 )" |