Gentoo Archives: gentoo-commits

From: Priit Laes <plaes@×××××.org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/rhythmbox/
Date: Tue, 03 Jan 2012 11:56:26
Message-Id: 280c8f78dfee4e2a451b04bd14f205ce514c37e8.plaes@gentoo
1 commit: 280c8f78dfee4e2a451b04bd14f205ce514c37e8
2 Author: Priit Laes <plaes <AT> plaes <DOT> org>
3 AuthorDate: Tue Jan 3 11:52:43 2012 +0000
4 Commit: Priit Laes <plaes <AT> plaes <DOT> org>
5 CommitDate: Tue Jan 3 11:52:43 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=280c8f78
7
8 media-sound/rhythmbox: Update deps, drop py-compile handling
9
10 py-compile is handled by eclass.
11
12 ---
13 media-sound/rhythmbox/rhythmbox-9999.ebuild | 9 +--------
14 1 files changed, 1 insertions(+), 8 deletions(-)
15
16 diff --git a/media-sound/rhythmbox/rhythmbox-9999.ebuild b/media-sound/rhythmbox/rhythmbox-9999.ebuild
17 index 04ec1cb..c698719 100644
18 --- a/media-sound/rhythmbox/rhythmbox-9999.ebuild
19 +++ b/media-sound/rhythmbox/rhythmbox-9999.ebuild
20 @@ -49,6 +49,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.26.0:2
21 >=net-libs/libsoup-gnome-2.26:2.4
22 >=media-libs/gst-plugins-base-0.10.32:0.10
23 >=media-libs/gstreamer-0.10.32:0.10[introspection]
24 + >=sys-libs/tdb-1.2.6
25
26 clutter? (
27 >=media-libs/clutter-1.2:1.0
28 @@ -149,14 +150,6 @@ pkg_setup() {
29 export GST_INSPECT=/bin/true
30 }
31
32 -src_prepare() {
33 - gnome2_src_prepare
34 -
35 - # disable pyc compiling
36 - mv py-compile py-compile.orig
37 - ln -s $(type -P true) py-compile
38 -}
39 -
40 src_test() {
41 unset SESSION_MANAGER
42 unset DBUS_SESSION_BUS_ADDRESS