Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/qutim: ChangeLog qutim-0.3.2.ebuild
Date: Wed, 03 Dec 2014 03:21:34
Message-Id: 20141203032127.07696B67E@oystercatcher.gentoo.org
1 dlan 14/12/03 03:21:27
2
3 Modified: ChangeLog qutim-0.3.2.ebuild
4 Log:
5 add dev-qt/qtdeclarative as unconditional dependency, bug 531364, proxy for maintainer
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
8
9 Revision Changes Path
10 1.33 net-im/qutim/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 2 Dec 2014 08:24:43 -0000 1.32
23 +++ ChangeLog 3 Dec 2014 03:21:26 -0000 1.33
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-im/qutim
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.32 2014/12/02 08:24:43 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.33 2014/12/03 03:21:26 dlan Exp $
29 +
30 + 03 Dec 2014; Yixun Lan <dlan@g.o> qutim-0.3.2.ebuild:
31 + add dev-qt/qtdeclarative as unconditional dependency, bug 531364, proxy for
32 + maintainer
33
34 02 Dec 2014; Jeroen Roovers <jer@g.o> metadata.xml:
35 Tag ordering.
36
37
38
39 1.3 net-im/qutim/qutim-0.3.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild?r1=1.2&r2=1.3
44
45 Index: qutim-0.3.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- qutim-0.3.2.ebuild 30 Nov 2014 13:58:35 -0000 1.2
52 +++ qutim-0.3.2.ebuild 3 Dec 2014 03:21:26 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild,v 1.2 2014/11/30 13:58:35 kensington Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild,v 1.3 2014/12/03 03:21:26 dlan Exp $
58
59 EAPI=5
60
61 @@ -38,6 +38,7 @@
62 >=dev-qt/qtcore-${QT_PV}[ssl?]
63 >=dev-qt/qtgui-${QT_PV}
64 >=dev-qt/qtscript-${QT_PV}
65 + >=dev-qt/qtdeclarative-${QT_PV}
66
67 telepathy? ( >=net-libs/telepathy-qt-0.3 )
68 jabber? (
69 @@ -53,7 +54,6 @@
70 awn? ( >=dev-qt/qtdbus-${QT_PV} )
71 crypt? ( app-crypt/qca:2 )
72 dbus? ( >=dev-qt/qtdbus-${QT_PV} )
73 - debug? ( >=dev-qt/qtdeclarative-${QT_PV} )
74 espionage? ( app-crypt/qca:2 )
75 histman? ( >=dev-qt/qtsql-${QT_PV} )
76 ayatana? ( >=dev-libs/libindicate-qt-0.2.2 )
77 @@ -74,10 +74,8 @@
78 plugman? (
79 dev-libs/libattica
80 app-arch/libarchive
81 - >=dev-qt/qtdeclarative-${QT_PV}
82 )
83 qml? (
84 - >=dev-qt/qtdeclarative-${QT_PV}
85 >=dev-qt/qtopengl-${QT_PV}
86 )
87 sdl? ( media-libs/sdl-mixer )