Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-qt: telepathy-qt-0.9.5.ebuild ChangeLog
Date: Wed, 04 Mar 2015 13:09:31
Message-Id: 20150304130926.4FFD01305F@oystercatcher.gentoo.org
1 kensington 15/03/04 13:09:26
2
3 Modified: telepathy-qt-0.9.5.ebuild ChangeLog
4 Log:
5 Disable broken test wrt bug #442178.
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
8
9 Revision Changes Path
10 1.4 net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild?r1=1.3&r2=1.4
15
16 Index: telepathy-qt-0.9.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- telepathy-qt-0.9.5.ebuild 4 Mar 2015 12:12:48 -0000 1.3
23 +++ telepathy-qt-0.9.5.ebuild 4 Mar 2015 13:09:26 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v 1.3 2015/03/04 12:12:48 kensington Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v 1.4 2015/03/04 13:09:26 kensington Exp $
29
30 EAPI=5
31
32 @@ -48,8 +48,6 @@
33
34 DOCS=( AUTHORS ChangeLog HACKING NEWS README )
35
36 -RESTRICT="test"
37 -
38 pkg_setup() {
39 python-any-r1_pkg_setup
40 MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
41 @@ -83,7 +81,7 @@
42 src_test() {
43 mytest() {
44 pushd "${BUILD_DIR}" > /dev/null
45 - Xemake test || die "tests failed"
46 + VIRTUALX_COMMAND="ctest -E '(CallChannel)'" virtualmake || die "tests failed"
47 popd > /dev/null
48 }
49
50
51
52
53 1.33 net-libs/telepathy-qt/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?rev=1.33&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?rev=1.33&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?r1=1.32&r2=1.33
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v
62 retrieving revision 1.32
63 retrieving revision 1.33
64 diff -u -r1.32 -r1.33
65 --- ChangeLog 4 Mar 2015 12:12:48 -0000 1.32
66 +++ ChangeLog 4 Mar 2015 13:09:26 -0000 1.33
67 @@ -1,6 +1,10 @@
68 # ChangeLog for net-libs/telepathy-qt
69 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.32 2015/03/04 12:12:48 kensington Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.33 2015/03/04 13:09:26 kensington Exp $
72 +
73 + 04 Mar 2015; Michael Palimaka <kensington@g.o>
74 + telepathy-qt-0.9.5.ebuild:
75 + Disable broken test wrt bug #442178.
76
77 04 Mar 2015; Michael Palimaka <kensington@g.o>
78 telepathy-qt-0.9.5.ebuild: