dev-perl/Test-MockTime-HiRes: Add w/ version 0.60.0
authorKent Fredric <kentnl@gentoo.org>
Tue, 21 Mar 2017 01:16:24 +0000 (14:16 +1300)
committerKent Fredric <kentnl@gentoo.org>
Tue, 21 Mar 2017 01:48:09 +0000 (14:48 +1300)
Required for dev-perl/Plack

Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-perl/Test-MockTime-HiRes/Manifest [new file with mode: 0644]
dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.60.0.ebuild [new file with mode: 0644]
dev-perl/Test-MockTime-HiRes/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Test-MockTime-HiRes/Manifest b/dev-perl/Test-MockTime-HiRes/Manifest
new file mode 100644 (file)
index 0000000..d11a6c4
--- /dev/null
@@ -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 (file)
index 0000000..c8aed3e
--- /dev/null
@@ -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 (file)
index 0000000..fd306c5
--- /dev/null
@@ -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>