From: Kent Fredric Date: Wed, 10 Jan 2018 20:25:06 +0000 (+1300) Subject: dev-perl/Syntax-Keyword-Junction: EAPI6 + tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c28dff8a1aedda7076770d5c18b48c67ccb1e48c;p=gentoo.git 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 --- diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild new file mode 100644 index 000000000000..074bf12c2ed2 --- /dev/null +++ b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild @@ -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" ) diff --git a/dev-perl/Syntax-Keyword-Junction/metadata.xml b/dev-perl/Syntax-Keyword-Junction/metadata.xml index 2b9a936fc0a1..e5cfe4f077e9 100644 --- a/dev-perl/Syntax-Keyword-Junction/metadata.xml +++ b/dev-perl/Syntax-Keyword-Junction/metadata.xml @@ -5,4 +5,14 @@ perl@gentoo.org Gentoo Perl Project + + Syntax-Keyword-Junction + Syntax::Feature::Junction + Syntax::Keyword::Junction + Syntax::Keyword::Junction::All + Syntax::Keyword::Junction::Any + Syntax::Keyword::Junction::Base + Syntax::Keyword::Junction::None + Syntax::Keyword::Junction::One +