--- /usr/portage/dev-util/eclipse-sdk/eclipse-sdk-3.1_rc1.ebuild 2005-06-01 16:15:30.000000000 +0200 +++ /usr/local/portage/dev-util/eclipse-sdk/eclipse-sdk-3.1_rc2.ebuild 2005-06-12 14:18:37.000000000 +0200 @@ -5,10 +5,10 @@ inherit eutils java-utils # karltk: Portage 2.0.51_pre13 needs this -MY_A="eclipse-sourceBuild-srcIncluded-3.1RC1.zip" +MY_A="eclipse-sourceBuild-srcIncluded-3.1RC2.zip" DESCRIPTION="Eclipse Tools Platform" HOMEPAGE="http://www.eclipse.org/" -SRC_URI="ftp://download.eclipse.org/S-3.1RC1-200505271300/${MY_A}" +SRC_URI="ftp://download.eclipse.org/S-3.1RC2-200506101757/${MY_A}" IUSE="gnome mozilla jikes gcj nosrc nodoc" SLOT="3.1" @@ -116,8 +116,8 @@ # tar zxf result/org.eclipse.sdk-I*-linux.gtk.${ARCH}.tar.gz -C ${D}/usr/lib # I ask yet again, what kind of drugs are these people on??? - [ -f result/eclipse-SDK.tar.gz ] || die "zip bundle was not built properly!" - tar zxf result/eclipse-SDK.tar.gz -C ${D}/usr/lib + [ -f result/linux-gtk-${ARCH}-sdk.tar.gz ] || die "zip bundle was not built properly!" + tar zxf result/linux-gtk-${ARCH}-sdk.tar.gz -C ${D}/usr/lib mv ${D}/usr/lib/eclipse ${D}/${eclipse_dir}