From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ri2yg-0008DR-91 for garchives@archives.gentoo.org; Tue, 03 Jan 2012 11:56:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 936BC21C0B3; Tue, 3 Jan 2012 11:56:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5F6D521C0DA for ; Tue, 3 Jan 2012 11:56:18 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA5E367FB5 for ; Tue, 3 Jan 2012 11:56:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 22DE78004A for ; Tue, 3 Jan 2012 11:56:17 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <280c8f78dfee4e2a451b04bd14f205ce514c37e8.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/rhythmbox/ X-VCS-Repository: proj/gnome X-VCS-Files: media-sound/rhythmbox/rhythmbox-9999.ebuild X-VCS-Directories: media-sound/rhythmbox/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: 280c8f78dfee4e2a451b04bd14f205ce514c37e8 Date: Tue, 3 Jan 2012 11:56:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0e0efe6a-d510-40ad-b1ad-afa407f95c92 X-Archives-Hash: da230da3248a83f79e41b0a41faa33f9 commit: 280c8f78dfee4e2a451b04bd14f205ce514c37e8 Author: Priit Laes plaes org> AuthorDate: Tue Jan 3 11:52:43 2012 +0000 Commit: Priit Laes plaes org> CommitDate: Tue Jan 3 11:52:43 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D280c8f78 media-sound/rhythmbox: Update deps, drop py-compile handling py-compile is handled by eclass. --- media-sound/rhythmbox/rhythmbox-9999.ebuild | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/media-sound/rhythmbox/rhythmbox-9999.ebuild b/media-sound/rh= ythmbox/rhythmbox-9999.ebuild index 04ec1cb..c698719 100644 --- a/media-sound/rhythmbox/rhythmbox-9999.ebuild +++ b/media-sound/rhythmbox/rhythmbox-9999.ebuild @@ -49,6 +49,7 @@ COMMON_DEPEND=3D">=3Ddev-libs/glib-2.26.0:2 >=3Dnet-libs/libsoup-gnome-2.26:2.4 >=3Dmedia-libs/gst-plugins-base-0.10.32:0.10 >=3Dmedia-libs/gstreamer-0.10.32:0.10[introspection] + >=3Dsys-libs/tdb-1.2.6 =20 clutter? ( >=3Dmedia-libs/clutter-1.2:1.0 @@ -149,14 +150,6 @@ pkg_setup() { export GST_INSPECT=3D/bin/true } =20 -src_prepare() { - gnome2_src_prepare - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile -} - src_test() { unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS