Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 309721 Details for
Bug 412921
app-text/peg-multimarkdown - An implementation of MultiMarkdown in C, using a PEG grammar
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
peg-multimarkdown-3.5.1.ebuild
peg-multimarkdown-3.5.1.ebuild (text/plain), 671 bytes, created by
Ștefan Talpalaru
on 2012-04-21 14:53:50 UTC
(
hide
)
Description:
peg-multimarkdown-3.5.1.ebuild
Filename:
MIME Type:
Creator:
Ștefan Talpalaru
Created:
2012-04-21 14:53:50 UTC
Size:
671 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit eutils toolchain-funcs vcs-snapshot > >DESCRIPTION="An implementation of MultiMarkdown in C, using a PEG grammar" >HOMEPAGE="https://github.com/fletcher/peg-multimarkdown" >SRC_URI="https://github.com/fletcher/${PN}/tarball/${PV} -> ${P}.tar.gz" > >LICENSE="|| ( GPL-2 MIT )" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="" >RDEPEND="${DEPEND}" > >src_prepare() { > epatch \ > "${FILESDIR}/cflags.patch" \ > "${FILESDIR}/peg-cflags.patch" >} > >src_compile() { > emake CC="$(tc-getCC)" >} > >src_install() { > exeinto usr/bin > doexe multimarkdown >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 412921
: 309721 |
309723
|
309725