Skip to content

Commit

Permalink
dev-perl/Data-Page-Pageset: 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 e79d286 commit d398963
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions dev-perl/Data-Page-Pageset/Data-Page-Pageset-1.20.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
EAPI=6

MODULE_AUTHOR="CHUNZI"
MODULE_VERSION="1.02"
DIST_AUTHOR="CHUNZI"
DIST_VERSION="1.02"

inherit perl-module

DESCRIPTION="change long page list to be shorter and well navigate"

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

RDEPEND="
Expand All @@ -24,7 +23,3 @@ DEPEND="${RDEPEND}
dev-perl/Module-Build
test? ( dev-perl/Test-Exception )
"

if use test ; then
SRC_TEST="do"
fi

0 comments on commit d398963

Please sign in to comment.