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-libs/liblastfm: liblastfm-1.0.3.ebuild liblastfm-1.0.2.ebuild liblastfm-0.3.3.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:44:56
Message-Id: 20130302214451.D212D2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:44:51
2
3 Modified: liblastfm-1.0.3.ebuild liblastfm-1.0.2.ebuild
4 liblastfm-0.3.3.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-libs/liblastfm/liblastfm-1.0.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.3.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.3.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.3.ebuild?r1=1.1&r2=1.2
16
17 Index: liblastfm-1.0.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.3.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- liblastfm-1.0.3.ebuild 22 Oct 2012 19:17:39 -0000 1.1
24 +++ liblastfm-1.0.3.ebuild 2 Mar 2013 21:44:51 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.3.ebuild,v 1.1 2012/10/22 19:17:39 johu Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.3.ebuild,v 1.2 2013/03/02 21:44:51 hwoarang Exp $
31
32 EAPI=4
33
34 @@ -17,16 +17,16 @@
35 IUSE="fingerprint test"
36
37 COMMON_DEPEND="
38 - >=x11-libs/qt-core-${QT_MINIMAL}:4
39 - >=x11-libs/qt-dbus-${QT_MINIMAL}:4
40 + >=dev-qt/qtcore-${QT_MINIMAL}:4
41 + >=dev-qt/qtdbus-${QT_MINIMAL}:4
42 fingerprint? (
43 media-libs/libsamplerate
44 sci-libs/fftw:3.0
45 - >=x11-libs/qt-sql-${QT_MINIMAL}:4
46 + >=dev-qt/qtsql-${QT_MINIMAL}:4
47 )
48 "
49 DEPEND="${COMMON_DEPEND}
50 - test? ( >=x11-libs/qt-test-${QT_MINIMAL}:4 )
51 + test? ( >=dev-qt/qttest-${QT_MINIMAL}:4 )
52 "
53 RDEPEND="${COMMON_DEPEND}
54 !<media-libs/lastfmlib-0.4.0
55
56
57
58 1.2 media-libs/liblastfm/liblastfm-1.0.2.ebuild
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.2.ebuild?rev=1.2&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.2.ebuild?rev=1.2&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.2.ebuild?r1=1.1&r2=1.2
63
64 Index: liblastfm-1.0.2.ebuild
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.2.ebuild,v
67 retrieving revision 1.1
68 retrieving revision 1.2
69 diff -u -r1.1 -r1.2
70 --- liblastfm-1.0.2.ebuild 1 Sep 2012 17:47:39 -0000 1.1
71 +++ liblastfm-1.0.2.ebuild 2 Mar 2013 21:44:51 -0000 1.2
72 @@ -1,6 +1,6 @@
73 -# Copyright 1999-2012 Gentoo Foundation
74 +# Copyright 1999-2013 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.2.ebuild,v 1.1 2012/09/01 17:47:39 scarabeus Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.2.ebuild,v 1.2 2013/03/02 21:44:51 hwoarang Exp $
78
79 EAPI=4
80
81 @@ -17,16 +17,16 @@
82 IUSE="fingerprint test"
83
84 COMMON_DEPEND="
85 - >=x11-libs/qt-core-${QT_MINIMAL}:4
86 - >=x11-libs/qt-dbus-${QT_MINIMAL}:4
87 + >=dev-qt/qtcore-${QT_MINIMAL}:4
88 + >=dev-qt/qtdbus-${QT_MINIMAL}:4
89 fingerprint? (
90 media-libs/libsamplerate
91 sci-libs/fftw:3.0
92 - >=x11-libs/qt-sql-${QT_MINIMAL}:4
93 + >=dev-qt/qtsql-${QT_MINIMAL}:4
94 )
95 "
96 DEPEND="${COMMON_DEPEND}
97 - test? ( >=x11-libs/qt-test-${QT_MINIMAL}:4 )
98 + test? ( >=dev-qt/qttest-${QT_MINIMAL}:4 )
99 "
100 RDEPEND="${COMMON_DEPEND}
101 !<media-libs/lastfmlib-0.4.0
102
103
104
105 1.6 media-libs/liblastfm/liblastfm-0.3.3.ebuild
106
107 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?rev=1.6&view=markup
108 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?rev=1.6&content-type=text/plain
109 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?r1=1.5&r2=1.6
110
111 Index: liblastfm-0.3.3.ebuild
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v
114 retrieving revision 1.5
115 retrieving revision 1.6
116 diff -u -r1.5 -r1.6
117 --- liblastfm-0.3.3.ebuild 1 Jun 2011 19:49:24 -0000 1.5
118 +++ liblastfm-0.3.3.ebuild 2 Mar 2013 21:44:51 -0000 1.6
119 @@ -1,6 +1,6 @@
120 -# Copyright 1999-2011 Gentoo Foundation
121 +# Copyright 1999-2013 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v 1.5 2011/06/01 19:49:24 ranger Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v 1.6 2013/03/02 21:44:51 hwoarang Exp $
125
126 EAPI="2"
127
128 @@ -20,12 +20,12 @@
129 COMMON_DEPEND="
130 >=media-libs/libsamplerate-0.1.4
131 sci-libs/fftw:3.0
132 - >=x11-libs/qt-core-4.5:4
133 - >=x11-libs/qt-sql-4.5:4
134 + >=dev-qt/qtcore-4.5:4
135 + >=dev-qt/qtsql-4.5:4
136 "
137 DEPEND="${COMMON_DEPEND}
138 dev-lang/ruby
139 - >=x11-libs/qt-test-4.5:4
140 + >=dev-qt/qttest-4.5:4
141 "
142 RDEPEND="${COMMON_DEPEND}
143 !<media-libs/lastfmlib-0.4.0
144
145
146
147 1.19 media-libs/liblastfm/ChangeLog
148
149 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.19&view=markup
150 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.19&content-type=text/plain
151 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?r1=1.18&r2=1.19
152
153 Index: ChangeLog
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v
156 retrieving revision 1.18
157 retrieving revision 1.19
158 diff -u -r1.18 -r1.19
159 --- ChangeLog 22 Oct 2012 19:17:39 -0000 1.18
160 +++ ChangeLog 2 Mar 2013 21:44:51 -0000 1.19
161 @@ -1,6 +1,10 @@
162 # ChangeLog for media-libs/liblastfm
163 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
164 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.18 2012/10/22 19:17:39 johu Exp $
165 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
166 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.19 2013/03/02 21:44:51 hwoarang Exp $
167 +
168 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> liblastfm-0.3.3.ebuild,
169 + liblastfm-1.0.2.ebuild, liblastfm-1.0.3.ebuild:
170 + Move Qt dependencies to the new category
171
172 *liblastfm-1.0.3 (22 Oct 2012)