Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 411895

Summary: app-text/peg-markdown - an implementation of John Gruber's markdown in C
Product: Gentoo Linux Reporter: Jauhien Piatlicki (RETIRED) <jauhien>
Component: New packagesAssignee: Rafael Martins (RETIRED) <rafaelmartins>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/jgm/peg-markdown
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 411515    
Bug Blocks:    
Attachments: app-text/peg-markdown-0.4.12.ebuild
peg-markdown-0.4.12-declare.patch
peg-markdown-0.4.12-Makefile.patch

Description Jauhien Piatlicki (RETIRED) gentoo-dev 2012-04-13 21:40:35 UTC
Created attachment 308823 [details]
app-text/peg-markdown-0.4.12.ebuild

An implementation of John Gruber's markdown in C. It uses a parsing expression grammar (PEG) to define the syntax. This should allow easy modification and extension. It currently supports output in HTML, LaTeX, ODF, or groff_mm formats, and adding new formats is relatively easy.

Reproducible: always.
Comment 1 Jauhien Piatlicki (RETIRED) gentoo-dev 2012-04-13 21:41:16 UTC
Created attachment 308825 [details, diff]
peg-markdown-0.4.12-declare.patch
Comment 2 Jauhien Piatlicki (RETIRED) gentoo-dev 2012-04-13 21:42:01 UTC
Created attachment 308827 [details, diff]
peg-markdown-0.4.12-Makefile.patch
Comment 3 Jauhien Piatlicki (RETIRED) gentoo-dev 2012-04-14 20:59:56 UTC
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=app-text/peg-markdown
Comment 4 Michael Palimaka (kensington) gentoo-dev 2013-02-26 06:45:47 UTC
*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.
Comment 5 Jauhien Piatlicki (RETIRED) gentoo-dev 2013-02-26 10:37:23 UTC
Thanks )
Comment 6 Jauhien Piatlicki (RETIRED) gentoo-dev 2013-02-26 10:45:26 UTC
Also I've tested it on x86, so you can add ~x86 keyword to the ebuild.
Comment 7 Rafael Martins (RETIRED) gentoo-dev 2013-02-26 13:46:07 UTC
(In reply to comment #6)
> Also I've tested it on x86, so you can add ~x86 keyword to the ebuild.

I tested it too, but forgot to add the keyword when commiting. My bad. At work now, will add it later.

thanks
Comment 8 Rafael Martins (RETIRED) gentoo-dev 2013-02-26 13:47:31 UTC
Also, I wasn't aware of this bug, this is why I "ignored" you ebuild, sorry. :(