dev-perl/Pegex: Bump to version 0.630.0
authorKent Fredric <kentnl@gentoo.org>
Wed, 18 Jan 2017 08:06:25 +0000 (21:06 +1300)
committerKent Fredric <kentnl@gentoo.org>
Wed, 18 Jan 2017 08:07:14 +0000 (21:07 +1300)
- EAPI6
- USE="examples" added

Upstream:
- Performance improvements
- Colour and Indent options added to debugger
- Added recursion controls
- Supports perl regex lookbehind assertons

Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-perl/Pegex/Manifest
dev-perl/Pegex/Pegex-0.630.0.ebuild [new file with mode: 0644]
dev-perl/Pegex/metadata.xml

index 1ac765c001962acf4a5cc52bd0111298bbe11f19..5a597100f22b306d50b914bb2df4864b957d7496 100644 (file)
@@ -1 +1,2 @@
 DIST Pegex-0.60.tar.gz 149449 SHA256 317347f8c6355e886d87aef4c30fb4cb6cfa3e46adf62f59e6141ec05a97f2cf SHA512 e0ea53d38ad889cef33d3121acbc0dd265cea3a9396100266be9c3f1a2b4d43fc18f752087d8f95830783d18b9d18bcecd36a91bde756b6eb5dd900b661338c5 WHIRLPOOL 20cd3e2b94871ee2185c8af6d037c6a7a1c04a6479a9e31b1e164e93b224778b4e4d034f4eeb081eacaf93a7cca4418bdf90f7c4ba53096bd6382e60e63f15a0
+DIST Pegex-0.63.tar.gz 148799 SHA256 3447159d953e35ead9ce614242275b6f04fc4af4322c7a7aa3b900343f71f0a9 SHA512 3b0d420830076035c9d982b2416502968e217024571c8789764b58e155b0f74076aafb010e5ba09ae1bc54cf63c3192b65c7db31450ccfb3edbafb7fa05ffc09 WHIRLPOOL 2fc4eb11f53dd238df6b084f9a3aec86c5851f9b75b5cad678e6f387fb52ee0ebe20ea98fe74d43b4cdbcc7cb732de44da89653fbcfff13404318e25b9c2a692
diff --git a/dev-perl/Pegex/Pegex-0.630.0.ebuild b/dev-perl/Pegex/Pegex-0.630.0.ebuild
new file mode 100644 (file)
index 0000000..3527855
--- /dev/null
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=INGY
+DIST_VERSION=0.63
+DIST_EXAMPLES=( "example/*" )
+inherit perl-module
+
+DESCRIPTION="Acmeist PEG Parser Framework"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       >=dev-perl/File-ShareDir-Install-0.60.0
+       test? ( dev-perl/YAML-LibYAML )
+"
+
+src_test() {
+       perl_rm_files t/author-*
+       perl-module_src_test
+}
index 2b9a936fc0a1933802b5db1fa4b28a53939f2a4e..33b343af5ff81fe38679ed00a1185449fa74743e 100644 (file)
@@ -5,4 +5,25 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Pegex</remote-id>
+    <remote-id type="cpan-module">Pegex</remote-id>
+    <remote-id type="cpan-module">Pegex::Base</remote-id>
+    <remote-id type="cpan-module">Pegex::Bootstrap</remote-id>
+    <remote-id type="cpan-module">Pegex::Compiler</remote-id>
+    <remote-id type="cpan-module">Pegex::Constant</remote-id>
+    <remote-id type="cpan-module">Pegex::Grammar</remote-id>
+    <remote-id type="cpan-module">Pegex::Grammar::Atoms</remote-id>
+    <remote-id type="cpan-module">Pegex::Input</remote-id>
+    <remote-id type="cpan-module">Pegex::Module</remote-id>
+    <remote-id type="cpan-module">Pegex::Optimizer</remote-id>
+    <remote-id type="cpan-module">Pegex::Parser</remote-id>
+    <remote-id type="cpan-module">Pegex::Parser::Indent</remote-id>
+    <remote-id type="cpan-module">Pegex::Pegex::AST</remote-id>
+    <remote-id type="cpan-module">Pegex::Pegex::Grammar</remote-id>
+    <remote-id type="cpan-module">Pegex::Receiver</remote-id>
+    <remote-id type="cpan-module">Pegex::Regex</remote-id>
+    <remote-id type="cpan-module">Pegex::Tree</remote-id>
+    <remote-id type="cpan-module">Pegex::Tree::Wrap</remote-id>
+  </upstream>
 </pkgmetadata>