forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Business-Hours: Initial Commit
Module required by www-apps/rt. Package-Manager: portage-2.2.28
- Loading branch information
1 parent
cf1c0b5
commit 0565c6b
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |