Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 509716 - net-misc/owncloud-client missing documentation / man pages
Summary: net-misc/owncloud-client missing documentation / man pages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-06 19:02 UTC by Thomas Capricelli
Modified: 2014-06-26 15:40 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Capricelli 2014-05-06 19:02:07 UTC
No documentation is installed.

The doc is in mirall-1.5.4/doc/*.rst and i guess manpages (and maybe other formats) are supposed to be generated.. .?

For reference, the debian package does install those files, it may help find out how it's done.

It seems they need to patch the cmakelists.txt otherwise it's not installed :

http://anonscm.debian.org/gitweb/?p=pkg-owncloud/owncloud-client.git;a=blob;f=debian/patches/0002-create-manpage.patch
Comment 1 Bernard Cafarelli gentoo-dev 2014-06-07 20:04:36 UTC
Thanks for the report!

The behaviour as man pages (and documentation) require sphinx framework and full texlive suite (including texlive-latexextra), so these dependencies and doc install are handled by USE=doc

I added a postinstallation note when doc USE flag is not enabled (to keep these dependencies optional), though I'm open to any ideas of course :)
Comment 2 Bernard Cafarelli gentoo-dev 2014-06-26 15:40:08 UTC
Marking fixed with the postinstall note, don't hesitate to reopen if you have another suggestion!