summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2013-09-12 14:21:34 +0000
committerTiziano Müller <dev-zero@gentoo.org>2013-09-12 14:21:34 +0000
commitd3d3a142c47b44681e7dab280e287a34b059fbcf (patch)
tree7964c3a9f6415b8346dbf246b2b42dd14365bb27 /dev-perl/Time-Stopwatch
parentInitial commit (diff)
downloadgentoo-2-d3d3a142c47b44681e7dab280e287a34b059fbcf.tar.gz
gentoo-2-d3d3a142c47b44681e7dab280e287a34b059fbcf.tar.bz2
gentoo-2-d3d3a142c47b44681e7dab280e287a34b059fbcf.zip
Initial commit
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0x1E0CA85F!)
Diffstat (limited to 'dev-perl/Time-Stopwatch')
-rw-r--r--dev-perl/Time-Stopwatch/ChangeLog9
-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, 43 insertions, 0 deletions
diff --git a/dev-perl/Time-Stopwatch/ChangeLog b/dev-perl/Time-Stopwatch/ChangeLog
new file mode 100644
index 000000000000..43adaf8c8687
--- /dev/null
+++ b/dev-perl/Time-Stopwatch/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-perl/Time-Stopwatch
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Stopwatch/ChangeLog,v 1.1 2013/09/12 14:21:34 dev-zero Exp $
+
+*Time-Stopwatch-1.0.0 (12 Sep 2013)
+
+ 12 Sep 2013; Tiziano Müller <dev-zero@gentoo.org>
+ +Time-Stopwatch-1.0.0.ebuild, +metadata.xml:
+ Initial commit
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..7aa6a8813f05
--- /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
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild,v 1.1 2013/09/12 14:21:34 dev-zero Exp $
+
+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>