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/Date-Manip/
Date: Fri, 24 Jul 2020 10:32:45 +0000 (UTC)	[thread overview]
Message-ID: <1595586662.acb9acbf0f5395f9ac77cd4a95fd653c4fb0c6ff.kentnl@gentoo> (raw)

commit:     acb9acbf0f5395f9ac77cd4a95fd653c4fb0c6ff
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 10:30:37 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 10:31:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb9acbf

dev-perl/Date-Manip: Bump to version 6.820.0

- EAPI7
- Unconditionally patch bad tests

Upstream:
- Improved delta handling
- Deprecate some parts of Date::Manip::Delta
- Speed improvements
- Use GMT timezone instead of panicking when timezone not determined
- Update to tzdata 2020a
- Fix rare problem with recurrences not producing a valid date and
  infinitely looping
- Fix math int overflow on non 64-bit architectures
- Fix badly normalized business deltas
- Fix incorrectly using 'now' instead of 'stored date' for list_holidays

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild | 42 +++++++++++++++++++++++++++
 dev-perl/Date-Manip/Manifest                  |  1 +
 2 files changed, 43 insertions(+)

diff --git a/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild b/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
new file mode 100644
index 00000000000..b30ff8a2c85
--- /dev/null
+++ b/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SBECK
+DIST_VERSION=6.82
+
+inherit perl-module
+
+DESCRIPTION="Perl date manipulation routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="elibc_musl test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Data-Dumper
+	virtual/perl-Encode
+	virtual/perl-File-Spec
+	virtual/perl-IO
+	virtual/perl-Storable
+	elibc_musl? ( sys-libs/timezone-data )
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.670.100
+	test? (
+		>=dev-perl/Test-Inter-1.90.0
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/_pod.t
+	t/_pod_coverage.t
+	t/_version.t
+)
+
+src_test() {
+	TZ=UTC perl-module_src_test
+}

diff --git a/dev-perl/Date-Manip/Manifest b/dev-perl/Date-Manip/Manifest
index a9939459db5..45ba8153708 100644
--- a/dev-perl/Date-Manip/Manifest
+++ b/dev-perl/Date-Manip/Manifest
@@ -1 +1,2 @@
 DIST Date-Manip-6.60.tar.gz 1824792 BLAKE2B fd3d85beda01db21efd4c81dfe45a888f39773a649207e5d36412477312d06dcb63fcb15c25c441769bfc575c6402323d4fc8cb3502d09728a1df0e3dd5a2183 SHA512 46ac9696aea04167427957a43de1b44041ea05d3eaf01ffbdbfda9f458b3073f36ec46c9661ac437f96731d0f40aebc206ef385c6c4aff1b147917fc2c89a1cf
+DIST Date-Manip-6.82.tar.gz 2015204 BLAKE2B 8b5af3a5b813d5c42c4fe444faa299684b57c993e7a678f14b84ce7743ed1780e1396a550d17f1bb104fc19bb2f6231419eee969b790b423351835c436448f7d SHA512 2e34011b678d7efdd0f9c850c86f573316aa835d4b67732ee042403f90460e43c2fac76f2c0635a61512f1aa0eb64fc56fb2c4b2d80068ba7d1a603ae9c1dac2


             reply	other threads:[~2020-07-24 10:32 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-24 10:32 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-14 18:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Manip/ Sam James
2025-03-10  8:52 Sam James
2025-03-05 22:36 Sam James
2025-03-05 22:36 Sam James
2025-03-03 20:30 Sam James
2025-03-03 20:28 Sam James
2025-03-03 20:23 Sam James
2025-03-03 20:23 Sam James
2025-03-03 20:20 Sam James
2025-01-22  4:55 Sam James
2024-07-10  4:21 Ionen Wolkens
2024-06-14  0:43 Sam James
2024-05-02  1:36 Sam James
2023-08-01 18:42 Arthur Zamarin
2023-07-24  4:12 Sam James
2023-06-17 21:03 Sam James
2022-12-18 18:57 Arthur Zamarin
2022-12-18 11:35 Sam James
2022-12-18 11:34 Sam James
2022-09-02  0:30 Sam James
2022-09-02  0:30 Sam James
2022-01-24 19:19 Sam James
2022-01-03 23:26 David Seifert
2021-08-13  1:05 Sam James
2021-08-06 12:16 Sam James
2021-08-03 11:05 Sam James
2021-08-02  3:22 Sam James
2021-08-01  8:25 Sam James
2021-05-16  0:20 Sam James
2021-05-16  0:20 Sam James
2021-05-16  0:07 Sam James
2021-05-16  0:03 Sam James
2021-05-16  0:03 Sam James
2021-05-16  0:03 Sam James
2021-05-15 23:32 Andreas K. Hüttel
2020-12-27 14:54 Fabian Groffen
2020-07-18  4:43 Kent Fredric
2019-10-21  8:39 Fabian Groffen
2019-05-04 18:46 Andreas K. Hüttel
2019-04-26 11:32 Anthony G. Basile
2018-07-10 19:47 Markus Meier
2018-06-25 18:56 Tobias Klausmann
2018-06-12 15:20 Mikle Kolyada
2018-06-07 10:13 Agostino Sarubbo
2018-06-06 16:37 Sergei Trofimovich
2018-06-03 10:40 Sergei Trofimovich
2017-10-09 21:22 Kent Fredric
2017-06-04 10:29 Kent Fredric
2017-06-04  9:18 Kent Fredric
2017-03-22 10:33 Kent Fredric
2016-12-05 14:15 Kent Fredric
2016-10-22 19:27 Andreas Hüttel
2016-08-04  3:03 Kent Fredric

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=1595586662.acb9acbf0f5395f9ac77cd4a95fd653c4fb0c6ff.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