# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="a LaTeX plugin for gedit with assistant" HOMEPAGE="http://live.gnome.org/Gedit/LaTeXPlugin" SRC_URI="http://downloads.sourceforge.net/gedit-latex/LaTeXPlugin-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="dev-tex/rubber app-editors/gedit " S=${WORKDIR} src_compile() { einfo "Nothing to compile" } src_install() { cd ${WORKDIR} dodir /usr/lib/gedit-2/plugins/ cp ${WORKDIR}/* ${D}/usr/lib/gedit-2/plugins/ -r dodoc LaTeXPlugin/ChangeLog elog "You need to activate the plugin in gedit's preferences" }