inherit eclipse-ext DESCRIPTION="Eclipse FTP-WebDAV Plugin" HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download2.eclipse.org/downloads/drops/R-3.0.1-200409161125/eclipse-FTP-WebDAV-3.0.1.zip" LICENSE="CPL-1.0" SLOT="0" KEYWORDS="-* ~x86" IUSE="" DEPEND="=dev-util/eclipse-sdk-3.0.1" S=${WORKDIR}/eclipse src_unpack() { unpack ${A} cd ${S} } src_compile() { einfo "Nothing to compile" } src_install() { eclipse-ext_require-slot 3 || "Failed to find suitable Eclipse installation (3.0.x)" eclipse-ext_create-ext-layout source || die "Failed to create directory layout" eclipse-ext_install-plugins plugins/* || die "Failed to install plugin" eclipse-ext_install-features features/* || die "Failed to install features" }