# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:$ inherit eclipse-ext DESCRIPTION="Sysdeo is a Tomcat Launcher plugin for Eclipse." HOMEPAGE="http://www.sysdeo.com/eclipse/tomcatPlugin.html" SRC_URI="http://www.sysdeo.com/eclipse/tomcatPluginV3.zip" LICENSE="CPL-1.0" SLOT="2" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-util/eclipse-sdk-3.0.0_pre8 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 eclipse-ext_create-ext-layout binary eclipse-ext_install-plugins * }