summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-01-11 09:25:06 +1300
committerKent Fredric <kentnl@gentoo.org>2018-01-11 09:46:25 +1300
commitc28dff8a1aedda7076770d5c18b48c67ccb1e48c (patch)
treefb5b2f082892368f5ada61e22888939297336395 /dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild
parentdev-perl/Sub-Exporter-ForMethods: Add missing CPAN remote-id's (diff)
downloadgentoo-c28dff8a1aedda7076770d5c18b48c67ccb1e48c.tar.gz
gentoo-c28dff8a1aedda7076770d5c18b48c67ccb1e48c.tar.bz2
gentoo-c28dff8a1aedda7076770d5c18b48c67ccb1e48c.zip
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
Diffstat (limited to 'dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild')
-rw-r--r--dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild28
1 files changed, 28 insertions, 0 deletions
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" )