# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eclipse-ext DESCRIPTION="RDT is an open source Ruby IDE for the Eclipse platform." HOMEPAGE="http://rubyeclipse.sourceforge.net/" SRC_URI="mirror://sourceforge/rubyeclipse/org.rubypeople.rdt-${PV}.zip" SLOT="0" LICENSE="CPL-1.0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-util/eclipse-sdk-3.0 >=dev-lang/ruby-1.8" S=${WORKDIR} src_compile() { einfo "${P} is a binary package" } src_install () { eclipse-ext_require-slot 3 || die "Failed to find suitable Eclipse installation. This plugins supports Eclipse >= 3.0." eclipse-ext_create-ext-layout binary || die "Failed to create layout" eclipse-ext_install-features features/* || die "Failed to install features" eclipse-ext_install-plugins plugins/* || die "Failed to install plugins" }