Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 209112 Details for
Bug 291439
USE="doc" dev-util/cola should depend on dev-python/sphinx
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixed deps and actually install the html docs
cola.diff (text/plain), 1017 bytes, created by
Man Shankar
on 2009-11-03 05:33:28 UTC
(
hide
)
Description:
Fixed deps and actually install the html docs
Filename:
MIME Type:
Creator:
Man Shankar
Created:
2009-11-03 05:33:28 UTC
Size:
1017 bytes
patch
obsolete
># Fix doc? dependencies and actually install doc if doc use is enabled ># Also the package may be bumped > >--- cola-1.3.9.14.ebuild 2009-08-26 14:20:14.000000000 +0530 >+++ cola-1.4.0.1.ebuild 2009-11-02 23:37:28.342430204 +0530 >@@ -20,14 +20,14 @@ > dev-python/jsonpickle > dev-util/git" > DEPEND="${RDEPEND} >- doc? ( app-text/asciidoc ) >+ doc? ( >+ app-text/asciidoc >+ dev-python/sphinx >+ app-text/xmlto >+ ) > test? ( dev-python/nose )" > > src_prepare() { >- # don't install docs into wrong location >- sed -i \ >- -e '/doc/d' \ >- setup.py || die "sed failed" > # don't prefix install path with homedir > rm setup.cfg > >@@ -54,8 +54,15 @@ > > if use doc ; then > dohtml *.html >+ # For F1 key to work >+ mv "${D}"/usr/share/doc/${P}/html/* "${D}"/usr/share/doc/git-cola >+ # Install the docs built in the following dir >+ dohtml -r _build/html/* > doman *.1 > fi >+ # Avoid having two doc dirs >+ mv "${D}"/usr/share/doc/${P}/* "${D}"/usr/share/doc/git-cola >+ rm -rf "${D}"/usr/share/doc/${P} > } > > src_test() {
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 291439
:
208955
| 209112