From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9275D138359 for ; Sat, 25 Jul 2020 20:15:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F52EE0830; Sat, 25 Jul 2020 20:15:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BDBFE0830 for ; Sat, 25 Jul 2020 20:15:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AACE34EEAC for ; Sat, 25 Jul 2020 20:15:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3CD3295 for ; Sat, 25 Jul 2020 20:15:05 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1595708078.e6e7748ca3e32e8bb5efe5891cfbd7cf541d5865.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild dev-perl/DateTime-Format-Natural/Manifest X-VCS-Directories: dev-perl/DateTime-Format-Natural/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e6e7748ca3e32e8bb5efe5891cfbd7cf541d5865 X-VCS-Branch: master Date: Sat, 25 Jul 2020 20:15:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 97846636-5341-468d-89ac-18cba683ae18 X-Archives-Hash: 0fd5572c5c1d292b90284a7aaeb4baea commit: e6e7748ca3e32e8bb5efe5891cfbd7cf541d5865 Author: Kent Fredric gentoo org> AuthorDate: Sat Jul 25 20:14:38 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jul 25 20:14:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e7748c dev-perl/DateTime-Format-Natural: Bump to version 1.100.0 - EAPI7 - Unconditionally patch bad tests Upstream: - Fix advancing to future when both datetime and prefer_future options are set. - Include time zone when constructing DateTime objects for the datetime option in dateparse - New supported format: quarter - New supported formats: before/after noon/midnight - New supported format: seconds/minutes before/after yesterday/today/tomorrow - Prefer futures even stronger with demand_future - Require newer Params::Validate - Support common unit abbreviations Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../DateTime-Format-Natural-1.100.0.ebuild | 47 ++++++++++++++++++++++ dev-perl/DateTime-Format-Natural/Manifest | 1 + 2 files changed, 48 insertions(+) diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild new file mode 100644 index 00000000000..6858938e2fd --- /dev/null +++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.100.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=SCHUBIGER +DIST_VERSION=1.10 +inherit perl-module + +DESCRIPTION="Parse informal natural language date/time strings" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Carp + dev-perl/Clone + dev-perl/Date-Calc + dev-perl/DateTime + dev-perl/DateTime-TimeZone + virtual/perl-Exporter + virtual/perl-File-Spec + virtual/perl-Getopt-Long + dev-perl/List-MoreUtils + >=dev-perl/Params-Validate-1.150.0 + virtual/perl-Scalar-List-Utils + virtual/perl-Storable + virtual/perl-Term-ReadLine + dev-perl/boolean +" +DEPEND=" + dev-perl/Module-Build +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.420.0 + test? ( + dev-perl/Module-Util + dev-perl/Test-MockTime + virtual/perl-Test-Simple + ) +" +PERL_RM_FILES=( + t/pod-coverage.t + t/pod.t +) diff --git a/dev-perl/DateTime-Format-Natural/Manifest b/dev-perl/DateTime-Format-Natural/Manifest index d05dc6ed7fb..262c74de793 100644 --- a/dev-perl/DateTime-Format-Natural/Manifest +++ b/dev-perl/DateTime-Format-Natural/Manifest @@ -1 +1,2 @@ DIST DateTime-Format-Natural-1.05.tar.gz 80675 BLAKE2B 7495309aecc2aca50dcbcbbd7732cffac593a1455a438ada473c9cd0b4c068d4ac5f7dd59632d63e07b3b4c05d6d2cb8826996a047a618eb4a3f4f3fb4a29f85 SHA512 d6c07a7e6345321dfffbf608fbd0ef8b050761b612f76ebb0cf06b9e883ca83863b71f846868c8323d6d0c428c9ec93a988bcb53f883045bd1de94926cba9e7e +DIST DateTime-Format-Natural-1.10.tar.gz 80958 BLAKE2B 1d1fc1b4f1aae0e9bc359768960896d3d7da548051886789c21993854a2d550dc1c85e202dc714708a99aa09d26823773c6311f5fd33d91ec1844d5226c6e37d SHA512 41d51364efe242733945bca061fe67562fe24f069788d14962aeb2a5d0589e9078f81212d0fde78e950050853eaed5e1a0cc3868f409b82c7b054849c9dc2600