summaryrefslogtreecommitdiff
path: root/dev-perl/Unicode-LineBreak
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-08 23:06:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-08 23:06:07 +0100
commite23a08d0c97a0cc415aaa165da840b056f93c997 (patch)
tree4c5f7db60483518201fef36f8cc0712789a08db2 /dev-perl/Unicode-LineBreak
parent391b5b359a346aff490103da7dddc85047f83830 (diff)
gentoo resync : 08.10.2021
Diffstat (limited to 'dev-perl/Unicode-LineBreak')
-rw-r--r--dev-perl/Unicode-LineBreak/Manifest1
-rw-r--r--dev-perl/Unicode-LineBreak/files/Unicode-LineBreak-2017.004-dotinc.patch232
2 files changed, 0 insertions, 233 deletions
diff --git a/dev-perl/Unicode-LineBreak/Manifest b/dev-perl/Unicode-LineBreak/Manifest
index 5fce2b589b4f..228952ad2e2b 100644
--- a/dev-perl/Unicode-LineBreak/Manifest
+++ b/dev-perl/Unicode-LineBreak/Manifest
@@ -1,4 +1,3 @@
-AUX Unicode-LineBreak-2017.004-dotinc.patch 4512 BLAKE2B e86fb471d296e642aedb25472c8ed7921293bc8beb5d560132ce5dfd7abfd5db2f5c17948f3384e328f760f318cf2f9ec2d2274d18fc371ad2a4b3ca3e88cd8b SHA512 e31fc9648c637d3ece712d71f8e3e1a35b949f554aeceb52b33bbf09831acd9541b044cedcc3fbb098701f542e9df60d567d49c4d2c4ef4bebe8c6e1a646c289
DIST Unicode-LineBreak-2019.001.tar.gz 312225 BLAKE2B e7bf274fcba3603acf93f520493d67b2ff113b4e098da39c8f5f5a180bcc75f403f04ede5248b8598f8b991498de9c19766c29e3ee25eea12e82aeac1241194b SHA512 2d285f928db2ed32aefa741629ce9f9bee82e69c247eaa2c9145fdb4e9bae4441bf822e108cbffc3955369539474c3299f0a8f69026a5f9686aa8458a1d87f27
EBUILD Unicode-LineBreak-2019.1.0.ebuild 542 BLAKE2B 3e5eaf365ad0d1b5a4a6ba1669310ac6aa4970e1492ed27f49d8fb2b950d6646b715543425c7143989ee997da205357e1d26becaa162e1bd03ad91727edcda6e SHA512 002d4d9ead476283a213436c673b0ddcf179d6ac187f7b31b52f7f8b2e987824f4096ec9192d57425a44e2ab19bd1885a3d59ffcdc682dd421dfa3f7da2a95b8
MISC metadata.xml 532 BLAKE2B bda481e25ddacb293c915635491e245bb1a41452d8eb74afaa9a2f1924cbf1a993df75dbe13125347da18060a74cc2ca525602a465965a370614d14e1ffe794f SHA512 720516db04a3d3bbaaa5b9a20656e6ffe2a41a10c103b31d03c3bbc70f983b98a4ca2a154ca40755f6b1dea0b8c22a601c3cb544e3923855db99b2c68fb2d0aa
diff --git a/dev-perl/Unicode-LineBreak/files/Unicode-LineBreak-2017.004-dotinc.patch b/dev-perl/Unicode-LineBreak/files/Unicode-LineBreak-2017.004-dotinc.patch
deleted file mode 100644
index 3a9b808f4669..000000000000
--- a/dev-perl/Unicode-LineBreak/files/Unicode-LineBreak-2017.004-dotinc.patch
+++ /dev/null
@@ -1,232 +0,0 @@
-From fd36408d8e59381c0ea217166a244222adbd5ec9 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Sun, 18 Mar 2018 22:02:48 +1300
-Subject: Fix tests for '.' in @INC removal on Perl 5.26+
-
----
- t/01break.t | 2 +-
- t/02hangul.t | 2 +-
- t/03ns.t | 2 +-
- t/04fold.t | 2 +-
- t/05urgent.t | 2 +-
- t/06context.t | 2 +-
- t/07sea.t | 2 +-
- t/08partial.t | 2 +-
- t/09uri.t | 2 +-
- t/11format.t | 2 +-
- t/12fold2.t | 2 +-
- t/13flowedsp.t | 2 +-
- t/14sea_al.t | 2 +-
- t/15array.t | 2 +-
- t/16regex.t | 2 +-
- t/17prop.t | 2 +-
- t/18currency.t | 2 +-
- 17 files changed, 17 insertions(+), 17 deletions(-)
-
-diff --git a/t/01break.t b/t/01break.t
-index a7676bc..4d80758 100644
---- a/t/01break.t
-+++ b/t/01break.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
-
- BEGIN { plan tests => 13 }
-
-diff --git a/t/02hangul.t b/t/02hangul.t
-index 5140636..027f418 100644
---- a/t/02hangul.t
-+++ b/t/02hangul.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
-
- BEGIN { plan tests => 2 }
-
-diff --git a/t/03ns.t b/t/03ns.t
-index 8d515dd..43b50f7 100644
---- a/t/03ns.t
-+++ b/t/03ns.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
-
- BEGIN { plan tests => 2 }
-
-diff --git a/t/04fold.t b/t/04fold.t
-index 8eb9624..50287cb 100644
---- a/t/04fold.t
-+++ b/t/04fold.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lf.pl";
-+require "./t/lf.pl";
-
- BEGIN { plan tests => 15 + 2 }
-
-diff --git a/t/05urgent.t b/t/05urgent.t
-index e5f27c7..0ae4c66 100644
---- a/t/05urgent.t
-+++ b/t/05urgent.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
-
- BEGIN { plan tests => 5 }
-
-diff --git a/t/06context.t b/t/06context.t
-index 4de9f4e..e8ac3f7 100644
---- a/t/06context.t
-+++ b/t/06context.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
-
- BEGIN { plan tests => 2 }
-
-diff --git a/t/07sea.t b/t/07sea.t
-index 8446e96..da4d49a 100644
---- a/t/07sea.t
-+++ b/t/07sea.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
-
- BEGIN {
- require Unicode::LineBreak;
-diff --git a/t/08partial.t b/t/08partial.t
-index e94f0a0..5baa894 100644
---- a/t/08partial.t
-+++ b/t/08partial.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
-
- BEGIN { plan tests => 15 }
-
-diff --git a/t/09uri.t b/t/09uri.t
-index 333e1cf..edb4d25 100644
---- a/t/09uri.t
-+++ b/t/09uri.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
-
- BEGIN { plan tests => 2 }
-
-diff --git a/t/11format.t b/t/11format.t
-index 62167cc..d4ebd5b 100644
---- a/t/11format.t
-+++ b/t/11format.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
-
- BEGIN { plan tests => 6 }
-
-diff --git a/t/12fold2.t b/t/12fold2.t
-index c9a64ef..d9fd4e8 100644
---- a/t/12fold2.t
-+++ b/t/12fold2.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lf.pl";
-+require "./t/lf.pl";
-
- BEGIN { plan tests => 2 }
-
-diff --git a/t/13flowedsp.t b/t/13flowedsp.t
-index 4454e6b..d4b96b8 100644
---- a/t/13flowedsp.t
-+++ b/t/13flowedsp.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lf.pl";
-+require "./t/lf.pl";
-
- BEGIN { plan tests => 1 }
-
-diff --git a/t/14sea_al.t b/t/14sea_al.t
-index 5a45574..2990333 100644
---- a/t/14sea_al.t
-+++ b/t/14sea_al.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
-
- BEGIN { plan tests => 1 }
-
-diff --git a/t/15array.t b/t/15array.t
-index 5ab75c2..51d79ab 100644
---- a/t/15array.t
-+++ b/t/15array.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
-
- BEGIN { plan tests => 19 }
-
-diff --git a/t/16regex.t b/t/16regex.t
-index 4a7f0db..e85e203 100644
---- a/t/16regex.t
-+++ b/t/16regex.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require "t/lb.pl";
-+require "./t/lb.pl";
-
- my $splitre;
- BEGIN {
-diff --git a/t/17prop.t b/t/17prop.t
-index 55b9944..7f5b68c 100644
---- a/t/17prop.t
-+++ b/t/17prop.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require 't/lb.pl';
-+require './t/lb.pl';
-
- BEGIN { plan tests => 12 }
-
-diff --git a/t/18currency.t b/t/18currency.t
-index e280ddd..4d6feef 100644
---- a/t/18currency.t
-+++ b/t/18currency.t
-@@ -1,6 +1,6 @@
- use strict;
- use Test::More;
--require 't/lb.pl';
-+require './t/lb.pl';
-
- BEGIN { plan tests => 96 }
-
---
-2.16.2
-