Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113585 - dev-java/commons-io-1.1 (version bump)
Summary: dev-java/commons-io-1.1 (version bump)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-11-25 12:57 UTC by bware
Modified: 2005-12-04 11:00 UTC (History)
0 users

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


Attachments
Ebuild diff to allow for some changes in the build layout (ebuild.diff,973 bytes, patch)
2005-11-25 13:03 UTC, bware
Details | Diff
Updated patch to make the build process more gentoo (commons-io-1.1-gentoo.diff,1.34 KB, patch)
2005-11-25 13:04 UTC, bware
Details | Diff

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