Bug 113585 - dev-java/commons-io-1.1 (version bump)
Bug#: 113585 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: java@gentoo.org Reported By: bWare@iWare.co.uk
Component: Ebuilds
URL: 
Summary: dev-java/commons-io-1.1 (version bump)
Keywords:  InCVS
Status Whiteboard: 
Opened: 2005-11-25 12:57 0000
Description:   Opened: 2005-11-25 12:57 0000
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 From bware 2005-11-25 13:03:31 0000 -------
Created an attachment (id=73609) [details]
Ebuild diff to allow for some changes in the build layout

------- Comment #2 From bware 2005-11-25 13:04:55 0000 -------
Created an attachment (id=73610) [details]
Updated patch to make the build process more gentoo

------- Comment #3 From Josh Nichols (RETIRED) 2005-12-04 09:19:55 0000 -------
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 From Josh Nichols (RETIRED) 2005-12-04 11:00:24 0000 -------
Committed to CVS. Thanks for reporting.