public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/eclipse-sdk/files/3.3: eclipse-3.3
@ 2008-01-23 12:28 Jean-Noel Rivasseau (elvanor)
  0 siblings, 0 replies; 2+ messages in thread
From: Jean-Noel Rivasseau (elvanor) @ 2008-01-23 12:28 UTC (permalink / raw
  To: gentoo-commits

elvanor     08/01/23 12:28:35

  Modified:             eclipse-3.3
  Log:
  Fix for -Djava.library.path on Eclipse-3.3.1.1.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  dev-util/eclipse-sdk/files/3.3/eclipse-3.3

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/3.3/eclipse-3.3?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/3.3/eclipse-3.3?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/3.3/eclipse-3.3?r1=1.1&r2=1.2

Index: eclipse-3.3
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/files/3.3/eclipse-3.3,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eclipse-3.3	21 Jan 2008 12:15:56 -0000	1.1
+++ eclipse-3.3	23 Jan 2008 12:28:34 -0000	1.2
@@ -34,4 +34,4 @@
 if [[ "${ECLIPSE_PERMSIZE}" ]]; then VM_ARGS="${VM_ARGS} -XX:PermSize=${ECLIPSE_PERMSIZE}"; fi
 if [[ "${ECLIPSE_MAX_PERMSIZE}" ]]; then VM_ARGS="${VM_ARGS} -XX:MaxPermSize=${ECLIPSE_MAX_PERMSIZE}"; fi
 
-exec "${ECLIPSE_BIN}" "$@" -vmargs ${VM_ARGS}
\ No newline at end of file
+exec "${ECLIPSE_BIN}" "$@" -vmargs ${VM_ARGS} -Djava.library.path=/usr/lib



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/eclipse-sdk/files/3.3: eclipse-3.3
@ 2008-04-03 19:37 Vlastimil Babka (caster)
  0 siblings, 0 replies; 2+ messages in thread
From: Vlastimil Babka (caster) @ 2008-04-03 19:37 UTC (permalink / raw
  To: gentoo-commits

caster      08/04/03 19:37:07

  Modified:             eclipse-3.3
  Log:
  Lock swt dep to slot 3.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  dev-util/eclipse-sdk/files/3.3/eclipse-3.3

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/3.3/eclipse-3.3?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/3.3/eclipse-3.3?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/3.3/eclipse-3.3?r1=1.2&r2=1.3

Index: eclipse-3.3
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/files/3.3/eclipse-3.3,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eclipse-3.3	23 Jan 2008 12:28:34 -0000	1.2
+++ eclipse-3.3	3 Apr 2008 19:37:06 -0000	1.3
@@ -25,9 +25,9 @@
 	echo "!!! This is not recommended, nor needed."
 fi
 
-if [[ -d /usr/lib/mozilla-firefox/ ]]; then
-	export MOZILLA_FIVE_HOME="/usr/lib/mozilla-firefox/"
-fi
+# get MOZILLA_FIVE_HOME from swt's package.env
+# a bit hackish way but works, bug #214785
+eval $(gjl --package swt-3 --get-args)
 
 if [[ "${ECLIPSE_XMS}" ]]; then VM_ARGS="${VM_ARGS} -Xms${ECLIPSE_XMS}"; fi
 if [[ "${ECLIPSE_XMX}" ]]; then VM_ARGS="${VM_ARGS} -Xmx${ECLIPSE_XMX}"; fi



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-03 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-03 19:37 [gentoo-commits] gentoo-x86 commit in dev-util/eclipse-sdk/files/3.3: eclipse-3.3 Vlastimil Babka (caster)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-23 12:28 Jean-Noel Rivasseau (elvanor)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox