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: Bump to version 1.440.0
Upstream: - Add stringify method - Add is_last_day_of_month() method - Optimize overloaded boolification - datetime() now accepts passing a delimiter for seperating date and time parts ("T") Package-Manager: Portage-2.3.8, Repoman-2.3.3
- Loading branch information
1 parent
2609f36
commit 2a0fbdf
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
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,45 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=DROLSKY | ||
DIST_VERSION=1.44 | ||
inherit perl-module | ||
|
||
DESCRIPTION="A date and time object" | ||
|
||
LICENSE="Artistic-2" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" | ||
IUSE="test" | ||
|
||
CONFLICTS=" | ||
!<=dev-perl/DateTime-Format-Mail-0.402.0 | ||
" | ||
RDEPEND=" | ||
${CONFLICTS} | ||
virtual/perl-Carp | ||
>=dev-perl/DateTime-Locale-1.60.0 | ||
>=dev-perl/DateTime-TimeZone-2.20.0 | ||
>=dev-perl/Dist-CheckConflicts-0.20.0 | ||
>=dev-perl/Params-ValidationCompiler-0.130.0 | ||
virtual/perl-Scalar-List-Utils | ||
>=dev-perl/Specio-0.180.0 | ||
dev-perl/Try-Tiny | ||
virtual/perl-XSLoader | ||
>=dev-perl/namespace-autoclean-0.190.0 | ||
virtual/perl-parent | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
virtual/perl-CPAN-Meta-Requirements | ||
>=dev-perl/CPAN-Meta-Check-0.11.0 | ||
virtual/perl-File-Spec | ||
virtual/perl-Storable | ||
dev-perl/Test-Fatal | ||
>=virtual/perl-Test-Simple-0.960.0 | ||
>=dev-perl/Test-Warnings-0.5.0 | ||
) | ||
" |
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