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

(-)/usr/portage/dev-util/eclipse-sdk/eclipse-sdk-3.1_rc1.ebuild (-4 / +4 lines)
Lines 5-14 Link Here
5
inherit eutils java-utils
5
inherit eutils java-utils
6
6
7
# karltk: Portage 2.0.51_pre13 needs this
7
# karltk: Portage 2.0.51_pre13 needs this
8
MY_A="eclipse-sourceBuild-srcIncluded-3.1RC1.zip"
8
MY_A="eclipse-sourceBuild-srcIncluded-3.1RC2.zip"
9
DESCRIPTION="Eclipse Tools Platform"
9
DESCRIPTION="Eclipse Tools Platform"
10
HOMEPAGE="http://www.eclipse.org/"
10
HOMEPAGE="http://www.eclipse.org/"
11
SRC_URI="ftp://download.eclipse.org/S-3.1RC1-200505271300/${MY_A}"
11
SRC_URI="ftp://download.eclipse.org/S-3.1RC2-200506101757/${MY_A}"
12
12
13
IUSE="gnome mozilla jikes gcj nosrc nodoc"
13
IUSE="gnome mozilla jikes gcj nosrc nodoc"
14
SLOT="3.1"
14
SLOT="3.1"
Lines 116-123 Link Here
116
#	tar zxf result/org.eclipse.sdk-I*-linux.gtk.${ARCH}.tar.gz -C ${D}/usr/lib
116
#	tar zxf result/org.eclipse.sdk-I*-linux.gtk.${ARCH}.tar.gz -C ${D}/usr/lib
117
117
118
	# I ask yet again, what kind of drugs are these people on???
118
	# I ask yet again, what kind of drugs are these people on???
119
	[ -f result/eclipse-SDK.tar.gz ] || die "zip bundle was not built properly!"
119
	[ -f result/linux-gtk-${ARCH}-sdk.tar.gz ] || die "zip bundle was not built properly!"
120
	tar zxf result/eclipse-SDK.tar.gz -C ${D}/usr/lib
120
	tar zxf result/linux-gtk-${ARCH}-sdk.tar.gz -C ${D}/usr/lib
121
121
122
122
123
	mv ${D}/usr/lib/eclipse ${D}/${eclipse_dir}
123
	mv ${D}/usr/lib/eclipse ${D}/${eclipse_dir}

Return to bug 95855