# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.6.0.ebuild,v 1.10 2010/01/17 23:53:00 jer Exp $ inherit gnome2 flag-o-matic multilib DESCRIPTION="GTK+2 bindings for Python" HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2.1" SLOT="2" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="doc" RDEPEND=">=dev-python/pygobject-2.15.2 >=dev-python/pygtk-2.8 >=x11-libs/gtksourceview-2.3" DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-1.10 dev-libs/libxslt ~app-text/docbook-xml-dtd-4.1.2 >=app-text/docbook-xsl-stylesheets-1.70.1 ) >=dev-util/pkgconfig-0.9" DOCS="AUTHORS ChangeLog NEWS README" pkg_setup() { G2CONF="${G2CONF} $(use_enable doc docs)" } # There are no .py files installed, so no python_mod_* are required