Skip to content

Commit

Permalink
dev-perl/Business-Hours: Initial Commit
Browse files Browse the repository at this point in the history
Module required by www-apps/rt.

Package-Manager: portage-2.2.28
  • Loading branch information
titanofold committed Sep 20, 2016
1 parent cf1c0b5 commit 0565c6b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
21 changes: 21 additions & 0 deletions dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild
Original file line number Diff line number Diff line change
@@ -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"
1 change: 1 addition & 0 deletions dev-perl/Business-Hours/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Business-Hours-0.12.tar.gz 16021 SHA256 db3f62f36cee2e3d5ed0e68ffca3f63ba1dbab5fc45d4d5710a1878a8e788595 SHA512 6d2c5fc1d5ddcc0263c24cbc0fc3536bbd19bf24976087c959e4649200c32df13d8ef66298f2e077566e4d8951b07b0461cf2740e32c425552443adef3881745 WHIRLPOOL 1481eb0bea664044acc1bc29d18e3d413b225c73b880a53c3b4754cf4ed43f8bd6026f194a8155e1ce1c0026e87fcd95148c1eee016b35025be6b8d439112f28
12 changes: 12 additions & 0 deletions dev-perl/Business-Hours/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</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>

0 comments on commit 0565c6b

Please sign in to comment.