forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Pegex: Bump to version 0.630.0
- 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
- Loading branch information
1 parent
a31b5ac
commit 401d804
Showing
3 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,25 @@ | |
<email>[email protected]</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> |