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.0.ebuild ChangeLog
Date: Wed, 04 Apr 2012 08:54:44
Message-Id: 20120404085435.211722004B@flycatcher.gentoo.org
1 johu 12/04/04 08:54:35
2
3 Modified: telepathy-qt-0.9.0.ebuild ChangeLog
4 Log:
5 Raise dep.
6
7 (Portage version: 2.2.0_alpha98/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 net-libs/telepathy-qt/telepathy-qt-0.9.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.0.ebuild?r1=1.1&r2=1.2
15
16 Index: telepathy-qt-0.9.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- telepathy-qt-0.9.0.ebuild 25 Jan 2012 08:49:10 -0000 1.1
23 +++ telepathy-qt-0.9.0.ebuild 4 Apr 2012 08:54:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 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.0.ebuild,v 1.1 2012/01/25 08:49:10 johu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.0.ebuild,v 1.2 2012/04/04 08:54:34 johu Exp $
29
30 EAPI=4
31
32 @@ -16,8 +16,6 @@
33 KEYWORDS="~amd64 ~x86"
34 IUSE="debug farsight glib test"
35
36 -# TODO raise dep if version is available:
37 -# >=net-libs/telepathy-glib-0.17.2
38 RDEPEND="
39 dev-python/dbus-python
40 x11-libs/qt-core:4[glib?]
41 @@ -30,7 +28,7 @@
42 )
43 glib? (
44 dev-libs/glib:2
45 - >=net-libs/telepathy-glib-0.15.1
46 + >=net-libs/telepathy-glib-0.17.2
47 )
48 !net-libs/telepathy-qt4
49 "
50
51
52
53 1.4 net-libs/telepathy-qt/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?rev=1.4&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?rev=1.4&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?r1=1.3&r2=1.4
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v
62 retrieving revision 1.3
63 retrieving revision 1.4
64 diff -u -r1.3 -r1.4
65 --- ChangeLog 25 Jan 2012 08:49:10 -0000 1.3
66 +++ ChangeLog 4 Apr 2012 08:54:34 -0000 1.4
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-libs/telepathy-qt4
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.3 2012/01/25 08:49:10 johu Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.4 2012/04/04 08:54:34 johu Exp $
72 +
73 + 04 Apr 2012; Johannes Huber <johu@g.o> telepathy-qt-0.9.0.ebuild:
74 + Raise dep.
75
76 *telepathy-qt-0.9.0 (25 Jan 2012)