Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86791 Details for
Bug 112537
version bump: dev-util/eclipse-sdk-3.2_rc1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new eclipse-3.2 startup wrapper
eclipse-3.2 (text/plain), 1.55 KB, created by
Brian Merrill
on 2006-05-14 23:22:42 UTC
(
hide
)
Description:
new eclipse-3.2 startup wrapper
Filename:
MIME Type:
Creator:
Brian Merrill
Created:
2006-05-14 23:22:42 UTC
Size:
1.55 KB
patch
obsolete
>#! /bin/sh ># ># Tiny startup wrapper for the Eclipse 3.2.x series ># ># Copyright (c) 2004, Karl Trygve Kalleberg <karltk@gentoo.org> ># Copyright (c) 2004, Gentoo Foundation ># ># Licensed under the GNU General Public License, version 2 ># > >if [ -f $HOME/.eclipserc ] ; then > . $HOME/.eclipserc >fi > >if [ -z "${ECLIPSE_HOME}" ] ; then > ECLIPSE_HOME=/usr/lib/eclipse-3.2 >fi > >if [ "${PREFERRED_FRONTEND}" == "gtk" ] && [ -x ${ECLIPSE_HOME}/eclipse-gtk ] ; then > ECLIPSE_BIN=${ECLIPSE_HOME}/eclipse-gtk >elif [ "${PREFERRED_FRONTEND}" == "motif" ] && [ -x ${ECLIPSE_HOME}/eclipse-motif ] ; then > ECLIPSE_BIN=${ECLIPSE_HOME}/eclipse-motif >else > if [ -x ${ECLIPSE_HOME}/eclipse-gtk ] ; then > ECLIPSE_BIN=${ECLIPSE_HOME}/eclipse-gtk > elif [ -x ${ECLIPSE_HOME}/eclipse-motif ] ; then > ECLIPSE_BIN=${ECLIPSE_HOME}/eclipse-motif > fi >fi > >if [ ! -x ${ECLIPSE_BIN} ] ; then > echo "Failed to find executable '${ECLIPSE_BIN}'" > /dev/stderr > exit -1 >fi > >if [ $(whoami) == "root" ] ; then > echo "!!! You are running Eclipse as root. Be advised that this will modify the contents of" > echo "!!! /usr/lib/eclipse-3.2, and that such a modification may prevent you from safely" > echo "!!! upgrading to later 3.2 revisions." > echo > echo "!!! To ensure correct behavior on your next upgrade, do:" > echo "!!! 1) 'emerge unmerge \"=eclipse-sdk-3.2\"'" > echo "!!! 2) 'rm -rf /usr/lib/eclipse-3.2'" > echo "!!! 3) 'emerge eclipse-sdk'" >fi > >if [ -d /usr/lib/gecko-sdk/lib/ ] && [ -f /usr/lib/gecko-sdk/lib/libgtkembedmoz.so ] ; then > export MOZILLA_FIVE_HOME="/usr/lib/gecko-sdk/lib/" >fi > >exec ${ECLIPSE_BIN} "$@"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 112537
:
72891
|
72892
|
76315
|
76316
|
76317
|
85088
|
85089
|
85090
|
85785
|
85786
|
85787
|
85788
|
85789
|
86787
|
86788
|
86789
|
86790
| 86791 |
87685
|
87686
|
89787