Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 145542
Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +8 lines)
Line  Link Here
0
-- dev-util/eclipse-sdk/eclipse-sdk-3.1.2-r3.ebuild       2006-07-06 14:50:04.000000000 +1200
0
++ dev-util/eclipse-sdk/eclipse-sdk-3.1.2-r4.ebuild  2006-08-30 14:01:38.000000000 +1200
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.1.2-r3.ebuild,v 1.1 2006/07/06 02:50:04 nichoj Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-3.1.2-r3.ebuild,v 1.1 2006/07/06 02:50:04 nichoj Exp $
4
inherit eutils java-pkg java-utils flag-o-matic check-reqs
4
inherit eutils java-ant-2 java-pkg-2 java-utils-2 flag-o-matic check-reqs
5
MY_A="eclipse-sourceBuild-srcIncluded-${PV}.zip"
5
MY_A="eclipse-sourceBuild-srcIncluded-${PV}.zip"
6
RELEASE_DATE="200601181600"
6
RELEASE_DATE="200601181600"
Lines 42-48 Link Here
42
# -
42
# -
43
pkg_setup() {
43
pkg_setup() {
44
       java-pkg_pkg_setup
44
       #java-pkg_pkg_setup
45
       debug-print "Checking for sufficient physical RAM"
45
       debug-print "Checking for sufficient physical RAM"
46
       CHECKREQS_MEMORY="768"
46
       CHECKREQS_MEMORY="768"
47
       check_reqs
47
       check_reqs
Lines 51-57 Link Here
51
       check-cflags
51
       check-cflags
52
       # Make sure our vm is sane
52
       # Make sure our vm is sane
53
       java-utils_pkg_setup
53
       #java-utils_pkg_setup
54
#      java-utils_setup-vm
54
#      java-utils_setup-vm
55
#      java-utils_ensure-vm-version-ge 1 4 2
55
#      java-utils_ensure-vm-version-ge 1 4 2
Lines 83-89 Link Here
83
       epatch ${FILESDIR}/06-path-fixups.patch
83
       epatch ${FILESDIR}/06-path-fixups.patch
84
       einfo "Setting up virtual machine"
84
       einfo "Setting up virtual machine"
85
       java-utils_setup-vm
85
       #java-utils_setup-vm
86
       einfo "Cleaning out prebuilt code"
86
       einfo "Cleaning out prebuilt code"
87
       clean-prebuilt-code
87
       clean-prebuilt-code
Lines 112-125 Link Here
112
       use jikes && bootstrap_ant_opts="-Dbuild.compiler=jikes"
112
       use jikes && bootstrap_ant_opts="-Dbuild.compiler=jikes"
113
       debug-print "Bootstrapping bootstrap ecj"
113
       debug-print "Bootstrapping bootstrap ecj"
114
       ant ${bootstrap_ant_opts} -q -f jdtcoresrc/compilejdtcorewithjavac.xml || die "Failed to bootstrap ecj"
114
       eant ${bootstrap_ant_opts} -q -f jdtcoresrc/compilejdtcorewithjavac.xml || die "Failed to bootstrap ecj"
115
       debug-print "Bootstrapping ecj"
115
       debug-print "Bootstrapping ecj"
116
       ant -lib jdtcoresrc/ecj.jar -q -f jdtcoresrc/compilejdtcore.xml || die "Failed to bootstrap ecj"
116
       eant -lib jdtcoresrc/ecj.jar -q -f jdtcoresrc/compilejdtcore.xml || die "Failed to bootstrap ecj"
117
       debug-print "Compiling Eclipse -- see ${S}/compilelog.txt for details"
117
       debug-print "Compiling Eclipse -- see ${S}/compilelog.txt for details"
118
       ANT_OPTS="-Xmx1024M" \
118
       ANT_OPTS="-Xmx1024M" \
119
               ant -lib jdtcoresrc/ecj.jar -q -f build.xml \
119
               eant -lib jdtcoresrc/ecj.jar -q -f build.xml \
120
               -DinstallOs=linux \
120
               -DinstallOs=linux \
121
               -DinstallWs=gtk \
121
               -DinstallWs=gtk \
122
               -DinstallArch=${eclipsearch} \
122
               -DinstallArch=${eclipsearch} \

Return to bug 145542