summaryrefslogtreecommitdiff
path: root/dev-perl/Time-Stopwatch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Time-Stopwatch
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Time-Stopwatch')
-rw-r--r--dev-perl/Time-Stopwatch/Manifest3
-rw-r--r--dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild20
-rw-r--r--dev-perl/Time-Stopwatch/metadata.xml16
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/Time-Stopwatch/Manifest b/dev-perl/Time-Stopwatch/Manifest
new file mode 100644
index 000000000000..d8aa0efaa6c3
--- /dev/null
+++ b/dev-perl/Time-Stopwatch/Manifest
@@ -0,0 +1,3 @@
+DIST Time-Stopwatch-1.00.tar.gz 4026 BLAKE2B 7b34684418d3d646238b57d34193dc7523799b08b9ff0c663c08f64b2f486e59bd380a682b46a4830d3ca52b1aa168e360c6a06da249168aa3e074c5d4a55c9b SHA512 e2f43f5d9b207fef8b6f868c2e9192df9dd8652f158f32b5d3fa41c52547b7bd7cded9e41206ed47bbd7e231a87015c9daf4da6226ff36775a656ab7efa9ec9d
+EBUILD Time-Stopwatch-1.0.0.ebuild 333 BLAKE2B 3b4db5e0a15c559f1b618deab355530c60f0013d644b2ebb8190cc34f99ef3584db3c246d2399c0ca6d70488aea644c6081a8156fb38a0af99dd3e2fe020cf1f SHA512 16d2655ca4d0a89f4bf0614c20843937b03a61d2e0723f82e4c95f720bc15f6742d71881ade34edb1664abaad896016e6cd8339b3a895c59bcaa06dcc103a6d8
+MISC metadata.xml 517 BLAKE2B 1b07c9044287ed02f74f721e4c42aafeac9b7c61c373b7f375c8970374b85a90c8306586e43c866caeac8ce0ab32774a9734469770cd0b3dbb224827d7bda7fa SHA512 866798509b4a2c28d115e8178ecb07ef3ae2644009a8c62facb1545b035455deca24826bb2c477fc92daac21ebfb0a77f188676914dad6caadbd1e80ed801f62
diff --git a/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild b/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild
new file mode 100644
index 000000000000..74f3ca4021d3
--- /dev/null
+++ b/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR="ILTZU"
+MODULE_VERSION="1.00"
+
+inherit perl-module
+
+DESCRIPTION="Use tied scalars as timers"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="test? ( virtual/perl-Time-HiRes )"
+
+SRC_TEST="do"
diff --git a/dev-perl/Time-Stopwatch/metadata.xml b/dev-perl/Time-Stopwatch/metadata.xml
new file mode 100644
index 000000000000..55258f1a46b7
--- /dev/null
+++ b/dev-perl/Time-Stopwatch/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dev-zero@gentoo.org</email>
+ <name>Tiziano Müller</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Time-Stopwatch</remote-id>
+ <remote-id type="cpan-module">Time::Stopwatch</remote-id>
+ </upstream>
+</pkgmetadata>