Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI/files/
Date: Tue, 28 Apr 2020 07:08:57
Message-Id: 1588057557.3d78a619e65e2e403fd4a98c3a6c74884937c380.kentnl@gentoo
1 commit: 3d78a619e65e2e403fd4a98c3a6c74884937c380
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 25 15:52:02 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 07:05:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d78a619
7
8 dev-perl/PPI: remove unused patch(es)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
13
14 .../PPI/files/PPI-1.224.0-t-marpa-dot-inc.patch | 27 ----------------------
15 1 file changed, 27 deletions(-)
16
17 diff --git a/dev-perl/PPI/files/PPI-1.224.0-t-marpa-dot-inc.patch b/dev-perl/PPI/files/PPI-1.224.0-t-marpa-dot-inc.patch
18 deleted file mode 100644
19 index 2a02e1d71dc..00000000000
20 --- a/dev-perl/PPI/files/PPI-1.224.0-t-marpa-dot-inc.patch
21 +++ /dev/null
22 @@ -1,27 +0,0 @@
23 -From 74e2e77fdce3e2f366342ad736c25e49379d2013 Mon Sep 17 00:00:00 2001
24 -From: Kent Fredric <kentfredric@×××××.com>
25 -Date: Tue, 20 Jun 2017 03:04:48 +1200
26 -Subject: [PATCH] t/marpa.t: Fix test reliance on '.' in @INC
27 -
28 -Fixes https://github.com/adamkennedy/PPI/issues/200
29 ----
30 - t/marpa.t | 3 ++-
31 - 1 file changed, 2 insertions(+), 1 deletion(-)
32 -
33 -diff --git a/t/marpa.t b/t/marpa.t
34 -index a25fc2e..6e79003 100644
35 ---- a/t/marpa.t
36 -+++ b/t/marpa.t
37 -@@ -2,7 +2,8 @@
38 -
39 - # Unit testing for PPI::Token::Unknown
40 -
41 --use t::lib::PPI::Test::pragmas;
42 -+use lib 't/lib';
43 -+use PPI::Test::pragmas;
44 - use Test::More tests => 23 + ( $ENV{AUTHOR_TESTING} ? 1 : 0 );
45 - use B 'perlstring';
46 -
47 ---
48 -2.13.1
49 -