summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2016-09-20 16:19:54 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2016-09-20 16:24:03 -0400
commit9ff0db8d0ed92211f3a445f5d410c7e6ba3d5989 (patch)
treef0be967756f26ee78f77c766cb58a93cc606d6fe /dev-perl
parentdev-perl/CSS-Minifier-XS: Revision Bump (diff)
downloadgentoo-9ff0db8d0ed92211f3a445f5d410c7e6ba3d5989.tar.gz
gentoo-9ff0db8d0ed92211f3a445f5d410c7e6ba3d5989.tar.bz2
gentoo-9ff0db8d0ed92211f3a445f5d410c7e6ba3d5989.zip
dev-perl/Business-Hours: Fix QA issues and legacy interface usage
Use the latest EAPI to rely more on the defaults in the perl-module.eclass. Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild b/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild
index 8cb82e554f40..e077727598f2 100644
--- a/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild
+++ b/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild
@@ -2,20 +2,17 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-MODULE_AUTHOR="RUZ"
-MODULE_VERSION="0.12"
+DIST_AUTHOR="RUZ"
+DIST_VERSION="0.12"
inherit perl-module
DESCRIPTION="Calculate business hours in a time period"
-LICENSE="Artistic GPL-1"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
RDEPEND=">=dev-perl/Set-IntSpan-1.120.0"
DEPEND="${RDEPEND}"
-
-SRC_TEST="do"