mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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" )
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user