From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 90D141388BF for ; Mon, 11 Jan 2016 21:46:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CA0021C01C; Mon, 11 Jan 2016 21:46:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE96221C01C for ; Mon, 11 Jan 2016 21:46:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 945943407B8 for ; Mon, 11 Jan 2016 21:46:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1442A01 for ; Mon, 11 Jan 2016 21:46:46 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1452548667.28ec29484d174489873bdecb591b82831fe573ae.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-SPF/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mail-SPF/Mail-SPF-2.9.0-r1.ebuild dev-perl/Mail-SPF/Mail-SPF-2.9.0.ebuild X-VCS-Directories: dev-perl/Mail-SPF/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 28ec29484d174489873bdecb591b82831fe573ae X-VCS-Branch: master Date: Mon, 11 Jan 2016 21:46:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2a045f7d-4bbc-4937-a641-bffe97760a22 X-Archives-Hash: 3665b8870246c8f34baa5661250677f7 commit: 28ec29484d174489873bdecb591b82831fe573ae Author: Patrice Clement gentoo org> AuthorDate: Mon Jan 11 21:43:49 2016 +0000 Commit: Patrice Clement gentoo 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 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"