I have upgraded the existing version of ebuild of eclipse-sdk-bin to 2.1.2 and cleaned up the gnome binding. Also, there is no need of ppc code as this binary version is officially released for x86 eclipse-sdk-bin-2.1.2 ---cut here--- # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Eclipse Tools Platform, full binary" HOMEPAGE="http://www.eclipse.org/" #SRC_URI="http://download2.eclipse.org/downloads/drops/R-2.1.2-200311030802/eclipse-SDK-2.1.2-linux-gtk.zip" #Japan mirror is near to me ;-) SRC_URI="ftp://ftp.ring.gr.jp/pub/misc/eclipse/downloads/drops/R-2.1.2-200311030802/eclipse-SDK-2.1.2-linux-gtk.zip" IUSE="" SLOT="0" LICENSE="CPL-1.0" KEYWORDS="~x86" DEPEND="${RDEPEND}" RDEPEND=">=virtual/jdk-1.4* >=x11-libs/gtk+-2.2*" S=${WORKDIR}/eclipse src_install() { dodir /opt/eclipse cp -dpR features install.ini eclipse \ icon.xpm plugins startup.jar \ ${D}/opt/eclipse/ dohtml cpl-v10.html notice.html readme/* dodir /etc/env.d echo -e "LDPATH=/opt/eclipse\nPATH=/opt/eclipse\nROOTPATH=/opt/eclipse" > ${D}/etc/env.d/20eclipse } ---cut here--- This can be used along with eclipse-cdt-bin/eclipse-cdt-bin-1.2.ebuild [Ref: http://bugs.gentoo.org/show_bug.cgi?id=33897] Reproducible: Always Steps to Reproduce: 1. ebuild /usr/local/portage/dev-utils/eclipse-sdk-bin/eclipse-sdk-bin-2.1.2.ebuild digest 2. emerge /usr/local/portage/dev-utils/eclipse-sdk-bin/eclipse-sdk-bin-2.1.2.ebuild Actual Results: eclipse-sdk-bin-2.1.2 is installed Expected Results: eclipse-sdk-bin-2.1.2 is installed
Thanks for your contribuion. However, we've decomissioned dev-util/eclipse-sdk-bin in favour of dev-util/eclipse-sdk, the latest of which is -2.1.2 at the present moment. Please help us by upgrading to and testing the new version.