commit: 1176ee70e49c0da9673e0544c9c35be7cf2f2894
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 16 23:04:00 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 16 23:04:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1176ee70
dev-perl/Time-Monotonic: New package, needed for dev-perl/Lab-Measurement
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-perl/Time-Monotonic/Manifest | 1 +
dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild | 21 +++++++++++++++++++++
dev-perl/Time-Monotonic/metadata.xml | 8 ++++++++
3 files changed, 30 insertions(+)
diff --git a/dev-perl/Time-Monotonic/Manifest b/dev-perl/Time-Monotonic/Manifest
new file mode 100644
index 00000000000..9e6ddebdab8
--- /dev/null
+++ b/dev-perl/Time-Monotonic/Manifest
@@ -0,0 +1 @@
+DIST Time-Monotonic-v0.9.8.tar.gz 72024 SHA256
179a6e80903d8854cd58badbfda86612a072da8778aeeaa5eced2cae0d73c314 SHA512
5022d141e9ef7c58a5d1142ebdbe04592fd67eaa257e35a23d6e7f83386be100a0393b19863ff57a57a603da3acfb60652bf7fb9ee44fc04f1a97cf9bd6f2540
WHIRLPOOL
02a2c75a0ad9cf9187ddfecc7c068bc47743ced8eeb305fc251469303ebe88496d479b1ef60a9cf8986ed171ee2d52d044128d9eb9eb7a061230900dfb571342
diff --git a/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild
b/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild
new file mode 100644
index 00000000000..8a4585916c7
--- /dev/null
+++ b/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DAVID
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="A clock source that only increments and never jumps"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.360.400
+ virtual/perl-ExtUtils-CBuilder
+ test? ( virtual/perl-Test-Simple )
+"
diff --git a/dev-perl/Time-Monotonic/metadata.xml
b/dev-perl/Time-Monotonic/metadata.xml
new file mode 100644
index 00000000000..2b9a936fc0a
--- /dev/null
+++ b/dev-perl/Time-Monotonic/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+</pkgmetadata>