commit: 9ff0db8d0ed92211f3a445f5d410c7e6ba3d5989
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 20:19:54 2016 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 20:24:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff0db8d
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
dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild | 11 ++++-------
1 file 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 8cb82e5..e077727 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"