inherit eclipse-ext DESCRIPTION="Wrapper for running JDepend from within Eclipse" HOMEPAGE="http://andrei.gmxhome.de/jdepend4eclipse/" SRC_URI="http://andrei.gmxhome.de/eclipse/plugins/de.loskutov.eclipse.jdepend_${PV}.jar" LICENSE="as-is" SLOT="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-plugins ${DISTDIR}/de.loskutov.eclipse.jdepend_${PV}.jar }