Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 294266

Summary: app-admin/webapp-config-1.50.16-r3 does not install a man page for webapp.eclass
Product: Gentoo Linux Reporter: Hugo Mildenberger <Hugo.Mildenberger>
Component: Current packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Enable the generation of webapp.eclass.5 man page

Description Hugo Mildenberger 2009-11-23 18:56:48 UTC
Looking for the reason why man 5 webapp.eclass does not show up, I found that the man page is provided only in xml format. 

To overcome this, emake had to run "app-admin/webapp-config-1.50.16-r3/doc/Makefile". However, this would need app-text/xmlto" which isn't in the ebuild dependency list. 

Will attach a patch which adds a use flag "doc", adds a conditioanl dependency on app-text/xmlto and bumps EAPI to 1 -- for being able to set IUSE to "+doc", because without doc you're lost here.
Comment 1 Hugo Mildenberger 2009-11-23 18:58:35 UTC
Created attachment 211003 [details, diff]
Enable the generation of webapp.eclass.5 man page
Comment 2 Maciej Mrozowski gentoo-dev 2010-09-01 10:52:29 UTC
Thanks for the patch but it's not the way to go I'm afraid.
In -r3 installing of eclass manpage was even purposely removed as it collides with eclass-manpages package.
Comment 3 Maciej Mrozowski gentoo-dev 2010-10-03 23:54:26 UTC
For webapp.eclass manpage, please emerge eclass-manpages.