Skip to content

Commit

Permalink
dev-perl/CSS-Minifier-XS: Fix QA issues and legacy interface usage
Browse files Browse the repository at this point in the history
Use the latest EAPI to rely more on the defaults in the perl-module.eclass.

Package-Manager: portage-2.2.28
  • Loading branch information
titanofold committed Sep 20, 2016
1 parent 9e53f7b commit 8a80643
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions dev-perl/CSS-Minifier-XS/CSS-Minifier-XS-0.90.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
EAPI=6

MODULE_AUTHOR="GTERMARS"
MODULE_VERSION="0.09"
DIST_AUTHOR="GTERMARS"
DIST_VERSION="0.09"

inherit perl-module

DESCRIPTION="XS based CSS minifier"

LICENSE="Artistic GPL-1"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"

DEPEND="
dev-perl/Module-Build
virtual/perl-ExtUtils-CBuilder"
RDEPEND=""

SRC_TEST="do"

0 comments on commit 8a80643

Please sign in to comment.