Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-qt: telepathy-qt-0.9.3-r1.ebuild ChangeLog
Date: Wed, 02 Apr 2014 15:46:36
Message-Id: 20140402154627.B76B620060@flycatcher.gentoo.org
1 johu 14/04/02 15:46:27
2
3 Modified: telepathy-qt-0.9.3-r1.ebuild ChangeLog
4 Log:
5 Restrict tests because they hang and we need stabilization.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
8
9 Revision Changes Path
10 1.4 net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.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.3-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: telepathy-qt-0.9.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- telepathy-qt-0.9.3-r1.ebuild 24 Oct 2013 16:00:46 -0000 1.3
23 +++ telepathy-qt-0.9.3-r1.ebuild 2 Apr 2014 15:46:27 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild,v 1.3 2013/10/24 16:00:46 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild,v 1.4 2014/04/02 15:46:27 johu Exp $
30
31 EAPI=5
32
33 @@ -49,6 +49,9 @@
34 "${FILESDIR}/${P}-cmake-2.8.12.patch"
35 )
36
37 +# test hangs, needs further investigation
38 +RESTRICT="test"
39 +
40 pkg_setup() {
41 python-any-r1_pkg_setup
42 }
43
44
45
46 1.24 net-libs/telepathy-qt/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?rev=1.24&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?rev=1.24&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?r1=1.23&r2=1.24
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v
55 retrieving revision 1.23
56 retrieving revision 1.24
57 diff -u -r1.23 -r1.24
58 --- ChangeLog 24 Oct 2013 16:00:46 -0000 1.23
59 +++ ChangeLog 2 Apr 2014 15:46:27 -0000 1.24
60 @@ -1,6 +1,9 @@
61 # ChangeLog for net-libs/telepathy-qt
62 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.23 2013/10/24 16:00:46 johu Exp $
64 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.24 2014/04/02 15:46:27 johu Exp $
66 +
67 + 02 Apr 2014; Johannes Huber <johu@g.o> telepathy-qt-0.9.3-r1.ebuild:
68 + Restrict tests because they hang and we need stabilization.
69
70 24 Oct 2013; Johannes Huber <johu@g.o>
71 +files/telepathy-qt-0.9.3-cmake-2.8.12.patch, telepathy-qt-0.9.3-r1.ebuild: