summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-03-21 14:16:24 +1300
committerKent Fredric <kentnl@gentoo.org>2017-03-21 14:48:09 +1300
commit4529a291e9187a28eb25bdbee90914ceec62ea1a (patch)
tree3eeb7fafb5e1d33d14200444a0914033afda9256 /dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.60.0.ebuild
parentdev-perl/HTTP-Entity-Parser: Add w/ version 0.190.0 (diff)
downloadgentoo-4529a291e9187a28eb25bdbee90914ceec62ea1a.tar.gz
gentoo-4529a291e9187a28eb25bdbee90914ceec62ea1a.tar.bz2
gentoo-4529a291e9187a28eb25bdbee90914ceec62ea1a.zip
dev-perl/Test-MockTime-HiRes: Add w/ version 0.60.0
Required for dev-perl/Plack Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.60.0.ebuild')
-rw-r--r--dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.60.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.60.0.ebuild b/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.60.0.ebuild
new file mode 100644
index 000000000000..c8aed3ede3cb
--- /dev/null
+++ b/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.60.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TARAO
+DIST_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Replace actual time with simulated high resolution time"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/Test-MockTime
+ virtual/perl-Test-Simple
+ virtual/perl-Time-HiRes
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.35.0
+ test? (
+ dev-perl/Test-Base
+ dev-perl/Test-Class
+ dev-perl/Test-Requires
+ )
+"