Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139088 - dev-java/jrockit-jdk-bin could have more things installed
Summary: dev-java/jrockit-jdk-bin could have more things installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-03 14:29 UTC by Joerg Schaible
Modified: 2006-07-13 10:10 UTC (History)
1 user (show)

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 Joerg Schaible 2006-07-03 14:29:19 UTC
The jrockit JDK contains more than the ebuild (1.4.2.10 & 1.5.0.06) installs:
- src.zip: the JDK sources
- memleak: support for locating memory leaks
- demo: demos (should be keyworded)
- mercuryprofiler: professional profiler (JDK 1.5 distribution only)
- sample: example for profiler (JDK 1.5 distribution only)

====================
joehni@paddy /usr/portage/dev-java/jrockit-jdk-bin $ diff jrockit-jdk-bin-1.4.2.10.ebuild /usr/local/portage/dev-java/jrockit-jdk-bin/jrockit-jdk-bin-1.4.2.10.ebuild
56c56
<       local dirs="bin console include jre lib"
---
>       local dirs="bin demo console include jre lib memleak src.zip"
====================
joehni@paddy /usr/portage/dev-java/jrockit-jdk-bin $ diff jrockit-jdk-bin-1.5.0.06.ebuild /usr/local/portage/dev-java/jrockit-jdk-bin/jrockit-jdk-bin-1.5.0.06.ebuild
59c59
<       local dirs="bin console include jre lib"
---
>       local dirs="bin demo console include jre lib memleak mercuryprofiler sample src.zip"
====================

This change provides at least the content of the complete package.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-03 14:33:37 UTC
Don't restrict bugs without any reason.
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2006-07-13 10:10:45 UTC
thanks, fixed now!  Please re-open if I missed something.