# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0.2.ebuild,v 1.1 2005/03/19 21:20:20 luckyduck Exp $ inherit eclipse-ext DESCRIPTION="Visual modeling tools, natively integrated with Eclipse 3.1 and JDK 5" HOMEPAGE="http://www.omondo.com/" SRC_URI="http://www.egore911.de/vype/${P}.zip" SLOT="3.1" LICENSE="CPL-1.0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-util/eclipse-sdk-3.1 >=dev-util/eclipse-emf-bin-2.1 >=dev-util/eclipse-uml-bin-1.1 app-arch/unzip" src_unpack() { mkdir ${S} cd ${S} unpack ${A} } src_compile() { einfo "${P} is a binary package" } src_install () { eclipse-ext_require-slot 3.1 eclipse-ext_create-ext-layout binary eclipse-ext_install-features eclipse/features/* eclipse-ext_install-plugins eclipse/plugins/* }