inherit eclipse-ext DESCRIPTION="EMF is a modeling framework and code generation facility for building tools and other applications based on a structured data model." HOMEPAGE="http://www.eclipse.org/emf/" SRC_URI="http://download.eclipse.org/tools/emf/downloads/drops/${PV}/R200509281310/emf-sdo-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 eclipse-ext_install-features eclipse/features/* eclipse-ext_install-plugins eclipse/plugins/* }