public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Strptime/
Date: Sun, 26 Jul 2020 10:11:47 +0000 (UTC)	[thread overview]
Message-ID: <1595758247.c8cbca84de18156ac973164d1e5a0f683f041cba.kentnl@gentoo> (raw)

commit:     c8cbca84de18156ac973164d1e5a0f683f041cba
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 10:08:21 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 10:10:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cbca84

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 <AT> gentoo.org>

 .../DateTime-Format-Strptime-1.770.0.ebuild        | 37 ++++++++++++++++++++++
 dev-perl/DateTime-Format-Strptime/Manifest         |  1 +
 2 files changed, 38 insertions(+)

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 00000000000..7a85f683cbb
--- /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 d344712f28c..79fac14625a 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


             reply	other threads:[~2020-07-26 10:11 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-26 10:11 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-23 17:47 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Strptime/ Arthur Zamarin
2024-06-20 15:07 Ionen Wolkens
2022-06-29 13:02 Sam James
2022-06-29 11:41 Sam James
2022-06-29 11:40 Sam James
2021-11-20 15:34 Arthur Zamarin
2021-10-20 23:00 Andreas K. Hüttel
2021-10-16  0:48 Sam James
2021-08-22  3:42 Sam James
2021-08-02  2:24 Sam James
2021-06-10 18:28 Sam James
2021-05-22 16:05 Andreas K. Hüttel
2020-12-27 14:54 Fabian Groffen
2020-12-12  8:40 Kent Fredric
2020-09-03  4:26 Yixun Lan
2019-07-22 13:58 Mikle Kolyada
2019-03-19 21:34 Sergei Trofimovich
2018-10-18  7:52 Tobias Klausmann
2018-10-16 19:02 Fabian Groffen
2018-07-15  5:07 Kent Fredric
2018-06-03  8:14 Kent Fredric
2018-04-02 18:06 Mart Raudsepp
2017-10-19  8:35 Kent Fredric
2017-04-20 12:28 Kent Fredric
2017-04-11 17:59 Kent Fredric
2017-04-11 15:04 Agostino Sarubbo
2016-12-11 15:51 Kent Fredric
2016-11-15 13:20 Kent Fredric
2016-01-06 21:21 Andreas Hüttel
2016-01-06 13:34 Agostino Sarubbo
2016-01-03 11:54 Agostino Sarubbo
2016-01-01 21:32 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1595758247.c8cbca84de18156ac973164d1e5a0f683f041cba.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox