summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/gummi/gummi-0.2b.ebuild')
-rw-r--r--app-editors/gummi/gummi-0.2b.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-editors/gummi/gummi-0.2b.ebuild b/app-editors/gummi/gummi-0.2b.ebuild
new file mode 100644
index 000000000..943724cd6
--- /dev/null
+++ b/app-editors/gummi/gummi-0.2b.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit distutils
+
+DESCRIPTION="Simple LaTeX editor for GTK+ users"
+HOMEPAGE="http://code.google.com/p/gummi/"
+SRC_URI="http://gummi.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="|| ( MIT BEER-WARE )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-python/gnome-python-2.22.3
+ >=dev-python/pygtksourceview-2.4.0
+ dev-python/python-poppler
+ >=dev-texlive/texlive-latex-2008-r1
+ >=dev-texlive/texlive-latexextra-2008-r1
+ >=x11-libs/gtk+-2.16.1
+ >=x11-libs/pango-1.24.2"