dev-perl/Syntax-Keyword-Junction: EAPI6 + tests

- EAPI6ify
- Enable tests
- Add missing CPAN remote-id's

Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
Kent Fredric
2018-01-11 09:25:06 +13:00
parent 90fad953c2
commit c28dff8a1a
2 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=FREW
DIST_VERSION=0.003008
inherit perl-module
DESCRIPTION="Perl6 style Junction operators in Perl5"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/Sub-Exporter-Progressive-0.1.6
virtual/perl-parent
dev-perl/syntax
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
>=virtual/perl-Test-Simple-0.880.0
>=dev-perl/Test-Requires-0.70.0
)
"
PERL_RM_FILES=( "t/release-pod-syntax.t" )

View File

@@ -5,4 +5,14 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Syntax-Keyword-Junction</remote-id>
<remote-id type="cpan-module">Syntax::Feature::Junction</remote-id>
<remote-id type="cpan-module">Syntax::Keyword::Junction</remote-id>
<remote-id type="cpan-module">Syntax::Keyword::Junction::All</remote-id>
<remote-id type="cpan-module">Syntax::Keyword::Junction::Any</remote-id>
<remote-id type="cpan-module">Syntax::Keyword::Junction::Base</remote-id>
<remote-id type="cpan-module">Syntax::Keyword::Junction::None</remote-id>
<remote-id type="cpan-module">Syntax::Keyword::Junction::One</remote-id>
</upstream>
</pkgmetadata>