# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eclipse-bin DESCRIPTION="Eclipse Modeling - needed by other plugins (binary)" HOMEPAGE="http://www.eclipse.org/emf/" DATESTAMP="200609210005" SERV="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/" SRC_URI="${SERV}/modeling/emf/emf/downloads/drops/${PV}/R${DATESTAMP}/emf-sdo-xsd-SDK-${PV}.zip" IUSE="src doc" SLOT="0" KEYWORDS="x86 amd64" RDEPEND="$(get_eclipse_runtime_depend 3.2)" DEPEND="" src_compile() { # can't help but download 20M of crap, but can help installing it use doc || rm -rf {features,plugins}/*doc* use src || rm -rf {features,plugins}/*source* }