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/DateTime-Format-ISO8601/
Date: Mon, 17 Aug 2020 01:28:19
Message-Id: 1597627643.1299ae62ef26c9fc6227fcaa1fa820b725dc18ac.kentnl@gentoo
1 commit: 1299ae62ef26c9fc6227fcaa1fa820b725dc18ac
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 17 01:22:17 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 17 01:27:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1299ae62
7
8 dev-perl/DateTime-Format-ISO8601: Bump to version 0.140.0
9
10 Upstream:
11 - UCT offsets must be in the same format as the time to which it is
12 attached
13 - Add ->format_datetime() for nicer interop with DateTime.pm
14 - Add support for formats 'YYYY-MM-DDThh:mm:ss.ss[+-]hh',
15 'YYYYMMDDThhmmss.ss[+-]hh', 'YYYYMMDDThhmmZ', 'YYYY-MM-DDThh:mmz'
16 'YYYYDDThh:mm', 'YYYY-DDDThh:mm'
17 - Fix handling of ISO week parsing
18 - Use Params::ValidationCompiler
19
20 Package-Manager: Portage-2.3.103, Repoman-2.3.22
21 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
22
23 .../DateTime-Format-ISO8601-0.140.0.ebuild | 34 ++++++++++++++++++++++
24 dev-perl/DateTime-Format-ISO8601/Manifest | 1 +
25 dev-perl/DateTime-Format-ISO8601/metadata.xml | 1 +
26 3 files changed, 36 insertions(+)
27
28 diff --git a/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.140.0.ebuild b/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.140.0.ebuild
29 new file mode 100644
30 index 00000000000..8c51c010323
31 --- /dev/null
32 +++ b/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.140.0.ebuild
33 @@ -0,0 +1,34 @@
34 +# Copyright 1999-2020 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +DIST_AUTHOR=DROLSKY
40 +DIST_VERSION=0.14
41 +inherit perl-module
42 +
43 +DESCRIPTION="Parses ISO8601 formats"
44 +
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
47 +IUSE="test"
48 +RESTRICT="!test? ( test )"
49 +
50 +RDEPEND="
51 + virtual/perl-Carp
52 + >=dev-perl/DateTime-1.450.0
53 + >=dev-perl/DateTime-Format-Builder-0.770.0
54 + >=dev-perl/Params-ValidationCompiler-0.260.0
55 + >=dev-perl/Specio-0.180.0
56 + dev-perl/namespace-autoclean
57 + virtual/perl-parent
58 +"
59 +BDEPEND="${RDEPEND}
60 + virtual/perl-ExtUtils-MakeMaker
61 + test? (
62 + >=virtual/perl-CPAN-Meta-2.120.900
63 + virtual/perl-File-Spec
64 + >=virtual/perl-Test-Simple-1.302.15
65 + >=dev-perl/Test2-Suite-0.0.72
66 + )
67 +"
68
69 diff --git a/dev-perl/DateTime-Format-ISO8601/Manifest b/dev-perl/DateTime-Format-ISO8601/Manifest
70 index b72f3117975..325ed3524cd 100644
71 --- a/dev-perl/DateTime-Format-ISO8601/Manifest
72 +++ b/dev-perl/DateTime-Format-ISO8601/Manifest
73 @@ -1 +1,2 @@
74 DIST DateTime-Format-ISO8601-0.08.tar.gz 21119 BLAKE2B 7967639c2d7ca169f8bf148a9473f8f7a7866bd127ca095f506090ee49a1bd198892dcd396c8f45c594d7f7df42a4714907541df8fa4b88023dff0b3039f72f6 SHA512 88b9c538bf7566cf9857266505e47ea58b72b0cf447bde0b5ca79e9c19ea66118bdb62d4039284e1ab901a0016044613307de654a642761d91989bfb50735979
75 +DIST DateTime-Format-ISO8601-0.14.tar.gz 44616 BLAKE2B eb5746a5cabea4194d90ed912186d0c59c7c7c665cedd46aa8a0a700d7a23043d29a2f57f888ac5fbbd0b85033a3e73eacd4a241c7d7d965bb5d8d4f3b2303dc SHA512 a5575df8ed275588eebe383c969d9f7f9182b49415da930cd5c6a30197248006ec53fc80d3d8ecdc6c097e16294b8252af77863dd388ef0d3617ee5657937d7f
76
77 diff --git a/dev-perl/DateTime-Format-ISO8601/metadata.xml b/dev-perl/DateTime-Format-ISO8601/metadata.xml
78 index a9fbb207392..7335afecbe0 100644
79 --- a/dev-perl/DateTime-Format-ISO8601/metadata.xml
80 +++ b/dev-perl/DateTime-Format-ISO8601/metadata.xml
81 @@ -8,5 +8,6 @@
82 <upstream>
83 <remote-id type="cpan">DateTime-Format-ISO8601</remote-id>
84 <remote-id type="cpan-module">DateTime::Format::ISO8601</remote-id>
85 + <remote-id type="cpan-module">DateTime::Format::ISO8601::Types</remote-id>
86 </upstream>
87 </pkgmetadata>