diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-26 22:08:21 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-26 22:10:47 +1200 |
commit | c8cbca84de18156ac973164d1e5a0f683f041cba (patch) | |
tree | 3a294eb2aa94e5c3970d64b635cae3ecb0e192e4 /dev-perl/DateTime-Format-Strptime | |
parent | dev-perl/DateTime-Locale: Bump to version 1.260.0 (diff) | |
download | gentoo-c8cbca84de18156ac973164d1e5a0f683f041cba.tar.gz gentoo-c8cbca84de18156ac973164d1e5a0f683f041cba.tar.bz2 gentoo-c8cbca84de18156ac973164d1e5a0f683f041cba.zip |
dev-perl/DateTime-Format-Strptime: Bump to version 1.770.0
- EAPI7
Upstream:
- Ability to set pattern, timezone and locale via accessors removed
as deprecated since 1.60 (and long broken before that)
- Fix ignoring passed error handler when panicking over invalid timezone
offsets parsed with "%z"
Keywords:
- Drop riscv due to mindep on dev-perl/DateTime-Locale and subsequent
addition of dev-perl/IPC-System-Simple in dev-perl/DateTime-Locale
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/DateTime-Format-Strptime')
-rw-r--r-- | dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.770.0.ebuild | 37 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Strptime/Manifest | 1 |
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.770.0.ebuild b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.770.0.ebuild new file mode 100644 index 000000000000..7a85f683cbbe --- /dev/null +++ b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.770.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=1.77 +inherit perl-module + +DESCRIPTION="Parse and Format DateTimes using Strptime" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Carp + >=dev-perl/DateTime-1 + >=dev-perl/DateTime-Locale-1.230.0 + >=dev-perl/DateTime-TimeZone-2.90.0 + virtual/perl-Exporter + dev-perl/Params-ValidationCompiler + >=dev-perl/Specio-0.330.0 + dev-perl/Try-Tiny + virtual/perl-parent +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.960.0 + dev-perl/Test-Warnings + ) +" diff --git a/dev-perl/DateTime-Format-Strptime/Manifest b/dev-perl/DateTime-Format-Strptime/Manifest index d344712f28c0..79fac14625a5 100644 --- a/dev-perl/DateTime-Format-Strptime/Manifest +++ b/dev-perl/DateTime-Format-Strptime/Manifest @@ -1,2 +1,3 @@ DIST DateTime-Format-Strptime-1.70.tar.gz 105460 BLAKE2B 6dc4ec11cf57b44f4ad7b03d55c1ba58e6f76b4f133e5c0feba22ebed8d8ba7fa67c2005cbf34457ac9900f1e8c7494f6b9f6a432fe83156cbe6c39243dd93da SHA512 a4f01f0032beb94d2bf359c2aab4050c2b321a6da236deec1ce198e88b657fb70b7328304f51fb12a9edf61035cb581c8a9a85c62a0ce8ff94c1ec5d22510d09 DIST DateTime-Format-Strptime-1.74.tar.gz 105317 BLAKE2B 997a76591b710f61e003998fc97ec26a8c5ce43dff83e42dd9cab5b13238c21e40f327afe46a0258b9f8e725abfc35d0d9957cf4e89936aa17cf79b1f7d111d9 SHA512 3b2b640f93956e82aff47f068c596018700615414c9b9ccf8d6bf68ad7b626ec86a831ec2b68807d7f137c10d4b8cfa5d2d50a6304252f3dfecbe9ff94e59617 +DIST DateTime-Format-Strptime-1.77.tar.gz 114321 BLAKE2B e942f79b4d54aac70b922f4c4b0649bef65a4b80a1aeb784409186c74a8e9dc3cf878460a9282ae947ce6a354da964a67403c5f0c2dd83e33ec2f36f07555497 SHA512 d6f997831ffe054b6052dc7d9a783fa64fb2dd90babbd97ea2dd11eacc0e6d1a6718c2dc877c444863be502482f6fc856f02f0feae8abb36220b60f417ee87ec |