inherit eclipse-ext DESCRIPTION="Eclipse PHP Plugin" HOMEPAGE="http://phpeclipse.de" SRC_URI="mirror://sourceforge/phpeclipse/PHPEclipse1.1.0-090404.zip" LICENSE="CPL-1.0" SLOT="0" KEYWORDS="-* ~x86" IUSE="" DEPEND="=dev-util/eclipse-sdk-3.0.1" S=${WORKDIR} 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" }