forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/DateTime-Format-Flexible: Bump to version 0.280.0 re bug #61…
…3590 Upstream: - Fix '.' in @inc issues Bug: https://bugs.gentoo.org/613590 Package-Manager: Portage-2.3.4, Repoman-2.3.2
- Loading branch information
1 parent
1a4a0fc
commit b1ac1f8
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.280.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.28 | ||
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
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 | ||
DIST DateTime-Format-Flexible-0.28.tar.gz 73722 SHA256 658929a426e765c2cc155c3951078f7d9a570a03c5c693938080748181fec3bc SHA512 e74de1cf104a37cf832d5976fd450476a42b945a8fd03ab1ddea504e4041009534cef9e72a75a120ab3ed9a1af63fb05bd5876632b594db9e7f21f419678d2d8 WHIRLPOOL 83b55db6cafd522933832231c6ef70426dfaecb6c7d3075e3e81961013f3772b89e962e707f5a83ae4774f7939d213826523a6c7d7506d9636893fe2f42f5d16 |