summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-16 13:44:35 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-16 14:35:00 +0200
commit169dfc7799c55e307ea97e4e6badd424ef6b11fc (patch)
treeaa0ad87d0629a2dde8e02f9d809a72ad599e30e4 /dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild
parentpackage.mask: Masked dev-libs/OpenSRF which depends on apache-2.2 (diff)
downloadgentoo-169dfc7799c55e307ea97e4e6badd424ef6b11fc.tar.gz
gentoo-169dfc7799c55e307ea97e4e6badd424ef6b11fc.tar.bz2
gentoo-169dfc7799c55e307ea97e4e6badd424ef6b11fc.zip
dev-perl/Business-Hours: Version bump to 0.13
Bug: https://bugs.gentoo.org/691022 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild')
-rw-r--r--dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild b/dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild
new file mode 100644
index 000000000000..03366a3298f0
--- /dev/null
+++ b/dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BPS
+DIST_VERSION=0.13
+
+inherit perl-module
+
+DESCRIPTION="Calculate business hours in a time period"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-perl/Set-IntSpan-1.120.0
+ virtual/perl-Time-Local
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"