summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2016-09-20 16:20:42 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2016-09-20 16:24:08 -0400
commite79d28631441eb0f1f07a0cc591f9bb5327310aa (patch)
treea1304f2a4f499fac6700417489a0751b6bf8773a /dev-perl/Business-Hours/Business-Hours-0.120.0-r1.ebuild
parentdev-perl/Business-Hours: Fix QA issues and legacy interface usage (diff)
downloadgentoo-e79d28631441eb0f1f07a0cc591f9bb5327310aa.tar.gz
gentoo-e79d28631441eb0f1f07a0cc591f9bb5327310aa.tar.bz2
gentoo-e79d28631441eb0f1f07a0cc591f9bb5327310aa.zip
dev-perl/Business-Hours: Revision Bump
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/Business-Hours/Business-Hours-0.120.0-r1.ebuild')
-rw-r--r--dev-perl/Business-Hours/Business-Hours-0.120.0-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Business-Hours/Business-Hours-0.120.0-r1.ebuild b/dev-perl/Business-Hours/Business-Hours-0.120.0-r1.ebuild
new file mode 100644
index 000000000000..e077727598f2
--- /dev/null
+++ b/dev-perl/Business-Hours/Business-Hours-0.120.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR="RUZ"
+DIST_VERSION="0.12"
+
+inherit perl-module
+
+DESCRIPTION="Calculate business hours in a time period"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-perl/Set-IntSpan-1.120.0"
+DEPEND="${RDEPEND}"