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-Flexible/
Date: Thu, 23 Mar 2017 03:13:19 +0000 (UTC)	[thread overview]
Message-ID: <1490238793.5df60fd6c21d2a95b3ff9366470b743b25385e0c.kentnl@gentoo> (raw)

commit:     5df60fd6c21d2a95b3ff9366470b743b25385e0c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 03:12:57 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 03:13:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df60fd6

dev-perl/DateTime-Format-Flexible: Bump to version 0.270.0

- EAPI6
- Add USE="examples"
- Purge POD tests

Upstream:
- Add support for a single string lang instead of arrayref
- Add support for ranges, "next <weekday>",  "last <weekday>",
  "next <month>", "last <month>", "<amount> <unit> from now",
  "<[+-]amount> <unit>", "YYMMDD HH:MM:SS", "YYMMDD HH:MM:SS.NS"
  "Mon D HH:MM:SS.NS TZ YYYY"
- "0/DD/YYYY" assumes "YYYY-10-DD" ( October )

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../DateTime-Format-Flexible-0.270.0.ebuild        | 34 ++++++++++++++++++++++
 dev-perl/DateTime-Format-Flexible/Manifest         |  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.270.0.ebuild b/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.270.0.ebuild
new file mode 100644
index 00000000000..ccfd94ed6a6
--- /dev/null
+++ b/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.270.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=THINC
+DIST_VERSION=0.27
+DIST_EXAMPLES=( "example/*" )
+inherit perl-module
+
+DESCRIPTION="Flexibly parse strings and turn them into DateTime objects"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/DateTime
+	>=dev-perl/DateTime-Format-Builder-0.740.0
+	dev-perl/DateTime-TimeZone
+	dev-perl/List-MoreUtils
+	dev-perl/Module-Pluggable
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Test-MockTime
+		>=virtual/perl-Test-Simple-0.440.0
+	)
+"
+src_test() {
+	perl_rm_files t/002_pod.t t/003_podcoverage.t
+	perl-module_src_test
+}

diff --git a/dev-perl/DateTime-Format-Flexible/Manifest b/dev-perl/DateTime-Format-Flexible/Manifest
index b79ec07fe04..3f148e20a98 100644
--- a/dev-perl/DateTime-Format-Flexible/Manifest
+++ b/dev-perl/DateTime-Format-Flexible/Manifest
@@ -1 +1,2 @@
 DIST DateTime-Format-Flexible-0.26.tar.gz 71862 SHA256 436efbc5e87cc385112e1c44336427fea32df670caf2b7d6dbb7a113ac6e693d SHA512 70f5d50fd97bede5790853b526ee8150ab86592fa3f34ee16b0f26268c190052701f16510de6465ade46c647b5d1750f5c9cccf4b48ae7eac1455d6cadc015a3 WHIRLPOOL 7a8fcd095ad0a214a7f4e8c969b28538226a480548eee751a1043e2915bab21c6eab94710fe866edeae7c83d181a82d9c036eb4b7e642494b32ffa5e399f28d1
+DIST DateTime-Format-Flexible-0.27.tar.gz 73579 SHA256 8354cbfa820a283df795a1d7e838cbb8429e32db6483d55bfb7e5ada2cd6ac4e SHA512 add6af39b204308231c8023f75305b277ee2094416e7aee71b0ec23c4136ddca88952c6e11d4fb3df6b09e22ccbb5098924418ba0b8dc2296039a5c8e72ab069 WHIRLPOOL f2d01bd162eb271635cb1377fb4fe7fa3fad55454ead1017675a0d736fee05aeac2dd2c3326bfcd99726f5f012b43243d3cab49e16b4ed647c6523ba863e04b5


             reply	other threads:[~2017-03-23  3:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-23  3:13 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-03 21:21 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Flexible/ Sam James
2025-01-22  5:32 Sam James
2024-10-17  7:24 Sam James
2022-09-13 10:40 Jakov Smolić
2021-12-13  5:43 Sam James
2021-10-18 19:43 Andreas K. Hüttel
2020-08-31  8:48 Kent Fredric
2020-07-25 18:41 Kent Fredric
2020-07-25 18:34 Kent Fredric
2017-04-01 13:05 Kent Fredric
2017-03-24 13:30 Kent Fredric
2016-01-01 17:52 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=1490238793.5df60fd6c21d2a95b3ff9366470b743b25385e0c.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