inherit eclipse-ext DESCRIPTION="The Graphical Editing Framework (GEF) allows developers to take an existing application model and easily create a rich graphical editor." HOMEPAGE="http://www.eclipse.org/gef/" SRC_URI="http://download.eclipse.org/tools/gef/downloads/drops/R-${PV}-200509301327/GEF-runtime-${PV}.zip" SLOT="0" LICENSE="EPL-1.0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-util/eclipse-sdk-3.1" S="${WORKDIR}" src_install () { eclipse-ext_require-slot 3 eclipse-ext_create-ext-layout binary echo "${S}" eclipse-ext_install-features eclipse/features/* eclipse-ext_install-plugins eclipse/plugins/* }