Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/cantata: cantata-0.9.2.ebuild cantata-0.8.3.1.ebuild cantata-0.9.1.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:53:55
Message-Id: 20130302215352.AE0322171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:53:52
2
3 Modified: cantata-0.9.2.ebuild cantata-0.8.3.1.ebuild
4 cantata-0.9.1.ebuild ChangeLog
5 Log:
6 Move Qt dependencies to the new category
7
8 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
9
10 Revision Changes Path
11 1.2 media-sound/cantata/cantata-0.9.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-0.9.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-0.9.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-0.9.2.ebuild?r1=1.1&r2=1.2
16
17 Index: cantata-0.9.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.9.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- cantata-0.9.2.ebuild 8 Feb 2013 11:40:02 -0000 1.1
24 +++ cantata-0.9.2.ebuild 2 Mar 2013 21:53:52 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.9.2.ebuild,v 1.1 2013/02/08 11:40:02 yngwin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.9.2.ebuild,v 1.2 2013/03/02 21:53:52 hwoarang Exp $
30
31 EAPI=5
32 KDE_REQUIRED="optional"
33 @@ -17,15 +17,15 @@
34 REQUIRED_USE="mtp? ( kde )"
35
36 DEPEND="
37 - x11-libs/qt-core:4
38 - x11-libs/qt-dbus:4
39 - x11-libs/qt-gui:4
40 + dev-qt/qtcore:4
41 + dev-qt/qtdbus:4
42 + dev-qt/qtgui:4
43 kde? (
44 media-libs/taglib[asf,mp4]
45 media-libs/taglib-extras
46 mtp? ( media-libs/libmtp )
47 )
48 - phonon? ( || ( media-libs/phonon x11-libs/qt-phonon:4 ) )
49 + phonon? ( || ( media-libs/phonon dev-qt/qtphonon:4 ) )
50 replaygain? (
51 media-libs/speex
52 media-libs/taglib[asf,mp4]
53 @@ -33,7 +33,7 @@
54 media-sound/mpg123
55 virtual/ffmpeg
56 )
57 - webkit? ( x11-libs/qt-webkit:4 )
58 + webkit? ( dev-qt/qtwebkit:4 )
59 "
60 RDEPEND="${DEPEND}
61 $(add_kdebase_dep oxygen-icons)
62
63
64
65 1.3 media-sound/cantata/cantata-0.8.3.1.ebuild
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-0.8.3.1.ebuild?rev=1.3&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-0.8.3.1.ebuild?rev=1.3&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-0.8.3.1.ebuild?r1=1.2&r2=1.3
70
71 Index: cantata-0.8.3.1.ebuild
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.8.3.1.ebuild,v
74 retrieving revision 1.2
75 retrieving revision 1.3
76 diff -u -r1.2 -r1.3
77 --- cantata-0.8.3.1.ebuild 27 Oct 2012 15:45:53 -0000 1.2
78 +++ cantata-0.8.3.1.ebuild 2 Mar 2013 21:53:52 -0000 1.3
79 @@ -1,6 +1,6 @@
80 -# Copyright 1999-2012 Gentoo Foundation
81 +# Copyright 1999-2013 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.8.3.1.ebuild,v 1.2 2012/10/27 15:45:53 yngwin Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.8.3.1.ebuild,v 1.3 2013/03/02 21:53:52 hwoarang Exp $
85
86 EAPI=5
87 KDE_REQUIRED="optional"
88 @@ -17,15 +17,15 @@
89 REQUIRED_USE="mtp? ( kde )"
90
91 DEPEND="
92 - x11-libs/qt-core:4
93 - x11-libs/qt-dbus:4
94 - x11-libs/qt-gui:4
95 + dev-qt/qtcore:4
96 + dev-qt/qtdbus:4
97 + dev-qt/qtgui:4
98 kde? (
99 media-libs/taglib[asf,mp4]
100 media-libs/taglib-extras
101 mtp? ( media-libs/libmtp )
102 )
103 - phonon? ( || ( media-libs/phonon x11-libs/qt-phonon:4 ) )
104 + phonon? ( || ( media-libs/phonon dev-qt/qtphonon:4 ) )
105 replaygain? (
106 media-libs/speex
107 media-libs/taglib[asf,mp4]
108 @@ -33,7 +33,7 @@
109 media-sound/mpg123
110 virtual/ffmpeg
111 )
112 - webkit? ( x11-libs/qt-webkit:4 )
113 + webkit? ( dev-qt/qtwebkit:4 )
114 "
115 RDEPEND="${DEPEND}
116 $(add_kdebase_dep oxygen-icons)
117
118
119
120 1.2 media-sound/cantata/cantata-0.9.1.ebuild
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-0.9.1.ebuild?rev=1.2&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-0.9.1.ebuild?rev=1.2&content-type=text/plain
124 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-0.9.1.ebuild?r1=1.1&r2=1.2
125
126 Index: cantata-0.9.1.ebuild
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.9.1.ebuild,v
129 retrieving revision 1.1
130 retrieving revision 1.2
131 diff -u -r1.1 -r1.2
132 --- cantata-0.9.1.ebuild 23 Dec 2012 16:19:47 -0000 1.1
133 +++ cantata-0.9.1.ebuild 2 Mar 2013 21:53:52 -0000 1.2
134 @@ -1,6 +1,6 @@
135 -# Copyright 1999-2012 Gentoo Foundation
136 +# Copyright 1999-2013 Gentoo Foundation
137 # Distributed under the terms of the GNU General Public License v2
138 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.9.1.ebuild,v 1.1 2012/12/23 16:19:47 dastergon Exp $
139 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.9.1.ebuild,v 1.2 2013/03/02 21:53:52 hwoarang Exp $
140
141 EAPI=5
142 KDE_REQUIRED="optional"
143 @@ -17,15 +17,15 @@
144 REQUIRED_USE="mtp? ( kde )"
145
146 DEPEND="
147 - x11-libs/qt-core:4
148 - x11-libs/qt-dbus:4
149 - x11-libs/qt-gui:4
150 + dev-qt/qtcore:4
151 + dev-qt/qtdbus:4
152 + dev-qt/qtgui:4
153 kde? (
154 media-libs/taglib[asf,mp4]
155 media-libs/taglib-extras
156 mtp? ( media-libs/libmtp )
157 )
158 - phonon? ( || ( media-libs/phonon x11-libs/qt-phonon:4 ) )
159 + phonon? ( || ( media-libs/phonon dev-qt/qtphonon:4 ) )
160 replaygain? (
161 media-libs/speex
162 media-libs/taglib[asf,mp4]
163 @@ -33,7 +33,7 @@
164 media-sound/mpg123
165 virtual/ffmpeg
166 )
167 - webkit? ( x11-libs/qt-webkit:4 )
168 + webkit? ( dev-qt/qtwebkit:4 )
169 "
170 RDEPEND="${DEPEND}
171 $(add_kdebase_dep oxygen-icons)
172
173
174
175 1.12 media-sound/cantata/ChangeLog
176
177 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/ChangeLog?rev=1.12&view=markup
178 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/ChangeLog?rev=1.12&content-type=text/plain
179 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/ChangeLog?r1=1.11&r2=1.12
180
181 Index: ChangeLog
182 ===================================================================
183 RCS file: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v
184 retrieving revision 1.11
185 retrieving revision 1.12
186 diff -u -r1.11 -r1.12
187 --- ChangeLog 8 Feb 2013 11:40:02 -0000 1.11
188 +++ ChangeLog 2 Mar 2013 21:53:52 -0000 1.12
189 @@ -1,6 +1,10 @@
190 # ChangeLog for media-sound/cantata
191 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
192 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.11 2013/02/08 11:40:02 yngwin Exp $
193 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.12 2013/03/02 21:53:52 hwoarang Exp $
194 +
195 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> cantata-0.8.3.1.ebuild,
196 + cantata-0.9.1.ebuild, cantata-0.9.2.ebuild:
197 + Move Qt dependencies to the new category
198
199 *cantata-0.9.2 (08 Feb 2013)