dev-perl/Data-Perl: EAPI6 / metadata remote-ids.

- EAPI6
- Parallel tests
- Update metadata.xml with remote-id's

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Kent Fredric
2017-10-20 14:37:20 +13:00
parent a637ca4c40
commit f2e73a103c
2 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=MATTP
DIST_VERSION=0.002009
inherit perl-module
DESCRIPTION="Base classes wrapping fundamental Perl data types"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-macos"
IUSE="test"
RDEPEND="
dev-perl/Class-Method-Modifiers
dev-perl/List-MoreUtils
virtual/perl-Scalar-List-Utils
dev-perl/Module-Runtime
dev-perl/Role-Tiny
virtual/perl-parent
dev-perl/strictures
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-Deep
dev-perl/Test-Fatal
dev-perl/Test-Output
)
"

View File

@@ -5,4 +5,22 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Data-Perl</remote-id>
<remote-id type="cpan-module">Data::Perl</remote-id>
<remote-id type="cpan-module">Data::Perl::Bool</remote-id>
<remote-id type="cpan-module">Data::Perl::Code</remote-id>
<remote-id type="cpan-module">Data::Perl::Collection::Array</remote-id>
<remote-id type="cpan-module">Data::Perl::Collection::Hash</remote-id>
<remote-id type="cpan-module">Data::Perl::Counter</remote-id>
<remote-id type="cpan-module">Data::Perl::Number</remote-id>
<remote-id type="cpan-module">Data::Perl::Role::Bool</remote-id>
<remote-id type="cpan-module">Data::Perl::Role::Code</remote-id>
<remote-id type="cpan-module">Data::Perl::Role::Collection::Array</remote-id>
<remote-id type="cpan-module">Data::Perl::Role::Collection::Hash</remote-id>
<remote-id type="cpan-module">Data::Perl::Role::Counter</remote-id>
<remote-id type="cpan-module">Data::Perl::Role::Number</remote-id>
<remote-id type="cpan-module">Data::Perl::Role::String</remote-id>
<remote-id type="cpan-module">Data::Perl::String</remote-id>
</upstream>
</pkgmetadata>