Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/qutim: qutim-0.3.1.ebuild ChangeLog
Date: Sat, 02 Mar 2013 22:54:04
Message-Id: 20130302225400.DDD8E2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 22:54:00
2
3 Modified: qutim-0.3.1.ebuild ChangeLog
4 Log:
5 Move Qt dependencies to the new category
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
8
9 Revision Changes Path
10 1.6 net-im/qutim/qutim-0.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.1.ebuild?r1=1.5&r2=1.6
15
16 Index: qutim-0.3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- qutim-0.3.1.ebuild 19 Oct 2012 16:10:42 -0000 1.5
23 +++ qutim-0.3.1.ebuild 2 Mar 2013 22:54:00 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.1.ebuild,v 1.5 2012/10/19 16:10:42 kensington Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.1.ebuild,v 1.6 2013/03/02 22:54:00 hwoarang Exp $
30
31 EAPI=4
32
33 @@ -27,24 +27,24 @@
34
35 CDEPEND="
36 x11-libs/libqxt
37 - >=x11-libs/qt-core-${QT_PV}[ssl?]
38 - >=x11-libs/qt-gui-${QT_PV}
39 - >=x11-libs/qt-script-${QT_PV}
40 + >=dev-qt/qtcore-${QT_PV}[ssl?]
41 + >=dev-qt/qtgui-${QT_PV}
42 + >=dev-qt/qtscript-${QT_PV}
43 aspell? ( app-text/aspell )
44 - awn? ( >=x11-libs/qt-dbus-${QT_PV} )
45 + awn? ( >=dev-qt/qtdbus-${QT_PV} )
46 ayatana? ( >=dev-libs/libindicate-qt-0.2.2 )
47 crypt? ( app-crypt/qca:2 )
48 - dbus? ( >=x11-libs/qt-dbus-${QT_PV} )
49 - debug? ( >=x11-libs/qt-declarative-${QT_PV} )
50 - histman? ( >=x11-libs/qt-sql-${QT_PV} )
51 + dbus? ( >=dev-qt/qtdbus-${QT_PV} )
52 + debug? ( >=dev-qt/qtdeclarative-${QT_PV} )
53 + histman? ( >=dev-qt/qtsql-${QT_PV} )
54 hunspell? ( app-text/hunspell )
55 jabber? (
56 app-crypt/qca:2
57 >=net-libs/jreen-1.1.0
58 )
59 kde? ( kde-base/kdelibs:4 )
60 - kinetic? ( >=x11-libs/qt-declarative-${QT_PV} )
61 - multimedia? ( >=x11-libs/qt-multimedia-${QT_PV} )
62 + kinetic? ( >=dev-qt/qtdeclarative-${QT_PV} )
63 + multimedia? ( >=dev-qt/qtmultimedia-${QT_PV} )
64 oscar? ( app-crypt/qca:2 )
65 otr? (
66 >=net-libs/libotr-3.2.0
67 @@ -52,17 +52,17 @@
68 )
69 phonon? (
70 kde? ( media-libs/phonon )
71 - !kde? ( || ( >=x11-libs/qt-phonon-${QT_PV} media-libs/phonon ) )
72 + !kde? ( || ( >=dev-qt/qtphonon-${QT_PV} media-libs/phonon ) )
73 )
74 purple? ( net-im/pidgin )
75 qml? (
76 - >=x11-libs/qt-declarative-${QT_PV}
77 - >=x11-libs/qt-opengl-${QT_PV}
78 + >=dev-qt/qtdeclarative-${QT_PV}
79 + >=dev-qt/qtopengl-${QT_PV}
80 )
81 sdl? ( media-libs/sdl-mixer )
82 telepathy? ( =net-libs/telepathy-qt-0.8* )
83 - vkontakte? ( >=x11-libs/qt-webkit-${QT_PV} )
84 - webkit? ( >=x11-libs/qt-webkit-${QT_PV} )
85 + vkontakte? ( >=dev-qt/qtwebkit-${QT_PV} )
86 + webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
87 xscreensaver? ( x11-libs/libXScrnSaver )
88 "
89 DEPEND="${CDEPEND}
90
91
92
93 1.23 net-im/qutim/ChangeLog
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?rev=1.23&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?rev=1.23&content-type=text/plain
97 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?r1=1.22&r2=1.23
98
99 Index: ChangeLog
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v
102 retrieving revision 1.22
103 retrieving revision 1.23
104 diff -u -r1.22 -r1.23
105 --- ChangeLog 19 Oct 2012 16:10:42 -0000 1.22
106 +++ ChangeLog 2 Mar 2013 22:54:00 -0000 1.23
107 @@ -1,6 +1,9 @@
108 # ChangeLog for net-im/qutim
109 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
110 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.22 2012/10/19 16:10:42 kensington Exp $
111 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
112 +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.23 2013/03/02 22:54:00 hwoarang Exp $
113 +
114 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> qutim-0.3.1.ebuild:
115 + Move Qt dependencies to the new category
116
117 19 Oct 2012; Michael Palimaka <kensington@g.o> qutim-0.3.1.ebuild:
118 Restrict dependency on >=net-libs/libotr-4.0.0 due to incompatibility.