Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 276985

Summary: dev-java/proguard JARs have duplicated classes and are missing files
Product: Gentoo Linux Reporter: James Le Cuirot <chewi>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://proguard.sourceforge.net
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: proguard-4.3-r1.ebuild

Description James Le Cuirot gentoo-dev 2009-07-07 23:26:55 UTC
I'm not sure why the JARs installed by the proguard ebuild are split even more than they are upstream. That's not a problem but the way they are currently built results in most of the classes appearing in all of the JARs. There are also files missing from the ant and wtk JARs. Here's an ebuild that fixes all that.
Comment 1 James Le Cuirot gentoo-dev 2009-07-07 23:28:20 UTC
Created attachment 197127 [details]
proguard-4.3-r1.ebuild
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2009-11-04 15:28:49 UTC
Ebuild for proguard-4.4 now uses upstream build.xml so the extra files should be included and class duplication avoided.