summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-19 10:14:06 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-23 19:30:44 +0200
commite986ecc390bf155d717523a96b666d22e942507e (patch)
tree766b7adcbdf792c58de9e5b5e61d4b47977c8f5b /dev-perl/Time-Duration-Parse/Time-Duration-Parse-0.130.0.ebuild
parentdev-perl/Time-Duration: Bump to version 1.200.0 (diff)
downloadgentoo-e986ecc390bf155d717523a96b666d22e942507e.tar.gz
gentoo-e986ecc390bf155d717523a96b666d22e942507e.tar.bz2
gentoo-e986ecc390bf155d717523a96b666d22e942507e.zip
dev-perl/Time-Duration-Parse: Bump to version 0.130.0
- EAPI6 - Deps fixed Upstream: - Added additional abbreviations for months - Can accept leading + in times. 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-Duration-Parse/Time-Duration-Parse-0.130.0.ebuild')
-rw-r--r--dev-perl/Time-Duration-Parse/Time-Duration-Parse-0.130.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Time-Duration-Parse/Time-Duration-Parse-0.130.0.ebuild b/dev-perl/Time-Duration-Parse/Time-Duration-Parse-0.130.0.ebuild
new file mode 100644
index 000000000000..ac296b0e59a3
--- /dev/null
+++ b/dev-perl/Time-Duration-Parse/Time-Duration-Parse-0.130.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=NEILB
+DIST_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION="Parse string that represents time duration"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Exporter-Lite"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Time-Duration
+ )
+"