# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Tim Hobbs # $Header:$ S="${WORKDIR}" DESCRIPTION="Eclipse plugin that uses JEdit's syntax color highlighting mode files" SRC_URI="http://gstaff.org/colorEditor/cbg.editor_${PV}.zip" HOMEPAGE="http://gstaff.org/colorEditor/" LICENSE="as-is" DEPEND="" RDEPEND=">=eclipse-platform-bin-2.1*" SLOT="0" IUSE="" src_compile() { echo "Nothing to compile for ${P}." } src_install () { dodir /opt/eclipse/plugins cp -dpR ${S}/* ${D}/opt/eclipse/plugins/ }