# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header:$ S="${WORKDIR}" DESCRIPTION="" SRC_URI="http://download.eclipse.org/tools/gef/downloads/drops/R-2.1-200303271527/GEF-runtime-I20030327.zip" HOMEPAGE="http://www.eclipse.org/gef/" LICENSE="CPL-1.0" DEPEND="" RDEPEND=">=dev-util/eclipse-platform-bin-2.1*" SLOT="0" src_compile() { echo "Nothing to compile for ${P}." } src_install () { dodir /opt/eclipse cp -dpR features plugins ${D}/opt/eclipse/ }