# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header:$ S="${WORKDIR}/eclipse" DESCRIPTION="A number of plugins for Eclipse that make life easier. Tools include regex. find and replace, editors for XML, HTML, CSS, Makefile, ... etc." SRC_URI="mirror://sourceforge/black-sun/${PN}-${PV}.tgz" HOMEPAGE="http://black-sun.sourceforge.net/" LICENSE="GPL-2" DEPEND="" RDEPEND=">=dev-util/eclipse-platform-bin-2.1*" src_compile() { echo "Nothing to compile for ${P}." } src_install () { dodir /opt/eclipse cp -dpR plugins ${D}/opt/eclipse/ }