Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 179689 Details for
Bug 256330
dev-python/matplotlib-0.98.5.2-r1 build full html documentation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
matplotlib-0.98.5.2-r1-html-doc.patch
matplotlib-0.98.5.2-r1-html-doc.patch (text/plain), 818 bytes, created by
Chris Mayo
on 2009-01-25 15:51:53 UTC
(
hide
)
Description:
matplotlib-0.98.5.2-r1-html-doc.patch
Filename:
MIME Type:
Creator:
Chris Mayo
Created:
2009-01-25 15:51:53 UTC
Size:
818 bytes
patch
obsolete
>--- matplotlib-0.98.5.2-r1.ebuild.orig 2009-01-25 15:47:49.028405345 +0000 >+++ matplotlib-0.98.5.2-r1.ebuild 2009-01-25 15:48:23.370323569 +0000 >@@ -29,7 +29,11 @@ > > DEPEND="${CDEPEND} > dev-python/pycxx >- dev-util/pkgconfig" >+ dev-util/pkgconfig >+ doc? ( >=dev-python/sphinx-0.5.1 >+ app-text/dvipng >+ dev-python/ipython >+ )" > > RDEPEND="${CDEPEND} > dev-python/pyparsing >@@ -117,6 +121,14 @@ > lib/matplotlib/*.py || die "sed for pyparsing failed" > } > >+src_compile() { >+ distutils_src_compile >+ if use doc; then >+ cd doc || die >+ ${python} make.py || die >+ fi >+} >+ > src_install() { > distutils_src_install > >@@ -132,6 +144,7 @@ > insinto /usr/share/doc/${PF} > if use doc; then > doins "${DISTDIR}"/${PDOC}.pdf || die >+ doins -r doc/build/html || die > fi > if use examples; then > doins -r examples || die
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256330
:
179689
|
180712