# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" USE_RUBY="ruby20" inherit ruby-single DESCRIPTION="A small LaTeX editor that produces images, with drag and drop support." HOMEPAGE="http://rlehy.free.fr/" SRC_URI="http://rlehy.free.fr/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND="kde-base/qtruby virtual/latex-base app-text/dvipng media-gfx/pstoedit x11-misc/xdg-utils" src_install() { dobin ekee }