Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 411895 - app-text/peg-markdown - an implementation of John Gruber's markdown in C
Summary: app-text/peg-markdown - an implementation of John Gruber's markdown in C
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Rafael Martins (RETIRED)
URL: https://github.com/jgm/peg-markdown
Whiteboard:
Keywords:
Depends on: 411515
Blocks:
  Show dependency tree
 
Reported: 2012-04-13 21:40 UTC by Jauhien Piatlicki (RETIRED)
Modified: 2013-02-26 13:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
app-text/peg-markdown-0.4.12.ebuild (peg-markdown-0.4.12.ebuild,938 bytes, text/plain)
2012-04-13 21:40 UTC, Jauhien Piatlicki (RETIRED)
Details
peg-markdown-0.4.12-declare.patch (peg-markdown-0.4.12-declare.patch,259 bytes, patch)
2012-04-13 21:41 UTC, Jauhien Piatlicki (RETIRED)
Details | Diff
peg-markdown-0.4.12-Makefile.patch (peg-markdown-0.4.12-Makefile.patch,2.07 KB, patch)
2012-04-13 21:42 UTC, Jauhien Piatlicki (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. :(