summaryrefslogtreecommitdiff
path: root/dev-perl/DateTime-HiRes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /dev-perl/DateTime-HiRes
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'dev-perl/DateTime-HiRes')
-rw-r--r--dev-perl/DateTime-HiRes/Manifest1
-rw-r--r--dev-perl/DateTime-HiRes/files/DateTime-HiRes-0.10.0-datetimelocale.patch39
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-perl/DateTime-HiRes/Manifest b/dev-perl/DateTime-HiRes/Manifest
index e44bd61408cf..54a42b5d674d 100644
--- a/dev-perl/DateTime-HiRes/Manifest
+++ b/dev-perl/DateTime-HiRes/Manifest
@@ -1,4 +1,3 @@
-AUX DateTime-HiRes-0.10.0-datetimelocale.patch 1233 BLAKE2B 1f65d1a7e9f30051a6f3bcb50a58afc05906c4cc43d158b280642803e08df1307ae6efa072b06a69ac6e454d8bc6b5664db6b9e801881ca2748f83497823acbb SHA512 765e619037e0aeadeee2bb4db685b4bcd9b622d4ec53c7e58f7f6c1af4ca46323cc533e8b64b44377f264ca0936450c678dd5dd75702c62acea1bdd37c4e5376
DIST DateTime-HiRes-0.03.tar.gz 24278 BLAKE2B 89430f4c1c520dce86951b7231883b374a5ec081e0b844b2a0c4d86744eadfd577238a173fb5cd4138f78ee39d7d4e4be6f8399aac1b658aa89f7b49d68864b5 SHA512 94b5cf4d3dd73efca7a1ac184df06b1525c09873d7d0090e15a7107d7ecec48cdc3e5c8670499c2701e4c6a03fd6594f8ce51e732ee8ba7cb1dd34827149c207
EBUILD DateTime-HiRes-0.30.0.ebuild 528 BLAKE2B a68cb37d241eedb4083410c39369a2a77fb198f2536d108460a384f63245679e2c58b697d27f4e06c1b7d1919bfc0eac5a41f0c88ba6f749aa11b801015cca7f SHA512 d896b4c0436b2463c1c815d173e33206cb7dcbbf13c3cea3000b09013bf7daafaf82d9e9b051dd87987970f30ce32d585883267e95c0654e535915121744ceb5
MISC metadata.xml 400 BLAKE2B fe36398bc628001b297aff4c2afae1d5c8281d5e46dc1eb241f9424167fed3cd5f4eb71a8c201144db19522f73fa04cb13741c8ebe86f72e83dd79c387f21b87 SHA512 832c2458d2421204e70ba136eec9e23ec55f4f95e093ad2af92c4eb952c3ce87e3f27bee50c330c8ddd13d2658dda7a7e66f66d3a80c08e86cfbe3a8f57470d2
diff --git a/dev-perl/DateTime-HiRes/files/DateTime-HiRes-0.10.0-datetimelocale.patch b/dev-perl/DateTime-HiRes/files/DateTime-HiRes-0.10.0-datetimelocale.patch
deleted file mode 100644
index 37847c4d5568..000000000000
--- a/dev-perl/DateTime-HiRes/files/DateTime-HiRes-0.10.0-datetimelocale.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 39dca8357ffbc562d1a4138586795a32e2a0c8ea Mon Sep 17 00:00:00 2001
-From: Roy Ivy III <rivy.dev@gmail.com>
-Date: Mon, 6 Jun 2016 14:03:59 -0500
-Subject: fix locale testing bug, accepting both old and new canonical locale
- forms
-
-* fixes #1
-* fixes [rt-bug#109088]
-
-.# Discussion
-
-In v1.00, DateTime::Locale changed the canonical form of locale to use dashes instead of
-underscrores (see [1]). This causes a failure within the "t/02_now.t" test, blocking
-unforced installs.
-
-refs
-[1] https://github.com/autarch/DateTime-Locale/blob/v1.00/Changes#L44
-[rt-bug#109088] https://rt.cpan.org/Public/Bug/Display.html?id=109088 @@ https://archive.is/3RccB
-
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=109088
-Bug: https://github.com/jhoblitt/DateTime-HiRes/pull/2
----
- t/02_now.t | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/t/02_now.t b/t/02_now.t
-index 4eb1f74..fc55184 100644
---- a/t/02_now.t
-+++ b/t/02_now.t
-@@ -32,5 +32,5 @@ use DateTime::HiRes;
- );
-
- is( $dt->time_zone_long_name, 'Africa/Cairo', "accepted time_zone parameter" );
-- is( $dt->locale->id, 'ar_EG', "accepted locale parameter" );
-+ like( $dt->locale->id, qr'ar[_-]EG', "accepted locale parameter" );
- }
---
-2.14.2
-