mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
Masked pending newer Test-Simple unmasking Keywords: - New dependencies cause keyword drops, removed: alpha, arm, hppa, ia64, ppc, ppc64, sparc Upstream: - Use Params::ValidationCompiler - Disabled word boundary checks by default, can be turned on with strict => 1 - Require lots of newer modules to fix bugs - format_datetime checks object isa DateTime Package-Manager: Portage-2.3.4, Repoman-2.3.2
38 lines
815 B
Bash
38 lines
815 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
DIST_AUTHOR=DROLSKY
|
|
DIST_VERSION=1.73
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Parse and Format DateTimes using Strptime"
|
|
|
|
LICENSE="Artistic-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-fbsd ~x64-macos ~x86-solaris"
|
|
IUSE="test"
|
|
|
|
RDEPEND="
|
|
virtual/perl-Carp
|
|
>=dev-perl/DateTime-1
|
|
>=dev-perl/DateTime-Locale-1.50.0
|
|
>=dev-perl/DateTime-TimeZone-2.90.0
|
|
virtual/perl-Exporter
|
|
>=dev-perl/Package-DeprecationManager-0.150.0
|
|
dev-perl/Params-ValidationCompiler
|
|
>=dev-perl/Specio-0.330.0
|
|
dev-perl/Try-Tiny
|
|
virtual/perl-parent
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
virtual/perl-File-Spec
|
|
>=virtual/perl-Test-Simple-0.960.0
|
|
dev-perl/Test-Fatal
|
|
dev-perl/Test-Warnings
|
|
)
|
|
"
|