blob: 1cfcb1a932a2d72a4aaa324241902ef1222344d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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-desktop/gnome-python-desktop-2.28.0.ebuild,v 1.11 2010/08/18 20:47:49 maekke Exp $
DESCRIPTION="Meta build which provides python interfacing modules for some GNOME desktop libraries"
HOMEPAGE="http://pygtk.org/"
LICENSE="LGPL-2.1 GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 sparc x86"
IUSE=""
RDEPEND="~dev-python/bug-buddy-python-${PV}
~dev-python/evolution-python-${PV}
~dev-python/evince-python-${PV}
~dev-python/gnome-applets-python-${PV}
~dev-python/gnome-desktop-python-${PV}
~dev-python/gnome-keyring-python-${PV}
~dev-python/gnome-media-python-${PV}
~dev-python/gtksourceview-python-${PV}
~dev-python/libgnomeprint-python-${PV}
~dev-python/libgtop-python-${PV}
~dev-python/librsvg-python-${PV}
~dev-python/libwnck-python-${PV}
~dev-python/metacity-python-${PV}
~dev-python/brasero-python-${PV}
~dev-python/totem-python-${PV}"
pkg_postinst() {
elog "This package is intended to pull ALL gnome-python-desktop python bindings."
elog "It should not be used directly."
}
|