]> Pileus Git - ~andy/sunrise/blob - app-editors/gummi/gummi-0.4.5.ebuild
app-editors/gummi: Version bump for Gummi
[~andy/sunrise] / app-editors / gummi / gummi-0.4.5.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit distutils
6
7 DESCRIPTION="Simple LaTeX editor for GTK+ users"
8 HOMEPAGE="http://gummi.midnightcoding.org"
9 SRC_URI="http://dev.midnightcoding.org/redmine/attachments/download/18/${P}.tar.gz"
10
11 LICENSE="MIT"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 RDEPEND=">=dev-python/pygtksourceview-2.4.0
17         dev-python/python-poppler
18         >=dev-texlive/texlive-latex-2008-r1
19         >=dev-texlive/texlive-latexextra-2008-r1
20         >=x11-libs/gtk+-2.16.1
21         >=x11-libs/pango-1.24.2"