diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-08 12:48:40 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-08 12:48:40 +0000 |
commit | 7a7984ce6b5a5980d542d18f406d43887d8515a5 (patch) | |
tree | 1e5a4b2a3f341e50539f3ea1a78ee46a81428d40 /dev-perl/Mail-SPF-Query | |
parent | Added ~ppc64; bug #173279 (diff) | |
download | gentoo-2-7a7984ce6b5a5980d542d18f406d43887d8515a5.tar.gz gentoo-2-7a7984ce6b5a5980d542d18f406d43887d8515a5.tar.bz2 gentoo-2-7a7984ce6b5a5980d542d18f406d43887d8515a5.zip |
Disabling tests, comment re: bug 169285
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-perl/Mail-SPF-Query')
-rw-r--r-- | dev-perl/Mail-SPF-Query/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1.ebuild | 11 |
2 files changed, 13 insertions, 4 deletions
diff --git a/dev-perl/Mail-SPF-Query/ChangeLog b/dev-perl/Mail-SPF-Query/ChangeLog index b897c7b805e4..8514ea4e143f 100644 --- a/dev-perl/Mail-SPF-Query/ChangeLog +++ b/dev-perl/Mail-SPF-Query/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Mail-SPF-Query # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog,v 1.30 2007/04/08 12:38:28 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/ChangeLog,v 1.31 2007/04/08 12:48:40 mcummings Exp $ + + 08 Apr 2007; Michael Cummings <mcummings@gentoo.org> + Mail-SPF-Query-1.999.1.ebuild: + Disabling tests, comment re: bug 169285 08 Apr 2007; Andrej Kacian <ticho@gentoo.org> Mail-SPF-Query-1.999.1.ebuild: diff --git a/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1.ebuild b/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1.ebuild index 93e19d9da9af..4d88bb479f42 100644 --- a/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1.ebuild +++ b/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1.ebuild @@ -1,18 +1,23 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1.ebuild,v 1.11 2007/04/08 12:38:28 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SPF-Query/Mail-SPF-Query-1.999.1.ebuild,v 1.12 2007/04/08 12:48:40 mcummings Exp $ inherit perl-module DESCRIPTION="query Sender Policy Framework for an IP,email,helo" SRC_URI="mirror://cpan/authors/id/J/JM/JMEHNLE/mail-spf-query/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~JMEHNLE/${P}/" +HOMEPAGE="http://search.cpan.org/~JMEHNLE/" SLOT="0" LICENSE="Artistic" KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86" IUSE="" -SRC_TEST="do" + +# Disabling tests for now. Ticho got them to magically work on his end, +# but bug 169285 shows the chaotic responses he got for a while. +# Enable again during a bump test, but keep disabled for general use. +# ~mcummings +#SRC_TEST="do" DEPEND=">=dev-perl/Net-DNS-0.46 >=dev-perl/Net-CIDR-Lite-0.15 |