summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.70.0.ebuild')
-rw-r--r--dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.70.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.70.0.ebuild b/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.70.0.ebuild
new file mode 100644
index 000000000000..2a8fc2710cf1
--- /dev/null
+++ b/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.70.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TARAO
+DIST_VERSION=0.07
+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-Class
+ dev-perl/Test-Requires
+ )
+"