Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 426384 - dev-java/jaxen-1.1.4 version bump + HOMEPAGE change
Summary: dev-java/jaxen-1.1.4 version bump + HOMEPAGE change
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-13 01:25 UTC by Manuel Rüger (RETIRED)
Modified: 2012-10-14 14:30 UTC (History)
0 users

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


Attachments
jaxen-1.1.1_1.1.4.ebuild.patch (jaxen-1.1.1_1.1.4.ebuild.patch,2.07 KB, patch)
2012-10-14 08:36 UTC, Ivan Baidakou (dmol)
Details | Diff
jaxen-1.1.4_maven1-build.xml (jaxen-1.1.4_maven1-build.xml,12.87 KB, text/plain)
2012-10-14 08:38 UTC, Ivan Baidakou (dmol)
Details

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