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 1PsJ48-0005R1-Rf for garchives@archives.gentoo.org; Wed, 23 Feb 2011 18:03:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF1BBE0767; Wed, 23 Feb 2011 18:03:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AE088E07DD for ; Wed, 23 Feb 2011 18:03:44 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46A491B41D4 for ; Wed, 23 Feb 2011 18:03:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 81D6680075 for ; Wed, 23 Feb 2011 18:03:43 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <75c96edd976be99715cc99675e03deeb1c2b88b9.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/telepathy-glib/telepathy-glib-0.13.12.ebuild net-libs/telepathy-glib/telepathy-glib-0.13.13.ebuild X-VCS-Directories: net-libs/telepathy-glib/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 75c96edd976be99715cc99675e03deeb1c2b88b9 Date: Wed, 23 Feb 2011 18:03:43 +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: X-Archives-Hash: 00f8d2fc02a615c5ee62a34ea3e5c306 commit: 75c96edd976be99715cc99675e03deeb1c2b88b9 Author: Nirbheek Chauhan gentoo org> AuthorDate: Wed Feb 23 17:42:52 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Wed Feb 23 17:42:52 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D75c96edd net-libs/telepathy-glib: 0.13.12 -> 0.13.13 * Fix src_test --- ....13.12.ebuild =3D> telepathy-glib-0.13.13.ebuild} | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/net-libs/telepathy-glib/telepathy-glib-0.13.12.ebuild b/net-= libs/telepathy-glib/telepathy-glib-0.13.13.ebuild similarity index 89% rename from net-libs/telepathy-glib/telepathy-glib-0.13.12.ebuild rename to net-libs/telepathy-glib/telepathy-glib-0.13.13.ebuild index bf6a182..42f67a9 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.13.12.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.13.13.ebuild @@ -5,7 +5,7 @@ EAPI=3D"3" PYTHON_DEPEND=3D"2:2.5" =20 -inherit python +inherit python virtualx =20 DESCRIPTION=3D"GLib bindings for the Telepathy D-Bus protocol." HOMEPAGE=3D"http://telepathy.freedesktop.org" @@ -21,8 +21,7 @@ RDEPEND=3D">=3Ddev-libs/glib-2.25.16 introspection? ( >=3Ddev-libs/gobject-introspection-0.9.6 ) vala? ( dev-lang/vala:0.12[vapigen] - >=3Ddev-libs/gobject-introspection-0.9.6 ) -" + >=3Ddev-libs/gobject-introspection-0.9.6 )" DEPEND=3D"${RDEPEND} dev-libs/libxslt >=3Ddev-util/pkgconfig-0.21" @@ -44,15 +43,15 @@ src_configure() { econf \ $(use_enable debug backtrace) \ $(use_enable debug handle-leak-debug) \ + $(use_enable debug debug-cache) \ $(use_enable introspection) \ $(use_enable vala vala-bindings) \ ${myconf} } =20 src_test() { - if ! dbus-launch emake -j1 check; then - die "Make check failed. See above for details." - fi + # Needs dbus for tests (auto-launched) + Xemake -j1 check } =20 src_install() {