# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.6.ebuild,v 1.1 2006/12/07 15:18:56 zaheerm Exp $ NEED_PYTHON=2.5 inherit python distutils DESCRIPTION="A graphical translation tool" HOMEPAGE="http://translate.sourceforge.net/wiki/virtaal/index" SRC_URI="mirror://sourceforge/translate/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="spell tinytm" RDEPEND=">=dev-python/pygtk-2.14 >=x11-libs/gtk+-2.18 >=dev-python/lxml-2.2 >=gnome-base/libglade-2.6 app-i18n/translate-toolkit >=dev-python/pycurl-7.19 spell? ( >=dev-python/pyenchant-1.5 >=dev-python/gtkspell-python-2.19 ) tinytm? ( dev-python/psycopg )" DEPEND="${RDEPEND}"