commit: 28ec29484d174489873bdecb591b82831fe573ae
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 21:43:49 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 21:44:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ec2948
dev-perl/Mail-SPF: Remove dubious test. Fixes bug 512196.
Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
.../Mail-SPF/{Mail-SPF-2.9.0.ebuild => Mail-SPF-2.9.0-r1.ebuild} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-perl/Mail-SPF/Mail-SPF-2.9.0.ebuild
b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r1.ebuild
similarity index 92%
rename from dev-perl/Mail-SPF/Mail-SPF-2.9.0.ebuild
rename to dev-perl/Mail-SPF/Mail-SPF-2.9.0-r1.ebuild
index 5d8256b..60331e4 100644
--- a/dev-perl/Mail-SPF/Mail-SPF-2.9.0.ebuild
+++ b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -33,6 +33,10 @@ DEPEND="${RDEPEND}
SRC_TEST="do parallel"
+PERL_RM_FILES=(
+ t/90-author-pod-validation.t
+)
+
src_prepare() {
perl-module_src_prepare
sed -i -e "s:spfquery:spfquery.pl:" Build.PL || die "sed failed"