commit:     0565c6b2b23f25b840fcd00b73b1caad58fa031f
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 19:12:05 2016 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 19:21:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0565c6b2

dev-perl/Business-Hours: Initial Commit

Module required by www-apps/rt.

Package-Manager: portage-2.2.28

 .../Business-Hours/Business-Hours-0.120.0.ebuild    | 21 +++++++++++++++++++++
 dev-perl/Business-Hours/Manifest                    |  1 +
 dev-perl/Business-Hours/metadata.xml                | 12 ++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild 
b/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild
new file mode 100644
index 00000000..8cb82e5
--- /dev/null
+++ b/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR="RUZ"
+MODULE_VERSION="0.12"
+
+inherit perl-module
+
+DESCRIPTION="Calculate business hours in a time period"
+
+LICENSE="Artistic GPL-1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-perl/Set-IntSpan-1.120.0"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"

diff --git a/dev-perl/Business-Hours/Manifest b/dev-perl/Business-Hours/Manifest
new file mode 100644
index 00000000..ca13de7
--- /dev/null
+++ b/dev-perl/Business-Hours/Manifest
@@ -0,0 +1 @@
+DIST Business-Hours-0.12.tar.gz 16021 SHA256 
db3f62f36cee2e3d5ed0e68ffca3f63ba1dbab5fc45d4d5710a1878a8e788595 SHA512 
6d2c5fc1d5ddcc0263c24cbc0fc3536bbd19bf24976087c959e4649200c32df13d8ef66298f2e077566e4d8951b07b0461cf2740e32c425552443adef3881745
 WHIRLPOOL 
1481eb0bea664044acc1bc29d18e3d413b225c73b880a53c3b4754cf4ed43f8bd6026f194a8155e1ce1c0026e87fcd95148c1eee016b35025be6b8d439112f28

diff --git a/dev-perl/Business-Hours/metadata.xml 
b/dev-perl/Business-Hours/metadata.xml
new file mode 100644
index 00000000..86e168f
--- /dev/null
+++ b/dev-perl/Business-Hours/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="project">
+    <email>p...@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Business-Hours</remote-id>
+    <remote-id type="cpan-module">Business::Hours</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to