diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-03-23 16:12:57 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-03-23 16:13:13 +1300 |
commit | 5df60fd6c21d2a95b3ff9366470b743b25385e0c (patch) | |
tree | 069fbaa11d3412ba3256e43eb1be9f7153d4dd79 /dev-perl | |
parent | media-libs/grilo: bump to 0.3.3, fix up test dependencies (diff) | |
download | gentoo-5df60fd6c21d2a95b3ff9366470b743b25385e0c.tar.gz gentoo-5df60fd6c21d2a95b3ff9366470b743b25385e0c.tar.bz2 gentoo-5df60fd6c21d2a95b3ff9366470b743b25385e0c.zip |
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
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.270.0.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Flexible/Manifest | 1 |
2 files changed, 35 insertions, 0 deletions
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 000000000000..ccfd94ed6a61 --- /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 b79ec07fe042..3f148e20a98c 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 |