Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/
Date: Wed, 23 Feb 2011 18:03:57
Message-Id: 75c96edd976be99715cc99675e03deeb1c2b88b9.nirbheek@gentoo
1 commit: 75c96edd976be99715cc99675e03deeb1c2b88b9
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 23 17:42:52 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 23 17:42:52 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=75c96edd
7
8 net-libs/telepathy-glib: 0.13.12 -> 0.13.13
9
10 * Fix src_test
11
12 ---
13 ....13.12.ebuild => telepathy-glib-0.13.13.ebuild} | 11 +++++------
14 1 files changed, 5 insertions(+), 6 deletions(-)
15
16 diff --git a/net-libs/telepathy-glib/telepathy-glib-0.13.12.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.13.13.ebuild
17 similarity index 89%
18 rename from net-libs/telepathy-glib/telepathy-glib-0.13.12.ebuild
19 rename to net-libs/telepathy-glib/telepathy-glib-0.13.13.ebuild
20 index bf6a182..42f67a9 100644
21 --- a/net-libs/telepathy-glib/telepathy-glib-0.13.12.ebuild
22 +++ b/net-libs/telepathy-glib/telepathy-glib-0.13.13.ebuild
23 @@ -5,7 +5,7 @@
24 EAPI="3"
25 PYTHON_DEPEND="2:2.5"
26
27 -inherit python
28 +inherit python virtualx
29
30 DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol."
31 HOMEPAGE="http://telepathy.freedesktop.org"
32 @@ -21,8 +21,7 @@ RDEPEND=">=dev-libs/glib-2.25.16
33 introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
34 vala? (
35 dev-lang/vala:0.12[vapigen]
36 - >=dev-libs/gobject-introspection-0.9.6 )
37 -"
38 + >=dev-libs/gobject-introspection-0.9.6 )"
39 DEPEND="${RDEPEND}
40 dev-libs/libxslt
41 >=dev-util/pkgconfig-0.21"
42 @@ -44,15 +43,15 @@ src_configure() {
43 econf \
44 $(use_enable debug backtrace) \
45 $(use_enable debug handle-leak-debug) \
46 + $(use_enable debug debug-cache) \
47 $(use_enable introspection) \
48 $(use_enable vala vala-bindings) \
49 ${myconf}
50 }
51
52 src_test() {
53 - if ! dbus-launch emake -j1 check; then
54 - die "Make check failed. See above for details."
55 - fi
56 + # Needs dbus for tests (auto-launched)
57 + Xemake -j1 check
58 }
59
60 src_install() {