summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-19 10:40:15 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-23 19:30:44 +0200
commit6ad16a90d9de1711d82bf0bd7319a45934033319 (patch)
tree0c74cc8aea238a7f09f99442cb7bc6cb83252a9d /dev-perl/Time-ParseDate/Time-ParseDate-2015.103.0.ebuild
parentdev-perl/Time-modules: Removed, gone to dev-perl/Time-ParseDate (diff)
downloadgentoo-6ad16a90d9de1711d82bf0bd7319a45934033319.tar.gz
gentoo-6ad16a90d9de1711d82bf0bd7319a45934033319.tar.bz2
gentoo-6ad16a90d9de1711d82bf0bd7319a45934033319.zip
dev-perl/Time-ParseDate: Bump to version 2015.103.0
- EAPI6 Upstream: - Wider range of date terminators accepted - "Sept" now recognised abbreviation for September - Can parse subsecond strings longer than 6 digits - Fix epoch second 0 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/Time-ParseDate/Time-ParseDate-2015.103.0.ebuild')
-rw-r--r--dev-perl/Time-ParseDate/Time-ParseDate-2015.103.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Time-ParseDate/Time-ParseDate-2015.103.0.ebuild b/dev-perl/Time-ParseDate/Time-ParseDate-2015.103.0.ebuild
new file mode 100644
index 000000000000..32b1f3ccf7a3
--- /dev/null
+++ b/dev-perl/Time-ParseDate/Time-ParseDate-2015.103.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MUIR
+DIST_SECTION=modules
+DIST_VERSION=2015.103
+inherit perl-module
+
+DESCRIPTION="A Date/Time Parsing Perl Module"
+
+LICENSE="Time-modules public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Time-Piece )
+"