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/tomahawk: tomahawk-0.6.0.ebuild tomahawk-0.5.5.ebuild tomahawk-9999.ebuild ChangeLog
Date: Sat, 02 Mar 2013 22:04:38
Message-Id: 20130302220434.E73FD2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 22:04:34
2
3 Modified: tomahawk-0.6.0.ebuild tomahawk-0.5.5.ebuild
4 tomahawk-9999.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/tomahawk/tomahawk-0.6.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.6.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.6.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.6.0.ebuild?r1=1.1&r2=1.2
16
17 Index: tomahawk-0.6.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.6.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- tomahawk-0.6.0.ebuild 14 Feb 2013 22:02:14 -0000 1.1
24 +++ tomahawk-0.6.0.ebuild 2 Mar 2013 22:04:34 -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/tomahawk/tomahawk-0.6.0.ebuild,v 1.1 2013/02/14 22:02:14 creffett Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.6.0.ebuild,v 1.2 2013/03/02 22:04:34 hwoarang Exp $
30
31 EAPI=5
32
33 @@ -36,11 +36,11 @@
34 >=media-libs/phonon-4.5.0
35 media-libs/taglib
36 x11-libs/libX11
37 - >=x11-libs/qt-core-${QT_MINIMAL}:4
38 - >=x11-libs/qt-dbus-${QT_MINIMAL}:4
39 - >=x11-libs/qt-gui-${QT_MINIMAL}:4
40 - >=x11-libs/qt-sql-${QT_MINIMAL}:4[sqlite]
41 - >=x11-libs/qt-webkit-${QT_MINIMAL}:4
42 + >=dev-qt/qtcore-${QT_MINIMAL}:4
43 + >=dev-qt/qtdbus-${QT_MINIMAL}:4
44 + >=dev-qt/qtgui-${QT_MINIMAL}:4
45 + >=dev-qt/qtsql-${QT_MINIMAL}:4[sqlite]
46 + >=dev-qt/qtwebkit-${QT_MINIMAL}:4
47 jabber? ( >=net-libs/jreen-1.1.1 )
48 twitter? ( net-libs/qtweetlib )
49 "
50
51
52
53 1.3 media-sound/tomahawk/tomahawk-0.5.5.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.5.5.ebuild?rev=1.3&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.5.5.ebuild?rev=1.3&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.5.5.ebuild?r1=1.2&r2=1.3
58
59 Index: tomahawk-0.5.5.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.5.5.ebuild,v
62 retrieving revision 1.2
63 retrieving revision 1.3
64 diff -u -r1.2 -r1.3
65 --- tomahawk-0.5.5.ebuild 10 Aug 2012 23:09:31 -0000 1.2
66 +++ tomahawk-0.5.5.ebuild 2 Mar 2013 22:04:34 -0000 1.3
67 @@ -1,6 +1,6 @@
68 -# Copyright 1999-2012 Gentoo Foundation
69 +# Copyright 1999-2013 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.5.5.ebuild,v 1.2 2012/08/10 23:09:31 johu Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.5.5.ebuild,v 1.3 2013/03/02 22:04:34 hwoarang Exp $
73
74 EAPI=4
75
76 @@ -36,11 +36,11 @@
77 >=media-libs/phonon-4.5.0
78 media-libs/taglib
79 x11-libs/libX11
80 - >=x11-libs/qt-core-${QT_MINIMAL}:4
81 - >=x11-libs/qt-dbus-${QT_MINIMAL}:4
82 - >=x11-libs/qt-gui-${QT_MINIMAL}:4
83 - >=x11-libs/qt-sql-${QT_MINIMAL}:4[sqlite]
84 - >=x11-libs/qt-webkit-${QT_MINIMAL}:4
85 + >=dev-qt/qtcore-${QT_MINIMAL}:4
86 + >=dev-qt/qtdbus-${QT_MINIMAL}:4
87 + >=dev-qt/qtgui-${QT_MINIMAL}:4
88 + >=dev-qt/qtsql-${QT_MINIMAL}:4[sqlite]
89 + >=dev-qt/qtwebkit-${QT_MINIMAL}:4
90 jabber? ( net-libs/jreen )
91 twitter? ( net-libs/qtweetlib )
92 "
93
94
95
96 1.11 media-sound/tomahawk/tomahawk-9999.ebuild
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?rev=1.11&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?rev=1.11&content-type=text/plain
100 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?r1=1.10&r2=1.11
101
102 Index: tomahawk-9999.ebuild
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v
105 retrieving revision 1.10
106 retrieving revision 1.11
107 diff -u -r1.10 -r1.11
108 --- tomahawk-9999.ebuild 14 Jan 2013 21:32:05 -0000 1.10
109 +++ tomahawk-9999.ebuild 2 Mar 2013 22:04:34 -0000 1.11
110 @@ -1,6 +1,6 @@
111 # Copyright 1999-2013 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.10 2013/01/14 21:32:05 johu Exp $
114 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.11 2013/03/02 22:04:34 hwoarang Exp $
115
116 EAPI=5
117
118 @@ -36,11 +36,11 @@
119 >=media-libs/phonon-4.5.0
120 media-libs/taglib
121 x11-libs/libX11
122 - >=x11-libs/qt-core-${QT_MINIMAL}:4
123 - >=x11-libs/qt-dbus-${QT_MINIMAL}:4
124 - >=x11-libs/qt-gui-${QT_MINIMAL}:4
125 - >=x11-libs/qt-sql-${QT_MINIMAL}:4[sqlite]
126 - >=x11-libs/qt-webkit-${QT_MINIMAL}:4
127 + >=dev-qt/qtcore-${QT_MINIMAL}:4
128 + >=dev-qt/qtdbus-${QT_MINIMAL}:4
129 + >=dev-qt/qtgui-${QT_MINIMAL}:4
130 + >=dev-qt/qtsql-${QT_MINIMAL}:4[sqlite]
131 + >=dev-qt/qtwebkit-${QT_MINIMAL}:4
132 jabber? ( >=net-libs/jreen-1.1.1 )
133 twitter? ( net-libs/qtweetlib )
134 "
135
136
137
138 1.22 media-sound/tomahawk/ChangeLog
139
140 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.22&view=markup
141 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.22&content-type=text/plain
142 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?r1=1.21&r2=1.22
143
144 Index: ChangeLog
145 ===================================================================
146 RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v
147 retrieving revision 1.21
148 retrieving revision 1.22
149 diff -u -r1.21 -r1.22
150 --- ChangeLog 14 Feb 2013 22:02:14 -0000 1.21
151 +++ ChangeLog 2 Mar 2013 22:04:34 -0000 1.22
152 @@ -1,6 +1,10 @@
153 # ChangeLog for media-sound/tomahawk
154 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
155 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.21 2013/02/14 22:02:14 creffett Exp $
156 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.22 2013/03/02 22:04:34 hwoarang Exp $
157 +
158 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> tomahawk-0.5.5.ebuild,
159 + tomahawk-0.6.0.ebuild, tomahawk-9999.ebuild:
160 + Move Qt dependencies to the new category
161
162 *tomahawk-0.6.0 (14 Feb 2013)