dev-perl/Pod-Strip: EAPI6 + remote-ids'

- EAPI6ify
- Parallel tests
- Add CPAN remote-id's

Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
Kent Fredric
2017-12-28 16:00:11 +13:00
parent 670e449626
commit adbe5d3cea
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=DOMM
DIST_VERSION=1.02
inherit perl-module
DESCRIPTION="Remove POD from Perl code"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=virtual/perl-Pod-Simple-3.0.0
"
DEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
virtual/perl-Test-Simple
)
"
src_test() {
perl_rm_files t/99_pod.t t/99_pod_coverage.t
perl-module_src_test
}

View File

@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Pod-Strip</remote-id>
<remote-id type="cpan-module">Pod::Strip</remote-id>
</upstream>
</pkgmetadata>