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

Bug 113585

Summary: dev-java/commons-io-1.1 (version bump)
Product: Gentoo Linux Reporter: bware <bWare>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild diff to allow for some changes in the build layout
Updated patch to make the build process more gentoo

Description bware 2005-11-25 12:57:08 UTC
dev-java/commons-io-1.1 has been released and needs an ebuild (some minor
changes needed beyond bumping the version number).

As a starting point I will attach a ebuild diff and an updated gentoo patch that
allow it to install. However I have not been able to make it pases all of the
build-in tests (may be upstream issues for all I know).

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 bware 2005-11-25 13:03:31 UTC
Created attachment 73609 [details, diff]
Ebuild diff to allow for some changes in the build layout
Comment 2 bware 2005-11-25 13:04:55 UTC
Created attachment 73610 [details, diff]
Updated patch to make the build process more gentoo
Comment 3 Josh Nichols (RETIRED) gentoo-dev 2005-12-04 09:19:55 UTC
While patching is fine, it'd be preferrable to leave the upstream release as 
intact as possible. In the case of ant, you can override the properties defined 
in build.xml from the command line.  
  
For example,  
local antflags="jar -Dlibdir=build/lib -Dnoget=true" 
ant ${antflags} 
 
This would mean you'd only need the last chunk of the patch to disable testing.  
Comment 4 Josh Nichols (RETIRED) gentoo-dev 2005-12-04 11:00:24 UTC
Committed to CVS. Thanks for reporting.