Bug 50304 - FIX: dev-java/commons-cli does not include the api documents when "USE=doc" is specified
Bug#: 50304 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: java@gentoo.org Reported By: mike.javorski@gmail.com
Component: Ebuilds
URL: 
Summary: FIX: dev-java/commons-cli does not include the api documents when "USE=doc" is specified
Keywords:  
Status Whiteboard: 
Opened: 2004-05-06 19:10 0000
Description:   Opened: 2004-05-06 19:10 0000
I have noticed this for several commons packages, perhaps the jakarta-commons
eclass needs to be updated.

Add the following to the end of the ebuild to enable the functionality:

<* SNIP *>

src_install() {
    use doc && dohtml -r ${S}/target/docs/
    jakarta-commons_src_install
}

<* SNIP *>

------- Comment #1 From Chris Aniszczyk (RETIRED) 2004-05-13 19:55:32 0000 -------
Fixed in portage now. 

Thanks ;)