summaryrefslogtreecommitdiff
path: root/dev-perl/Time-Format
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /dev-perl/Time-Format
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'dev-perl/Time-Format')
-rw-r--r--dev-perl/Time-Format/Manifest4
-rw-r--r--dev-perl/Time-Format/Time-Format-1.120.0-r1.ebuild33
-rw-r--r--dev-perl/Time-Format/files/Time-Format-1.12-datetimetest.patch117
-rw-r--r--dev-perl/Time-Format/files/Time-Format-1.12-nosig.patch91
4 files changed, 0 insertions, 245 deletions
diff --git a/dev-perl/Time-Format/Manifest b/dev-perl/Time-Format/Manifest
index 18d110ec69e8..27c5258e213e 100644
--- a/dev-perl/Time-Format/Manifest
+++ b/dev-perl/Time-Format/Manifest
@@ -1,7 +1,3 @@
-AUX Time-Format-1.12-datetimetest.patch 3812 BLAKE2B c693ea0c8cdceb146e83117461e5eaa6c5f19132bc4a63d609c80d40e0a0dfce9388b3528eea559c8ddc422100cc40b0af28209eac0700dcaa368dbe1f9f984d SHA512 8bfbea3da6a97dd5e12a6f9286a96fe2390b01494d2cb321ee5a147b019e0308b386c16432b5578388a12c09674db249ffa5e5dad76fa85f38e7129dedce6b1f
-AUX Time-Format-1.12-nosig.patch 2507 BLAKE2B 86d417983c738e7c526ae78838a40bdf6a499a49e80c89269117014e1cb6b2e547e6a56e7c99b35fe318db55f56116f846104402c99f51ec2c2c68d5efe5cc0a SHA512 13816577ba193d143da3f5b5174f2500c4a529c042a03dda19453fb658c3f65cd12c7b53d062c8447fad58cadb60301eabaaef53c22afcf234b657b38031b662
-DIST Time-Format-1.12.tar.gz 38131 BLAKE2B 8d067752e119a8d1ade15dbb96db64ce5b66b435dd3753f5996611372c1d17cea602d92b7852a076acb8d4db16f430ce7a9463ffbef1291a5f20842bfc89fe87 SHA512 16640c5673f6a38768baf7affa8a7595dddee17a25913370cf9ed24fa6f7ad3458d0cab256e731e928ee0f40a072424e64c9c75046db85a5df6876f268f48c9d
DIST Time-Format-1.16.tar.gz 47523 BLAKE2B ab843452a1268e0b8f82ef01b7863ff5b99bc6b5b3fe7b80c9ed6754cb914199556e0825f6fd9a020133bbb0a6213051fb8efca34fbed4bc7234dd47fef236fb SHA512 e58dbfd965c451f1fdecfe4b6b8673f76f6a313893012f6427a5dc1b585a43efc8f66aea764c71e2271a76253e8bb28043e9469d0c03fd6628896c66812bf09a
-EBUILD Time-Format-1.120.0-r1.ebuild 738 BLAKE2B f2e4d2f78c826ec09cbc11f09fa3ed272cb23226ebba9a35947bce5cc9a178ad5650b1cb4761c480051d668966b1cb3b144ed5cfe892311abc9405ebe6f46082 SHA512 2991011c1085a6a00cf7920b07b92bf26c49d7d93b8a5164e61dc5aae4dce80dba4f6199c002b0a3954df5ddfc84f9c6fea3dacd54f2269b690e857a43dd04ad
EBUILD Time-Format-1.160.0.ebuild 607 BLAKE2B c67530243ef62623c22ece256bd8950166828a222c5627d591fb3b909d258fd47165953e543cc09a6ce898978e02b2dc70781f5a36b06ab70b1c047fbe6b4d30 SHA512 223aa74bd9fcbb21e7e925b7b53898a54958d0ab706da1f0bbf8a63b2f948361b2ced864064a8b279c24efcfe1dfcbdc4c55346244b8808b4bb9a816443b02b5
MISC metadata.xml 467 BLAKE2B 0cba0f33ffb53660b0a959cb3d0c8b04a150b6ba46940b71e4e3c038c745b8bc8984dab9847760bf53694206725314632da5c24427831817ee9eb713bfcef894 SHA512 8a3b077260c78b3999d255029c65f0c6e49e9e2b61a787ef75e6d800b9643257e531dbbfeab8adcece9a9414c41e86745afcdb1230c454e4185842a6781b1e88
diff --git a/dev-perl/Time-Format/Time-Format-1.120.0-r1.ebuild b/dev-perl/Time-Format/Time-Format-1.120.0-r1.ebuild
deleted file mode 100644
index 9776bb3e902d..000000000000
--- a/dev-perl/Time-Format/Time-Format-1.120.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=ROODE
-DIST_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION="Easy-to-use date/time formatting"
-LICENSE="Time-Format"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/Date-Manip
- >=virtual/perl-Time-Local-1.70.0
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.400.0
- test? ( >=virtual/perl-Test-Simple-0.400.0 )
-"
-PATCHES=(
- "${FILESDIR}/${PN}-1.12-datetimetest.patch"
- "${FILESDIR}/${PN}-1.12-nosig.patch"
-)
-PERL_RM_FILES=( "t/0-signature.t" "SIGNATURE" )
-
-src_configure() {
- export TZ=UTC # https://rt.cpan.org/Public/Bug/Display.html?id=85001
- perl-module_src_configure
-}
diff --git a/dev-perl/Time-Format/files/Time-Format-1.12-datetimetest.patch b/dev-perl/Time-Format/files/Time-Format-1.12-datetimetest.patch
deleted file mode 100644
index b43f685c7b01..000000000000
--- a/dev-perl/Time-Format/files/Time-Format-1.12-datetimetest.patch
+++ /dev/null
@@ -1,117 +0,0 @@
-From 83aaff839cf3b6788d95a253bb099992b366136d Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Fri, 16 Mar 2018 21:09:54 +1300
-Subject: Disable auto-probes for Date-Manip
-
-These are currently fragile and broken, and ultimately unnecessary
-on Gentoo (because we have the luxury of forcing a TZ, and if
-Date::Manip still doesn't work, that's a bigger bug we care about )
-
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=85001
----
- t/doc.t | 15 ---------------
- t/funcs.t | 14 --------------
- t/manip.t | 17 -----------------
- 3 files changed, 46 deletions(-)
-
-diff --git a/t/doc.t b/t/doc.t
-index c5bfe6f..b9ce2af 100755
---- a/t/doc.t
-+++ b/t/doc.t
-@@ -9,19 +9,6 @@ BEGIN { $Time::Format::NOXS = 1 }
- BEGIN { use_ok 'Time::Format', qw(:all) }
- my $tl_notok;
- BEGIN { $tl_notok = eval('use Time::Local; 1')? 0 : 1 }
--my $dm_notok;
--my $dm_notz;
--BEGIN
--{
-- $dm_notok = eval('use Date::Manip (); 1')? 0 : 1;
-- unless ($dm_notok)
-- {
-- # If Date::Manip can't determine the time zone, it'll bomb out of the tests.
-- $dm_notz = eval('Date::Manip::Date_TimeZone (); 1')? 0 : 1;
-- }
-- delete $INC{'Date/Manip.pm'};
-- %Date::Manip:: = ();
--}
-
- # Were all variables imported? (3)
- is ref tied %time, 'Time::Format' => '%time imported';
-@@ -83,8 +70,6 @@ SKIP:
- # manip tests (3)
- SKIP:
- {
-- skip 'Date::Manip not available', 3 if $dm_notok;
-- skip 'Date::Manip cannot determine timezone', 3 if $dm_notz;
- is $manip{'%m/%d/%Y',"epoch $t"}, '06/05/2003' => 'Example 13';
- is $manip{'%m/%d/%Y','first monday in November 2000'}, '11/06/2000' => 'Example 14';
- is qq[$time{'yyyymmdd',$manip{'%s',"epoch $t"}}], '20030605' => 'Example 15';
-diff --git a/t/funcs.t b/t/funcs.t
-index 1e5bdb6..88f3fdc 100755
---- a/t/funcs.t
-+++ b/t/funcs.t
-@@ -13,18 +13,6 @@ BEGIN {
- delete $INC{'POSIX.pm'};
- %POSIX:: = ();
- }
--my $manip_bad;
--my $manip_notz;
--BEGIN {
-- $manip_bad = eval('use Date::Manip (); 1')? 0 : 1;
-- unless ($manip_bad)
-- {
-- # If Date::Manip can't determine the time zone, it'll bomb out of the tests.
-- $manip_notz = eval ('Date::Manip::Date_TimeZone (); 1')? 0 : 1;
-- }
-- delete $INC{'Date/Manip.pm'};
-- %Date::Manip:: = ();
--}
-
- # Get day/month names in current locale
- my ($Thursday, $Thu, $June, $Jun);
-@@ -71,8 +59,6 @@ SKIP:
- # time_manip tests (6)
- SKIP:
- {
-- skip 'Date::Manip not available', 6 if $manip_bad;
-- skip 'Date::Manip cannot determine timezone', 6 if $manip_notz;
- my $m = 'first thursday in june 2003';
- is time_manip('%Y',$m), '2003' => 'year';
- is time_manip('%d',$m), '05' => 'day of month';
-diff --git a/t/manip.t b/t/manip.t
-index 763ad59..6f94607 100755
---- a/t/manip.t
-+++ b/t/manip.t
-@@ -5,28 +5,11 @@ use Test::More tests => 6;
-
- BEGIN { $Time::Format::NOXS = 1 }
- BEGIN { use_ok 'Time::Format', qw(%manip) }
--my $manip_bad;
--BEGIN
--{
-- unless (eval 'use Date::Manip (); 1')
-- {
-- $manip_bad = 'Date::Manip is not available';
-- }
-- else
-- {
-- # If Date::Manip can't determine the time zone, it'll bomb out of the tests.
-- $manip_bad = 'Date::Manip cannot determine time zone'
-- unless eval 'Date::Manip::Date_TimeZone(); 1';
-- }
-- delete $INC{'Date/Manip.pm'};
-- %Date::Manip:: = ();
--}
-
- my $t = 'first thursday in june 2003';
-
- SKIP:
- {
-- skip $manip_bad, 5 if $manip_bad;
- is $manip{'%Y',$t}, '2003' => 'year';
- is $manip{'%d',$t}, '05' => 'day of month';
- is $manip{'%D',$t}, '06/05/03' => '%D';
---
-2.16.2
-
diff --git a/dev-perl/Time-Format/files/Time-Format-1.12-nosig.patch b/dev-perl/Time-Format/files/Time-Format-1.12-nosig.patch
deleted file mode 100644
index ccb11b849f21..000000000000
--- a/dev-perl/Time-Format/files/Time-Format-1.12-nosig.patch
+++ /dev/null
@@ -1,91 +0,0 @@
-From 24b17d6a4787db19888cda208197539c324b257f Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Fri, 16 Mar 2018 21:18:37 +1300
-Subject: Kill signature code
-
-Invalidated anyway due to other patches, and non-critical on Gentoo
-due to many other layers of integrity checks.
----
- Build.PL | 2 --
- MANIFEST | 3 ---
- META.json | 1 -
- META.yml | 1 -
- Makefile.PL | 1 -
- SIGNATURE | 59 ---------------------------------------------------------
- t/0-signature.t | 26 -------------------------
- 7 files changed, 93 deletions(-)
- delete mode 100644 SIGNATURE
- delete mode 100755 t/0-signature.t
-
-diff --git a/Build.PL b/Build.PL
-index faed77f..6541305 100755
---- a/Build.PL
-+++ b/Build.PL
-@@ -29,9 +29,7 @@ my $builder = Module::Build->new(
- 'Time::HiRes' => 0,
- 'DateTime' => 0,
- 'Date::Manip' => 0,
-- 'Module::Signature' => 0,
- },
-- sign => 1,
- add_to_cleanup => [ 'Time-Format-*' ],
- );
-
-diff --git a/MANIFEST b/MANIFEST
-index e1aeeb9..fd31290 100755
---- a/MANIFEST
-+++ b/MANIFEST
-@@ -6,11 +6,9 @@ META.json
- META.yml
- Makefile.PL
- README
--SIGNATURE
- lib/Time/Format.pm
- quickref.ps
- quickref.txt
--t/0-signature.t
- t/1-load.t
- t/DateManip.t
- t/DateTime.t
-@@ -35,4 +33,3 @@ t/xs_funcs.t
- t/xs_locale.t
- t/xs_quot.t
- t/xs_time.t
--SIGNATURE Added here by Module::Build
-diff --git a/META.json b/META.json
-index cdfee24..e57c760 100644
---- a/META.json
-+++ b/META.json
-@@ -29,7 +29,6 @@
- "Date::Manip" : 0,
- "DateTime" : 0,
- "I18N::Langinfo" : 0,
-- "Module::Signature" : 0,
- "POSIX" : 0,
- "Time::HiRes" : 0
- },
-diff --git a/META.yml b/META.yml
-index 2efa55e..318c0ff 100644
---- a/META.yml
-+++ b/META.yml
-@@ -21,7 +21,6 @@ recommends:
- Date::Manip: 0
- DateTime: 0
- I18N::Langinfo: 0
-- Module::Signature: 0
- POSIX: 0
- Time::HiRes: 0
- requires:
-diff --git a/Makefile.PL b/Makefile.PL
-index 7d3059e..14903ab 100755
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -13,5 +13,4 @@ WriteMakefile (
- ($] >= 5.005 ? ## Add these new keywords supported since 5.005
- (ABSTRACT_FROM => 'lib/Time/Format.pm', # retrieve abstract from module
- AUTHOR => 'Eric Roode <roode@cpan.org>') : ()),
-- (MM->can('signature_target')? (SIGN => 1) : ()),
- );
---
-2.16.2
-