Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 276985 - dev-java/proguard JARs have duplicated classes and are missing files
Summary: dev-java/proguard JARs have duplicated classes and are missing files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL: http://proguard.sourceforge.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-07 23:26 UTC by James Le Cuirot
Modified: 2009-11-04 15:28 UTC (History)
0 users

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


Attachments
proguard-4.3-r1.ebuild (proguard-4.3-r1.ebuild,3.33 KB, text/plain)
2009-07-07 23:28 UTC, James Le Cuirot
Details

Note You need to log in before you can comment on or make changes to this bug.
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.