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
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')
-rw-r--r--dev-perl/Test-MockTime-HiRes/Manifest1
-rw-r--r--dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.60.0.ebuild27
-rw-r--r--dev-perl/Test-MockTime-HiRes/metadata.xml12
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/Test-MockTime-HiRes/Manifest b/dev-perl/Test-MockTime-HiRes/Manifest
new file mode 100644
index 000000000000..d11a6c496f83
--- /dev/null
+++ b/dev-perl/Test-MockTime-HiRes/Manifest
@@ -0,0 +1 @@
+DIST Test-MockTime-HiRes-0.06.tar.gz 10608 SHA256 06037d17dd0033c7e0a9f0de78bd877ca8b3ca776ac249d4a7244f3891cdd3d4 SHA512 38eb89b371e51c742e494f3515b8183a536c87caa83fb5bf3cbfadf9b814741f54419e68397fb8b86d68c3002eb3dbca75e136984a66cdd1d309e78eacae028c WHIRLPOOL 4940ae88750cee7149b61ce8434b6a8bfabfe1665f75de7e7caa3a5bb01ca8c4c91542e5b7466628c4d1ffd76ff7668764303da54cc1d2bac26ddf3734046fa7
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
+ )
+"
diff --git a/dev-perl/Test-MockTime-HiRes/metadata.xml b/dev-perl/Test-MockTime-HiRes/metadata.xml
new file mode 100644
index 000000000000..fd306c5b5166
--- /dev/null
+++ b/dev-perl/Test-MockTime-HiRes/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Test-MockTime-HiRes</remote-id>
+ <remote-id type="cpan-module">Test::MockTime::HiRes</remote-id>
+ </upstream>
+</pkgmetadata>