Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211455 - [java-experimental] Use USE_EXPAND for Netbeans modules
Summary: [java-experimental] Use USE_EXPAND for Netbeans modules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-25 21:38 UTC by Petteri Räty (RETIRED)
Modified: 2008-11-21 01:38 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 Petteri Räty (RETIRED) gentoo-dev 2008-02-25 21:38:43 UTC
Instead of a huge number of use flags on the package, perhaps we should be using a  USE_EXPAND variable like NETBEANS_MODULES instead similarly to APACHE2_MODULES.
Comment 1 Miroslav Šulc gentoo-dev 2008-04-30 09:17:48 UTC
This does not seem to be possible to implement in overlay as I did not find a way how to specify USE_EXPAND="NETBEANS_MODULES" just for overlay. So this can be solved once the ebuild is in the tree unless there is some solution I missed.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2008-04-30 10:29:11 UTC
(In reply to comment #1)
> This does not seem to be possible to implement in overlay as I did not find a
> way how to specify USE_EXPAND="NETBEANS_MODULES" just for overlay. So this can
> be solved once the ebuild is in the tree unless there is some solution I
> missed.
> 

USE_EXPAND variables can still be used like normal use flags so the support can be added in the overlay although Portage doesn't show it as expanded yet. 
Comment 3 Miroslav Šulc gentoo-dev 2008-04-30 13:00:21 UTC
Well, I do not like the idea of having 'netbeans_modules_java' etc. displayed in the list of USE flags so I dropped the idea for now util it is either supported in overlays too or the ebuild is moved to the tree.
Comment 4 Miroslav Šulc gentoo-dev 2008-11-21 01:38:18 UTC
Implemented.