summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Time-Stopwatch')
-rw-r--r--dev-perl/Time-Stopwatch/Manifest1
-rw-r--r--dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild21
-rw-r--r--dev-perl/Time-Stopwatch/metadata.xml13
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Time-Stopwatch/Manifest b/dev-perl/Time-Stopwatch/Manifest
new file mode 100644
index 000000000000..c1dde0f0a32e
--- /dev/null
+++ b/dev-perl/Time-Stopwatch/Manifest
@@ -0,0 +1 @@
+DIST Time-Stopwatch-1.00.tar.gz 4026 SHA256 0a57c881f1407af49209dde0b6fafcc38e905f9258c6d4f8cb841d6c8bac3c1d SHA512 e2f43f5d9b207fef8b6f868c2e9192df9dd8652f158f32b5d3fa41c52547b7bd7cded9e41206ed47bbd7e231a87015c9daf4da6226ff36775a656ab7efa9ec9d WHIRLPOOL c750e9f74b62957c791224833bc885b7b2632fc4670985b8e544407c16d4183054cb592782235c8bf2c6f2d0a25a7386683c7d1c13b60245f83272e7ba3d289b
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..a1a6efdbc3aa
--- /dev/null
+++ b/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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..705a375d3a90
--- /dev/null
+++ b/dev-perl/Time-Stopwatch/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>dev-zero@gentoo.org</email>
+ <name>Tiziano Müller</name>
+ </maintainer>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">Time-Stopwatch</remote-id>
+ <remote-id type="cpan-module">Time::Stopwatch</remote-id>
+ </upstream>
+</pkgmetadata>