diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-01-08 23:43:34 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-01-08 23:43:34 +0000 |
commit | 0bd04f0c058c01ad734c030b326f0c0b4ae84b49 (patch) | |
tree | 69b4b428d20816c5e4afefc4279651c8d53dd063 /dev-python/librsvg-python/librsvg-python-2.24.1.ebuild | |
parent | Stable on amd64. Bug #253939. (diff) | |
download | historical-0bd04f0c058c01ad734c030b326f0c0b4ae84b49.tar.gz historical-0bd04f0c058c01ad734c030b326f0c0b4ae84b49.tar.bz2 historical-0bd04f0c058c01ad734c030b326f0c0b4ae84b49.zip |
Bump to 2.24.1.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64
Diffstat (limited to 'dev-python/librsvg-python/librsvg-python-2.24.1.ebuild')
-rw-r--r-- | dev-python/librsvg-python/librsvg-python-2.24.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/librsvg-python/librsvg-python-2.24.1.ebuild b/dev-python/librsvg-python/librsvg-python-2.24.1.ebuild new file mode 100644 index 000000000000..ba553d5c546e --- /dev/null +++ b/dev-python/librsvg-python/librsvg-python-2.24.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 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.24.1.ebuild,v 1.1 2009/01/08 23:41:23 eva Exp $ + +G_PY_PN="gnome-python-desktop" +G_PY_BINDINGS="rsvg" + +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 + dev-python/pycairo + !<dev-python/gnome-python-desktop-2.22.0-r10" +DEPEND="${RDEPEND}" + +EXAMPLES="examples/rsvg/*" |