Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141878 - dev-java/sun-jdk-1.5.0.07-r1 should have a jce useflag
Summary: dev-java/sun-jdk-1.5.0.07-r1 should have a jce useflag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-27 03:54 UTC by Ivan Yosifov
Modified: 2006-07-28 22:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch against sun-jdk-1.5.0.07-r1.ebuild (sun-jdk-1.5.0.07_with_jce.ebuild.patch,1.76 KB, patch)
2006-07-27 16:07 UTC, Vlastimil Babka (Caster) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Yosifov 2006-07-27 03:54:10 UTC
sun-jdk-1.5.0.07 has it, it somehow went missing in -r1. Please put it back.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-07-27 16:07:45 UTC
Created attachment 92878 [details, diff]
Patch against sun-jdk-1.5.0.07-r1.ebuild 

Actually it's a tricky thing to do because sun-jdk now uses DLJ distfiles that can be fetched by emerge itself, while JCE zipfile can't be. And AFAIK portage isn't able to mix this in SRC_URI for one ebuild elegantly... So there has to be a special ebuild for JCE (which is already in java-experimental overlay so I won't attach it here), and JDK symlinks into its files. My patch makes sun-jdk to use this sun-jce-bin ebuild, the same way as (now obsolete) sun-jdk-bin ebuild (which is also in that overlay) does.
Comment 2 Josh Nichols (RETIRED) gentoo-dev 2006-07-28 22:48:16 UTC
JCE added back to 1.5.0.7-r2. Thanks for reporting and doing the legwork.