Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143282 - dev-java/jgroups-2.2.7-r2.ebuild (generation 2 bump)
Summary: dev-java/jgroups-2.2.7-r2.ebuild (generation 2 bump)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 21:14 UTC by unlord
Modified: 2006-08-15 03:58 UTC (History)
0 users

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


Attachments
jgroups-2.2.7-r2.ebuild (jgroups-2.2.7-r2.ebuild,1.64 KB, text/plain)
2006-08-08 21:14 UTC, unlord
Details
jgroups-2.2.7-r2.diff (jgroups-2.2.7-r2.diff,1.23 KB, text/plain)
2006-08-08 21:15 UTC, unlord
Details
files/jgroups-2.2.7-build.patch (jgroups-2.2.7-build.patch,4.32 KB, text/plain)
2006-08-08 21:16 UTC, unlord
Details
jgroups-2.2.7-r2.diff (jgroups-2.2.7-r2.diff,2.13 KB, text/plain)
2006-08-08 21:33 UTC, unlord
Details

Note You need to log in before you can comment on or make changes to this bug.
Description unlord 2006-08-08 21:14:29 UTC
Updating ebuild to use generation 2 java tool chain.
Comment 1 unlord 2006-08-08 21:14:57 UTC
Created attachment 93813 [details]
jgroups-2.2.7-r2.ebuild

Adding ebuild.
Comment 2 unlord 2006-08-08 21:15:47 UTC
Created attachment 93814 [details]
jgroups-2.2.7-r2.diff
Comment 3 unlord 2006-08-08 21:16:11 UTC
Created attachment 93815 [details]
files/jgroups-2.2.7-build.patch
Comment 4 unlord 2006-08-08 21:33:53 UTC
Created attachment 93816 [details]
jgroups-2.2.7-r2.diff
Comment 5 unlord 2006-08-08 22:46:35 UTC
This ebuild has been tested against sun-jdk-{1.4,1.5} and {jikes,ecj-3.1}.
Comment 6 Josh Nichols (RETIRED) gentoo-dev 2006-08-09 21:23:38 UTC
Could you please explain what the patch is doing and what its purpose is?
Comment 7 unlord 2006-08-10 01:43:24 UTC
No problem, this patch splits out the compilation of classfiles needed for unit testing into three new targets:

compile-test
compile-test-1.4
compile-test-1.5

from the targets:

compile
compile-1.4
compile-1.5

respectively.  This is done to remove the compile time dependency on the library junit.jar, both because its good to minimize the number of required libraries, and because of the lack of a java-pkg_jar-from equivalent that does not add a the jar to the DEPEND line in package.env.
Comment 8 Josh Nichols (RETIRED) gentoo-dev 2006-08-10 05:54:42 UTC
That is a good practice in general. You should try to submit the patch upstream.
Comment 9 unlord 2006-08-10 10:26:56 UTC
I've submitted this patch to the JGroups project.

http://jira.jboss.com/jira/secure/ManageAttachments.jspa?id=12328309
Comment 10 Krzysztof Pawlik (RETIRED) gentoo-dev 2006-08-15 03:58:15 UTC
For now jgroups-2.2.7-r2 is migrated, but without the patch.