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

Bug 426384

Summary: dev-java/jaxen-1.1.4 version bump + HOMEPAGE change
Product: Gentoo Linux Reporter: Manuel Rüger (RETIRED) <mrueg>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: jaxen-1.1.1_1.1.4.ebuild.patch
jaxen-1.1.4_maven1-build.xml

Description Manuel Rüger (RETIRED) gentoo-dev 2012-07-13 01:25:05 UTC
http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.4-src.tar.gz

HOMEPAGE moved to:
http://jaxen.codehaus.org/status.html

Please add it to the tree
Comment 1 Ivan Baidakou (dmol) 2012-10-14 08:36:56 UTC
Created attachment 326512 [details, diff]
jaxen-1.1.1_1.1.4.ebuild.patch
Comment 2 Ivan Baidakou (dmol) 2012-10-14 08:38:23 UTC
Created attachment 326514 [details]
jaxen-1.1.4_maven1-build.xml

Here's the maven1 generated build with minor fixups of mine.
Comment 3 Ralph Sennhauser (RETIRED) gentoo-dev 2012-10-14 14:30:27 UTC
Thanks for the patch.

Some comments:
* for an ebuild patch ideally do not change $ Header: $ line nor KEYWORDS.
* S="${WORKDIR}/${P}" is the default.
* Fix deps to use slots when bumping from EAPI=0, which was a blocker for updating jdom within the same slot.
* EAPI=5 was approved for use in tree
* and a subtle one, there is no need to explicitly DEPEND on junit:0 here, the eclass takes care of it. 

Overall, nicely done. Added to tree with some changes.

Thanks to both of you.