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-Strptime/
Date: Thu, 19 Oct 2017 08:35:39
Message-Id: 1508402126.5efd8f51ad3048bc8a8549386a3f56843ad72491.kentnl@gentoo
1 commit: 5efd8f51ad3048bc8a8549386a3f56843ad72491
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 19 04:59:26 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 19 08:35:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5efd8f51
7
8 dev-perl/DateTime-Format-Strptime: Bump to version 1.740.0
9
10 Upstream:
11 - Make tests not sensitive to specific exception message
12
13 Package-Manager: Portage-2.3.8, Repoman-2.3.3
14
15 .../DateTime-Format-Strptime-1.740.0.ebuild | 37 ++++++++++++++++++++++
16 dev-perl/DateTime-Format-Strptime/Manifest | 1 +
17 dev-perl/DateTime-Format-Strptime/metadata.xml | 1 +
18 3 files changed, 39 insertions(+)
19
20 diff --git a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild
21 new file mode 100644
22 index 00000000000..ce821454224
23 --- /dev/null
24 +++ b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild
25 @@ -0,0 +1,37 @@
26 +# Copyright 1999-2017 Gentoo Foundation
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=6
30 +
31 +DIST_AUTHOR=DROLSKY
32 +DIST_VERSION=1.74
33 +inherit perl-module
34 +
35 +DESCRIPTION="Parse and Format DateTimes using Strptime"
36 +
37 +LICENSE="Artistic-2"
38 +SLOT="0"
39 +KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-fbsd ~x64-macos ~x86-solaris"
40 +IUSE="test"
41 +
42 +RDEPEND="
43 + virtual/perl-Carp
44 + >=dev-perl/DateTime-1
45 + >=dev-perl/DateTime-Locale-1.50.0
46 + >=dev-perl/DateTime-TimeZone-2.90.0
47 + virtual/perl-Exporter
48 + >=dev-perl/Package-DeprecationManager-0.150.0
49 + dev-perl/Params-ValidationCompiler
50 + >=dev-perl/Specio-0.330.0
51 + dev-perl/Try-Tiny
52 + virtual/perl-parent
53 +"
54 +DEPEND="${RDEPEND}
55 + virtual/perl-ExtUtils-MakeMaker
56 + test? (
57 + virtual/perl-File-Spec
58 + >=virtual/perl-Test-Simple-0.960.0
59 + dev-perl/Test-Fatal
60 + dev-perl/Test-Warnings
61 + )
62 +"
63
64 diff --git a/dev-perl/DateTime-Format-Strptime/Manifest b/dev-perl/DateTime-Format-Strptime/Manifest
65 index ad1bbbbd934..973591cffcc 100644
66 --- a/dev-perl/DateTime-Format-Strptime/Manifest
67 +++ b/dev-perl/DateTime-Format-Strptime/Manifest
68 @@ -1,2 +1,3 @@
69 DIST DateTime-Format-Strptime-1.70.tar.gz 105460 SHA256 ceead46b714c6baea3250b987078771f1ffbe217b501d6fc91ff3c5f2afbbc67 SHA512 a4f01f0032beb94d2bf359c2aab4050c2b321a6da236deec1ce198e88b657fb70b7328304f51fb12a9edf61035cb581c8a9a85c62a0ce8ff94c1ec5d22510d09 WHIRLPOOL 11094a65a2b63aa1f4e06ac5e83cf3a66ce3baefbc564472c3162c82ec20a606b96c00c8a21cb68cfed733c9bb615d7323e92ceb4f999e3f4680e7e405e4b500
70 DIST DateTime-Format-Strptime-1.73.tar.gz 108454 SHA256 6d077806eb8581e5f28ffaff0bd2bb7a15114f9e745f61bd519405047765b2be SHA512 c259473e1120a9e40020cba2c7d008227521dbca0d2906878ee75e1ebc58e82760386bb32ebb1e987e68dfa4ce7f1e532dc4bfdf70467383425705e3f1c18d15 WHIRLPOOL 7238b9dec209da39f33a3fe2c6e34a0382eaa7787a5f25e9e09483d0ac8e84662ed4d763d00b351a10a9e274f3fdd85af10358ecfd578d124444a672020517ab
71 +DIST DateTime-Format-Strptime-1.74.tar.gz 105317 SHA256 59b4950a113ad8afa232fcadee5479d8c58fe752501ddaaa099576d3c8a05dfd SHA512 3b2b640f93956e82aff47f068c596018700615414c9b9ccf8d6bf68ad7b626ec86a831ec2b68807d7f137c10d4b8cfa5d2d50a6304252f3dfecbe9ff94e59617 WHIRLPOOL f01cb1374e5f85df097f4192e2bdc3f610e6102d019ac71094dc04044cb4b15c447eb6d67301aa490bf135183933593015241b1a430a7b2a98bebb0ce3433f66
72
73 diff --git a/dev-perl/DateTime-Format-Strptime/metadata.xml b/dev-perl/DateTime-Format-Strptime/metadata.xml
74 index a073a5c2404..2267b38e45d 100644
75 --- a/dev-perl/DateTime-Format-Strptime/metadata.xml
76 +++ b/dev-perl/DateTime-Format-Strptime/metadata.xml
77 @@ -8,5 +8,6 @@
78 <upstream>
79 <remote-id type="cpan">DateTime-Format-Strptime</remote-id>
80 <remote-id type="cpan-module">DateTime::Format::Strptime</remote-id>
81 + <remote-id type="cpan-module">DateTime::Format::Strptime::Types</remote-id>
82 </upstream>
83 </pkgmetadata>