]> Pileus Git - ~andy/sunrise/blob - app-editors/gummi/gummi-0.2f.ebuild
media-radio/grig: add ~amd64 keyword, drop unneeded USE flag and beautify doc install...
[~andy/sunrise] / app-editors / gummi / gummi-0.2f.ebuild
1 # Copyright 1999-2009 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://code.google.com/p/gummi/"
9 SRC_URI="http://gummi.googlecode.com/files/${PN}-src-${PV}.tar.gz"
10
11 LICENSE="|| ( MIT BEER-WARE )"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 RDEPEND=">=dev-python/gnome-python-2.22.3
17         >=dev-python/pygtksourceview-2.4.0
18         dev-python/python-poppler
19         >=dev-texlive/texlive-latex-2008-r1
20         >=dev-texlive/texlive-latexextra-2008-r1
21         >=x11-libs/gtk+-2.16.1
22         >=x11-libs/pango-1.24.2"