peg and leg are tools for generating recursive-descent parsers: programs that perform pattern matching on text. They processes a Parsing Expression Grammar (PEG) to produce a program that recognises legal sentences of that grammar. Reproducible: Always Steps to Reproduce: 1. Download ebuild 2. Emerge it 3. Test the program
Created attachment 308451 [details] dev-util/peg-0.1.8.ebuild
Created attachment 308829 [details] peg-0.1.8.ebuild New version of ebuild.
Created attachment 308831 [details, diff] peg-0.1.8-Makefile.patch
It was added to sunrise and will be available after review: http://git.overlays.gentoo.org/gitweb/?p=proj/sunrise-reviewed.git;a=tree;f=dev-util/peg
Version bump to peg-0.1.9, just renaming ebuild and patch.
*peg-markdown-0.4.14 (24 Feb 2013) 24 Feb 2013; Rafael G. Martins <rafaelmartins@gentoo.org> +peg-markdown-0.4.14.ebuild, +metadata.xml: Initial commit.
>*peg-0.1.9 (24 Feb 2013) > >24 Feb 2013; Rafael G. Martins <rafaelmartins@gentoo.org> +peg-0.1.9.ebuild, >+metadata.xml: >Initial commit. Thank you )