Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/eclipse-sdk/files: eclipse-3.2-r1
Date: Thu, 17 Apr 2008 08:43:41
Message-Id: E1JmPiV-0004GR-0b@stork.gentoo.org
1 caster 08/04/17 08:43:39
2
3 Modified: eclipse-3.2-r1
4 Log:
5 Add 1.6.0.06 to the workaround in startup scripts for bug #215150. No revbump, remerge eclipse if you hit the bug.
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.2 dev-util/eclipse-sdk/files/eclipse-3.2-r1
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/eclipse-3.2-r1?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/eclipse-3.2-r1?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/eclipse-3.2-r1?r1=1.1&r2=1.2
14
15 Index: eclipse-3.2-r1
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/files/eclipse-3.2-r1,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- eclipse-3.2-r1 6 Apr 2008 19:12:32 -0000 1.1
22 +++ eclipse-3.2-r1 17 Apr 2008 08:43:38 -0000 1.2
23 @@ -35,7 +35,7 @@
24
25 # workaround for bug #215150
26 if [[ $(java-config -f) == sun-jdk-1.6 || $(java-config -f) == sun-jre-bin-1.6 ]]; then
27 - if [[ $(java-config -g VERSION) == *1.6.0.04 || $(java-config -g VERSION) == *1.6.0.05 ]]; then
28 + if [[ $(java-config -g VERSION) == *1.6.0.06 || $(java-config -g VERSION) == *1.6.0.05 || $(java-config -g VERSION) == *1.6.0.04 ]]; then
29 echo "Performing workaround for bug #215150"
30 VM_ARGS="${VM_ARGS} -XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith"
31 fi
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list