Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-tweak-tool/, dev-libs/libpeas/, gnome-extra/gnome-games/, ...
Date: Thu, 02 Jun 2011 17:39:26
Message-Id: 607e287fc4e83dcbf97a5b79336f765e463d6159.nirbheek@gentoo
1 commit: 607e287fc4e83dcbf97a5b79336f765e463d6159
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 17:37:48 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 17:37:48 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=607e287f
7
8 Fix deps on pygobject, fixes bug 369577
9
10 * All these packages use pygi
11
12 ---
13 dev-libs/libpeas/libpeas-1.0.0.ebuild | 2 +-
14 dev-libs/libpeas/libpeas-9999.ebuild | 2 +-
15 gnome-extra/gnome-games/gnome-games-3.0.2.ebuild | 6 +++---
16 .../gnome-tweak-tool/gnome-tweak-tool-3.0.4.ebuild | 2 +-
17 media-sound/rhythmbox/rhythmbox-9999.ebuild | 2 +-
18 5 files changed, 7 insertions(+), 7 deletions(-)
19
20 diff --git a/dev-libs/libpeas/libpeas-1.0.0.ebuild b/dev-libs/libpeas/libpeas-1.0.0.ebuild
21 index ae70df4..92e744e 100644
22 --- a/dev-libs/libpeas/libpeas-1.0.0.ebuild
23 +++ b/dev-libs/libpeas/libpeas-1.0.0.ebuild
24 @@ -28,7 +28,7 @@ RDEPEND=">=dev-libs/glib-2.23.6:2
25 >=dev-libs/gobject-introspection-0.10.1
26 glade? ( >=dev-util/glade-3.9.1:3 )
27 gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
28 - python? ( >=dev-python/pygobject-2.28 )
29 + python? ( >=dev-python/pygobject-2.28:2[introspection] )
30 seed? ( >=dev-libs/seed-2.91.91 )"
31 DEPEND="${RDEPEND}
32 >=dev-util/intltool-0.40
33
34 diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
35 index ae70df4..92e744e 100644
36 --- a/dev-libs/libpeas/libpeas-9999.ebuild
37 +++ b/dev-libs/libpeas/libpeas-9999.ebuild
38 @@ -28,7 +28,7 @@ RDEPEND=">=dev-libs/glib-2.23.6:2
39 >=dev-libs/gobject-introspection-0.10.1
40 glade? ( >=dev-util/glade-3.9.1:3 )
41 gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
42 - python? ( >=dev-python/pygobject-2.28 )
43 + python? ( >=dev-python/pygobject-2.28:2[introspection] )
44 seed? ( >=dev-libs/seed-2.91.91 )"
45 DEPEND="${RDEPEND}
46 >=dev-util/intltool-0.40
47
48 diff --git a/gnome-extra/gnome-games/gnome-games-3.0.2.ebuild b/gnome-extra/gnome-games/gnome-games-3.0.2.ebuild
49 index ad6ab19..e148baa 100644
50 --- a/gnome-extra/gnome-games/gnome-games-3.0.2.ebuild
51 +++ b/gnome-extra/gnome-games/gnome-games-3.0.2.ebuild
52 @@ -53,11 +53,11 @@ COMMON_DEPEND="
53 RDEPEND="${COMMON_DEPEND}
54 sudoku? (
55 dev-libs/glib:2[introspection]
56 - >=dev-python/pycairo-1
57 - >=dev-python/pygobject-2
58 - >=x11-libs/gtk+-3.0.0:3[introspection]
59 + dev-python/pygobject:2[introspection]
60 + dev-python/pycairo
61 x11-libs/gdk-pixbuf:2[introspection]
62 x11-libs/pango[introspection] )
63 + >=x11-libs/gtk+-3.0.0:3[introspection]
64
65 !<gnome-extra/gnome-games-extra-data-3.0.0"
66 DEPEND="${COMMON_DEPEND}
67
68 diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.4.ebuild b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.4.ebuild
69 index e49feab..26f601d 100644
70 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.4.ebuild
71 +++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.4.ebuild
72 @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86"
73
74 COMMON_DEPEND="
75 >=gnome-base/gsettings-desktop-schemas-2.91.92
76 - >=dev-python/pygobject-2.28.0:2
77 + >=dev-python/pygobject-2.28.0:2[introspection]
78 gnome-base/gconf:2"
79 RDEPEND="${COMMON_DEPEND}
80 x11-libs/gtk+:3[introspection]
81
82 diff --git a/media-sound/rhythmbox/rhythmbox-9999.ebuild b/media-sound/rhythmbox/rhythmbox-9999.ebuild
83 index d6179a1..9d81969 100644
84 --- a/media-sound/rhythmbox/rhythmbox-9999.ebuild
85 +++ b/media-sound/rhythmbox/rhythmbox-9999.ebuild
86 @@ -67,7 +67,7 @@ RDEPEND="${COMMON_DEPEND}
87
88 nsplugin? ( net-libs/xulrunner )
89 python? (
90 - >=dev-python/pygobject-2.15.4
91 + >=dev-python/pygobject-2.15.4:2[introspection]
92 >=dev-python/gst-python-0.10.8
93
94 x11-libs/gdk-pixbuf:2[introspection]