# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eclipse-bin DESCRIPTION="Latex environment for Eclipse (binary)" HOMEPAGE="http://texclipse.sf.net/" SRC_URI="mirror://sourceforge/texlipse/net.sourceforge.texlipse_${PV}_src.zip" SLOT="0" KEYWORDS="x86 amd64" IUSE="source" RDEPEND="$(get_eclipse_runtime_depend)" DEPEND="" S="${WORKDIR}" src_compile () { use source || rm -f plugins/texclipsesrc.zip rm -f ddeclient.dll } src_install() { # this plugin has no features ;-) eclipse-bin_src_install "plugins" }