From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF3051396D0 for ; Fri, 6 Oct 2017 11:39:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 099D1E0CB0; Fri, 6 Oct 2017 11:39:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB335E0CB0 for ; Fri, 6 Oct 2017 11:39:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79F5934178E for ; Fri, 6 Oct 2017 11:39:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7F719095 for ; Fri, 6 Oct 2017 11:39:35 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1507289958.a25241bfbe24651f5537029f86ffc2750b20024f.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-Refactor/, dev-perl/Devel-Refactor/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Devel-Refactor/Devel-Refactor-0.50.0-r1.ebuild dev-perl/Devel-Refactor/files/Devel-Refactor-0.50.0-perl526.patch X-VCS-Directories: dev-perl/Devel-Refactor/ dev-perl/Devel-Refactor/files/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a25241bfbe24651f5537029f86ffc2750b20024f X-VCS-Branch: master Date: Fri, 6 Oct 2017 11:39:35 +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: 1b5664e7-f176-4969-ade4-88ddc8cb1e04 X-Archives-Hash: e830eed0b2c373ad6d497adc19593c0a commit: a25241bfbe24651f5537029f86ffc2750b20024f Author: Kent Fredric gentoo org> AuthorDate: Fri Oct 6 11:33:32 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Oct 6 11:39:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25241bf dev-perl/Devel-Refactor: Fix test failures under perl 5.26 bug #615738 Closes: https://bugs.gentoo.org/615738 Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../Devel-Refactor/Devel-Refactor-0.50.0-r1.ebuild | 4 +-- .../files/Devel-Refactor-0.50.0-perl526.patch | 30 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/dev-perl/Devel-Refactor/Devel-Refactor-0.50.0-r1.ebuild b/dev-perl/Devel-Refactor/Devel-Refactor-0.50.0-r1.ebuild index b13b57a5c65..57a202400a6 100644 --- a/dev-perl/Devel-Refactor/Devel-Refactor-0.50.0-r1.ebuild +++ b/dev-perl/Devel-Refactor/Devel-Refactor-0.50.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,5 +12,5 @@ DESCRIPTION="Perl extension for refactoring Perl code" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" - +PATCHES=( "${FILESDIR}/${P}-perl526.patch" ) SRC_TEST="do" diff --git a/dev-perl/Devel-Refactor/files/Devel-Refactor-0.50.0-perl526.patch b/dev-perl/Devel-Refactor/files/Devel-Refactor-0.50.0-perl526.patch new file mode 100644 index 00000000000..40d5c2f6b22 --- /dev/null +++ b/dev-perl/Devel-Refactor/files/Devel-Refactor-0.50.0-perl526.patch @@ -0,0 +1,30 @@ +From f7e1813ec2d1be584499f5f2a968dc1bf430fe5b Mon Sep 17 00:00:00 2001 +From: Kent Fredric +Date: Sat, 7 Oct 2017 00:22:26 +1300 +Subject: t/basic.t: Fix test failure on 5.26 + +use_ok should use the fully qualified name as it runs with blib +during `make test` + +Bug: https://rt.cpan.org/Public/Bug/Display.html?id=121180 +Bug: https://bugs.gentoo.org/615738 +--- + t/basic.t | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/t/basic.t b/t/basic.t +index dd8cefc..8f09e23 100755 +--- a/t/basic.t ++++ b/t/basic.t +@@ -7,7 +7,7 @@ use Data::Dumper; + + BEGIN { + # diag "\@INC contains:\n", join("\n",@INC); +- use_ok 'Refactor'; ++ use_ok 'Devel::Refactor'; + } + + my $rf = Devel::Refactor->new; +-- +2.14.1 +