Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39564 Details for
Bug 63905
Eclipse-cdt fails to build with Eclipse-3.1_pre1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild to make eclipse-cdt compile against eclipse-3.1
eclipse-cdt-2.0-r2.ebuild (text/plain), 2.07 KB, created by
Tor Håkon Haugen
on 2004-09-14 05:01:29 UTC
(
hide
)
Description:
ebuild to make eclipse-cdt compile against eclipse-3.1
Filename:
MIME Type:
Creator:
Tor Håkon Haugen
Created:
2004-09-14 05:01:29 UTC
Size:
2.07 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-cdt/eclipse-cdt-2.0-r2.ebuild,v 1.4 2004/08/30 18:31:24 zx Exp $ > >inherit eclipse-ext eutils > >DESCRIPTION="Eclipse C/C++ Development Tools" >HOMEPAGE="http://www.eclipse.org/cdt" >SRC_URI="http://dev.gentoo.org/~karltk/projects/eclipse/distfiles/eclipse-cdt-2.0-gentoo-1.tar.bz2" >LICENSE="CPL-1.0" >SLOT="2" >KEYWORDS="-* ~x86" >IUSE="" >DEPEND="<=dev-util/eclipse-sdk-3.1.0" > ># karltk: A lot more work to do: ># - add back other arches > >src_unpack() { > unpack ${A} > cd ${S} > > epatch ${FILESDIR}/00-eclipse-3.1.patch > > mkdir -p ${S}/results/eclipse-copy > ( > cd ${S}/results/eclipse-copy > lndir -silent /usr/lib/eclipse-3.1 > # getProtectionDomain().getCodeSource() my buttocks... > rm startup.jar ; cp /usr/lib/eclipse-3.1/startup.jar . > ) > mkdir -p ${S}/results/final-result > touch ${S}/results/final-result/compilelog.txt > > sed -e "s/name=\"buildId\" value=\"[^\"]*\"/name=\"buildId\" value=\"${P}_gentoo\"/" \ > -e 's:name="zipsdir" value="[^"]*":name="zipsdir" value="${buildDirectory}/final-result":' \ > -i build.xml > > sed -e "s:ECLIPSE_HOME=.*:ECLIPSE_HOME=${S}/results/eclipse-copy:" \ > -i build.sh > > sed -e "s:buildLabel=.*:buildLabel=final-result:" \ > -i platform/build.properties \ > -i sdk/build.properties >} > >src_compile() { > # Use java-utils > addwrite /proc/cpuinfo > einfo "Building native code" > ( > cd results/plugins/org.eclipse.cdt.core.linux/library || die > make ARCH=x86 all || die "Failed to compile platform-specific code" > ) > einfo "Building Java code" > ./build.sh || die "Failed to compile" > > finalzip=results/final-result/org.eclipse.cdt-2.1.0-eclipse-cdt-2.0_gentoo-linux.x86.zip > if [ ! -f ${finalzip} ] ; then > die "Compilation of final SDK zip failed" > fi > > unzip ${finalzip} -d results/final-result/ >} > >src_install() { > eclipse-ext_require-slot 3.1 > > eclipse-ext_create-ext-layout source > > eclipse-ext_install-features results/final-result/eclipse/features/* > eclipse-ext_install-plugins results/final-result/eclipse/plugins/* >} >
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 63905
:
39563
| 39564 |
43235