commit: a0ed14f5d6e210df7ea158b4acfe4d770d07d107
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 20:12:09 2016 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 20:23:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ed14f5
dev-perl/JavaScript-Minifier-XS: 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
.../JavaScript-Minifier-XS-0.110.0.ebuild | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git
a/dev-perl/JavaScript-Minifier-XS/JavaScript-Minifier-XS-0.110.0.ebuild
b/dev-perl/JavaScript-Minifier-XS/JavaScript-Minifier-XS-0.110.0.ebuild
index 552e796..07f6092 100644
--- a/dev-perl/JavaScript-Minifier-XS/JavaScript-Minifier-XS-0.110.0.ebuild
+++ b/dev-perl/JavaScript-Minifier-XS/JavaScript-Minifier-XS-0.110.0.ebuild
@@ -2,23 +2,20 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-MODULE_AUTHOR="GTERMARS"
-MODULE_VERSION="0.11"
+DIST_AUTHOR="GTERMARS"
+DIST_VERSION="0.11"
inherit perl-module
DESCRIPTION="XS based JavaScript minifier"
-LICENSE="Artistic GPL-1"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
DEPEND="
>=dev-perl/Module-Build-0.420.0
virtual/perl-ExtUtils-CBuilder
"
RDEPEND=""
-
-SRC_TEST="do"