summaryrefslogtreecommitdiff
blob: 43a1a4ef435b92db855c5f2107aa220456b231ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
}