# 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.10.1.ebuild,v 1.9 2010/12/13 03:22:16 leio 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 ia64 ~mips 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.9.7" 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