summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-06-09 20:16:47 +0000
committerTorsten Veller <tove@gentoo.org>2009-06-09 20:16:47 +0000
commitf06ccfd3606dd419f44945dbba460aa26f2e6b4d (patch)
tree86d19bb78f0b4940be34877c55201563386678b7 /dev-perl/Time-Duration-Parse
parentSparc stable, Bug #272429. (diff)
downloadgentoo-2-f06ccfd3606dd419f44945dbba460aa26f2e6b4d.tar.gz
gentoo-2-f06ccfd3606dd419f44945dbba460aa26f2e6b4d.tar.bz2
gentoo-2-f06ccfd3606dd419f44945dbba460aa26f2e6b4d.zip
Initial commit
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Time-Duration-Parse')
-rw-r--r--dev-perl/Time-Duration-Parse/ChangeLog10
-rw-r--r--dev-perl/Time-Duration-Parse/Time-Duration-Parse-0.06.ebuild20
-rw-r--r--dev-perl/Time-Duration-Parse/metadata.xml5
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Time-Duration-Parse/ChangeLog b/dev-perl/Time-Duration-Parse/ChangeLog
new file mode 100644
index 000000000000..ebf1552eabcd
--- /dev/null
+++ b/dev-perl/Time-Duration-Parse/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Time-Duration-Parse
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration-Parse/ChangeLog,v 1.1 2009/06/09 20:16:47 tove Exp $
+
+*Time-Duration-Parse-0.06 (09 Jun 2009)
+
+ 09 Jun 2009; Torsten Veller <tove@gentoo.org>
+ +Time-Duration-Parse-0.06.ebuild, +metadata.xml:
+ Initial commit
+
diff --git a/dev-perl/Time-Duration-Parse/Time-Duration-Parse-0.06.ebuild b/dev-perl/Time-Duration-Parse/Time-Duration-Parse-0.06.ebuild
new file mode 100644
index 000000000000..d8e47844de6d
--- /dev/null
+++ b/dev-perl/Time-Duration-Parse/Time-Duration-Parse-0.06.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration-Parse/Time-Duration-Parse-0.06.ebuild,v 1.1 2009/06/09 20:16:47 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=MIYAGAWA
+inherit perl-module
+
+DESCRIPTION="Parse string that represents time duration"
+
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="dev-perl/Exporter-Lite
+ dev-perl/Time-Duration"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do
diff --git a/dev-perl/Time-Duration-Parse/metadata.xml b/dev-perl/Time-Duration-Parse/metadata.xml
new file mode 100644
index 000000000000..801e9385a1e0
--- /dev/null
+++ b/dev-perl/Time-Duration-Parse/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+</pkgmetadata>