mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
28
dev-perl/Pod-Strip/Pod-Strip-1.20.0-r1.ebuild
Normal file
28
dev-perl/Pod-Strip/Pod-Strip-1.20.0-r1.ebuild
Normal 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
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user