# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r52.ebuild,v 1.6 2012/09/28 05:45:45 mattst88 Exp $ EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" SUPPORT_PYTHON_ABIS="1" # pygobject is partially incompatible with Python 3. # PYTHON_DEPEND="2:2.6 3:3.1" # RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython" PYTHON_DEPEND="2:2.6" RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-*" # XXX: Is the alternatives stuff needed anymore? inherit alternatives autotools eutils gnome2 python virtualx DESCRIPTION="GLib's GObject library bindings for Python" HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2.1+" SLOT="2" KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples +introspection libffi test" # FIXME: tests require introspection support, but we can't enable introspection, # or we get file collisions with slot 3 :/ RESTRICT="test" COMMON_DEPEND=">=dev-libs/glib-2.24.0:2 libffi? ( virtual/libffi )" DEPEND="${COMMON_DEPEND} doc? ( dev-libs/libxslt >=app-text/docbook-xsl-stylesheets-1.70.1 ) test? ( media-fonts/font-cursor-misc media-fonts/font-misc-misc ) virtual/pkgconfig" RDEPEND="${COMMON_DEPEND} !