blob: 3b249330e7c75087800f268a4858a1ee772e1c5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.28.1.ebuild,v 1.4 2010/08/01 10:54:52 fauli Exp $
GCONF_DEBUG="no"
DESCRIPTION="Meta package which provides python modules for GNOME 2 libraries"
HOMEPAGE="http://pygtk.org/"
LICENSE="LGPL-2.1"
SLOT="2"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="~dev-python/gnome-python-base-${PV}
~dev-python/gconf-python-${PV}
~dev-python/gnome-vfs-python-${PV}
~dev-python/libgnomecanvas-python-${PV}
~dev-python/libbonobo-python-${PV}
~dev-python/libgnome-python-${PV}"
|