commit: d398963d376f6856f1448665804bb76b91ce43ed
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 20:22:33 2016 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 20:24:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d398963d
dev-perl/Data-Page-Pageset: 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/Data-Page-Pageset/Data-Page-Pageset-1.20.0.ebuild | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Data-Page-Pageset/Data-Page-Pageset-1.20.0.ebuild
b/dev-perl/Data-Page-Pageset/Data-Page-Pageset-1.20.0.ebuild
index 11d966e..0f0e8af 100644
--- a/dev-perl/Data-Page-Pageset/Data-Page-Pageset-1.20.0.ebuild
+++ b/dev-perl/Data-Page-Pageset/Data-Page-Pageset-1.20.0.ebuild
@@ -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="
@@ -24,7 +23,3 @@ DEPEND="${RDEPEND}
dev-perl/Module-Build
test? ( dev-perl/Test-Exception )
"
-
-if use test ; then
- SRC_TEST="do"
-fi