You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
742 B
26 lines
742 B
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/librsvg-python/librsvg-python-2.32.0.ebuild,v 1.9 2012/02/24 09:08:15 patrick Exp $
|
|
|
|
EAPI="3"
|
|
GCONF_DEBUG="no"
|
|
G_PY_PN="gnome-python-desktop"
|
|
G_PY_BINDINGS="rsvg"
|
|
SUPPORT_PYTHON_ABIS="1"
|
|
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
|
|
|
|
inherit gnome-python-common
|
|
|
|
DESCRIPTION="Python bindings for the librsvg library"
|
|
LICENSE="LGPL-2.1"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
|
|
IUSE="examples"
|
|
|
|
RDEPEND=">=gnome-base/librsvg-2.13.93:2
|
|
dev-python/pycairo
|
|
!<dev-python/gnome-python-desktop-2.22.0-r10"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
EXAMPLES="examples/rsvg/*"
|