From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/
Date: Tue, 15 Nov 2016 12:44:23 +0000 (UTC) [thread overview]
Message-ID: <1479213716.22c558a9b6aef35010250978808e8c48f8ee1701.kentnl@gentoo> (raw)
commit: 22c558a9b6aef35010250978808e8c48f8ee1701
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 12:41:08 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 12:41:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c558a9
dev-perl/DateTime-Format-Natural: Bump to 1.40.0
- EAPI6
- Fix Description
- Parallel Testing
Upstream:
- Supports ISO 8601 <date>T<time> format
- Treat <count> <unit> as a duration
Package-Manager: portage-2.3.2
.../DateTime-Format-Natural-1.40.0.ebuild | 45 ++++++++++++++++++++++
dev-perl/DateTime-Format-Natural/Manifest | 1 +
2 files changed, 46 insertions(+)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.40.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.40.0.ebuild
new file mode 100644
index 00000000..e31d6e9
--- /dev/null
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.40.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SCHUBIGER
+DIST_VERSION=1.04
+inherit perl-module
+
+DESCRIPTION="Parse informal natural language date/time strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="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
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Storable
+ virtual/perl-Term-ReadLine
+ dev-perl/boolean
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.420.0
+ test? (
+ dev-perl/Module-Util
+ dev-perl/Test-MockTime
+ virtual/perl-Test-Simple
+ )
+"
+
+src_test() {
+ perl_rm_files t/pod-coverage.t t/pod.t
+ perl-module_src_test
+}
diff --git a/dev-perl/DateTime-Format-Natural/Manifest b/dev-perl/DateTime-Format-Natural/Manifest
index 19de072..1c3404f 100644
--- a/dev-perl/DateTime-Format-Natural/Manifest
+++ b/dev-perl/DateTime-Format-Natural/Manifest
@@ -1 +1,2 @@
DIST DateTime-Format-Natural-1.01.tar.gz 72617 SHA256 2962b96ab42069ca04a299c8b62c774ae7117d096dbff4d45a9b5c2bd0ca7551 SHA512 1c8516107d5d937273e815002b9b662b80a5c5e687754d65a759b35f5674d3dc8d36224ce03a0c24f693d37ac4934177593b9800caa7fb13806f3c52356ccfe1 WHIRLPOOL 554b1a8c89960d8a6f4d1a3e67d9cdc458dcfb0cab5dc8086b6eb83921d4d66ac465fcf6c4d07c96794fbd8a3cc0d8e2189c26f6343d8a450adc539887171062
+DIST DateTime-Format-Natural-1.04.tar.gz 80415 SHA256 ea7363162fc9eb9eb78448086c7443a9cefb545b2440660c63370023c97aa822 SHA512 4d48ec2180f56333bc50dfe75609e09574bec502bae38a858c82467b6030dcedaec14f94fc6da182d159c1070ebe734f5e3de9d7ad0f82fe99fce885744ea213 WHIRLPOOL 16b02a718284bd96c5f0cef3cc20b4bbb5c58f097177a3385819e6558d70a7cc4f08f0bd4e0999169ba4da5a1ab508db5fbfd4cd04692ae12456b8efaad5d984
next reply other threads:[~2016-11-15 12:44 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-15 12:44 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-30 3:04 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/ Sam James
2023-10-08 6:44 Sam James
2023-08-24 18:10 Arthur Zamarin
2023-07-08 6:06 Sam James
2023-07-08 4:18 Sam James
2023-06-21 7:35 Sam James
2022-09-13 10:40 Jakov Smolić
2021-10-20 23:00 Andreas K. Hüttel
2021-08-02 3:22 Sam James
2021-05-22 16:05 Andreas K. Hüttel
2021-05-22 16:05 Andreas K. Hüttel
2021-05-22 16:05 Andreas K. Hüttel
2020-12-12 8:40 Kent Fredric
2020-10-01 8:16 Kent Fredric
2020-07-25 20:15 Kent Fredric
2018-11-23 13:06 Agostino Sarubbo
2017-05-22 2:29 Kent Fredric
2016-11-15 12:44 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=1479213716.22c558a9b6aef35010250978808e8c48f8ee1701.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