Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50304 - FIX: dev-java/commons-cli does not include the api documents when "USE=doc" is specified
Summary: FIX: dev-java/commons-cli does not include the api documents when "USE=doc" i...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-06 19:10 UTC by Mike Javorski
Modified: 2004-05-13 19:55 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 Mike Javorski 2004-05-06 19:10:45 UTC
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 Chris Aniszczyk (RETIRED) gentoo-dev 2004-05-13 19:55:32 UTC
Fixed in portage now. 

Thanks ;)