Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 308823 Details for
Bug 411895
app-text/peg-markdown - an implementation of John Gruber's markdown in C
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-text/peg-markdown-0.4.12.ebuild
peg-markdown-0.4.12.ebuild (text/plain), 938 bytes, created by
Jauhien Piatlicki (RETIRED)
on 2012-04-13 21:40:35 UTC
(
hide
)
Description:
app-text/peg-markdown-0.4.12.ebuild
Filename:
MIME Type:
Creator:
Jauhien Piatlicki (RETIRED)
Created:
2012-04-13 21:40:35 UTC
Size:
938 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 > >DESCRIPTION="An implementation of John Gruber's markdown in C." >HOMEPAGE="https://github.com/jgm/peg-markdown" >SRC_URI="https://github.com/jgm/${PN}/tarball/${PV} -> ${P}.tar.gz" > >LICENSE="|| ( GPL-2 MIT )" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >S="${WORKDIR}/jgm-peg-markdown-b0b6e12" > >DEPEND="dev-util/peg > sys-libs/glibc" >RDEPEND="${DEPEND}" > >src_prepare() { > epatch "${FILESDIR}/${P}-Makefile.patch" "${FILESDIR}/${P}-declare.patch" > cp "${FILESDIR}/check-leg" "${S}/check-leg" || die > chmod +x check-leg >} > >src_compile() { > emake CC="$(tc-getCC)" >} > >src_install() { > exeinto usr/bin > doexe ${PN} > dolib.so lib${PN}.so.${PV} > dosym lib${PN}.so.${PV} usr/lib/lib${PN}.so.0 > dosym lib${PN}.so.0 usr/lib/lib${PN}.so > dohtml README.html > insinto usr/include > doins markdown_lib.h >}
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 411895
:
308823
|
308825
|
308827