Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/vmpk: vmpk-0.4.0.ebuild vmpk-0.3.1.ebuild vmpk-0.3.2.ebuild vmpk-0.3.3.ebuild ChangeLog
Date: Tue, 31 Jul 2012 16:17:41
Message-Id: 20120731161731.149F52004C@flycatcher.gentoo.org
1 kensington 12/07/31 16:17:31
2
3 Modified: vmpk-0.4.0.ebuild vmpk-0.3.1.ebuild
4 vmpk-0.3.2.ebuild vmpk-0.3.3.ebuild ChangeLog
5 Log:
6 Bump EAPI to 4. Add missing slot dependencies on Qt.
7
8 (Portage version: 2.1.11.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 media-sound/vmpk/vmpk-0.4.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.4.0.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.4.0.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.4.0.ebuild?r1=1.2&r2=1.3
16
17 Index: vmpk-0.4.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.4.0.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- vmpk-0.4.0.ebuild 5 May 2012 08:54:54 -0000 1.2
24 +++ vmpk-0.4.0.ebuild 31 Jul 2012 16:17:30 -0000 1.3
25 @@ -1,6 +1,8 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.4.0.ebuild,v 1.2 2012/05/05 08:54:54 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.4.0.ebuild,v 1.3 2012/07/31 16:17:30 kensington Exp $
30 +
31 +EAPI=4
32
33 inherit cmake-utils eutils
34
35 @@ -13,20 +15,20 @@
36 KEYWORDS="~amd64 ~x86"
37 IUSE="dbus"
38
39 -RDEPEND="x11-libs/qt-core
40 - x11-libs/qt-gui
41 - x11-libs/qt-svg
42 - dbus? ( x11-libs/qt-dbus )
43 +RDEPEND="x11-libs/qt-core:4
44 + x11-libs/qt-gui:4
45 + x11-libs/qt-svg:4
46 + dbus? ( x11-libs/qt-dbus:4 )
47 media-libs/alsa-lib"
48 DEPEND="${RDEPEND}
49 app-text/docbook-xsl-stylesheets
50 virtual/pkgconfig"
51
52 -DOCS="AUTHORS ChangeLog NEWS README TODO"
53 +DOCS=( AUTHORS ChangeLog NEWS README TODO )
54
55 -src_compile() {
56 +src_configure() {
57 local mycmakeargs=( "$(cmake-utils_use_enable dbus DBUS)" )
58 - cmake-utils_src_compile
59 + cmake-utils_src_configure
60 }
61
62 src_install() {
63
64
65
66 1.6 media-sound/vmpk/vmpk-0.3.1.ebuild
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.3.1.ebuild?rev=1.6&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.3.1.ebuild?rev=1.6&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.3.1.ebuild?r1=1.5&r2=1.6
71
72 Index: vmpk-0.3.1.ebuild
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.3.1.ebuild,v
75 retrieving revision 1.5
76 retrieving revision 1.6
77 diff -u -r1.5 -r1.6
78 --- vmpk-0.3.1.ebuild 5 May 2012 08:54:54 -0000 1.5
79 +++ vmpk-0.3.1.ebuild 31 Jul 2012 16:17:30 -0000 1.6
80 @@ -1,6 +1,8 @@
81 # Copyright 1999-2012 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.3.1.ebuild,v 1.5 2012/05/05 08:54:54 mgorny Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.3.1.ebuild,v 1.6 2012/07/31 16:17:30 kensington Exp $
85 +
86 +EAPI=4
87
88 inherit cmake-utils eutils
89
90 @@ -13,15 +15,15 @@
91 KEYWORDS="~amd64 ~x86"
92 IUSE=""
93
94 -RDEPEND="x11-libs/qt-core
95 - x11-libs/qt-gui
96 - x11-libs/qt-svg
97 +RDEPEND="x11-libs/qt-core:4
98 + x11-libs/qt-gui:4
99 + x11-libs/qt-svg:4
100 media-libs/alsa-lib"
101 DEPEND="${RDEPEND}
102 app-text/docbook-xsl-stylesheets
103 virtual/pkgconfig"
104
105 -DOCS="AUTHORS ChangeLog NEWS README TODO"
106 +DOCS=( AUTHORS ChangeLog NEWS README TODO )
107
108 src_install() {
109 cmake-utils_src_install
110
111
112
113 1.3 media-sound/vmpk/vmpk-0.3.2.ebuild
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.3.2.ebuild?rev=1.3&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.3.2.ebuild?rev=1.3&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.3.2.ebuild?r1=1.2&r2=1.3
118
119 Index: vmpk-0.3.2.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.3.2.ebuild,v
122 retrieving revision 1.2
123 retrieving revision 1.3
124 diff -u -r1.2 -r1.3
125 --- vmpk-0.3.2.ebuild 5 May 2012 08:54:54 -0000 1.2
126 +++ vmpk-0.3.2.ebuild 31 Jul 2012 16:17:30 -0000 1.3
127 @@ -1,6 +1,8 @@
128 # Copyright 1999-2012 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.3.2.ebuild,v 1.2 2012/05/05 08:54:54 mgorny Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.3.2.ebuild,v 1.3 2012/07/31 16:17:30 kensington Exp $
132 +
133 +EAPI=4
134
135 inherit cmake-utils eutils
136
137 @@ -13,20 +15,20 @@
138 KEYWORDS="~amd64 ~x86"
139 IUSE="dbus"
140
141 -RDEPEND="x11-libs/qt-core
142 - x11-libs/qt-gui
143 - x11-libs/qt-svg
144 - dbus? ( x11-libs/qt-dbus )
145 +RDEPEND="x11-libs/qt-core:4
146 + x11-libs/qt-gui:4
147 + x11-libs/qt-svg:4
148 + dbus? ( x11-libs/qt-dbus:4 )
149 media-libs/alsa-lib"
150 DEPEND="${RDEPEND}
151 app-text/docbook-xsl-stylesheets
152 virtual/pkgconfig"
153
154 -DOCS="AUTHORS ChangeLog NEWS README TODO"
155 +DOCS=( AUTHORS ChangeLog NEWS README TODO )
156
157 -src_compile() {
158 +src_configure() {
159 local mycmakeargs=( "$(cmake-utils_use_enable dbus DBUS)" )
160 - cmake-utils_src_compile
161 + cmake-utils_src_configure
162 }
163
164 src_install() {
165
166
167
168 1.3 media-sound/vmpk/vmpk-0.3.3.ebuild
169
170 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.3.3.ebuild?rev=1.3&view=markup
171 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.3.3.ebuild?rev=1.3&content-type=text/plain
172 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.3.3.ebuild?r1=1.2&r2=1.3
173
174 Index: vmpk-0.3.3.ebuild
175 ===================================================================
176 RCS file: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.3.3.ebuild,v
177 retrieving revision 1.2
178 retrieving revision 1.3
179 diff -u -r1.2 -r1.3
180 --- vmpk-0.3.3.ebuild 5 May 2012 08:54:54 -0000 1.2
181 +++ vmpk-0.3.3.ebuild 31 Jul 2012 16:17:30 -0000 1.3
182 @@ -1,6 +1,8 @@
183 # Copyright 1999-2012 Gentoo Foundation
184 # Distributed under the terms of the GNU General Public License v2
185 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.3.3.ebuild,v 1.2 2012/05/05 08:54:54 mgorny Exp $
186 +# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.3.3.ebuild,v 1.3 2012/07/31 16:17:30 kensington Exp $
187 +
188 +EAPI=4
189
190 inherit cmake-utils eutils
191
192 @@ -13,20 +15,20 @@
193 KEYWORDS="~amd64 ~x86"
194 IUSE="dbus"
195
196 -RDEPEND="x11-libs/qt-core
197 - x11-libs/qt-gui
198 - x11-libs/qt-svg
199 - dbus? ( x11-libs/qt-dbus )
200 +RDEPEND="x11-libs/qt-core:4
201 + x11-libs/qt-gui:4
202 + x11-libs/qt-svg:4
203 + dbus? ( x11-libs/qt-dbus:4 )
204 media-libs/alsa-lib"
205 DEPEND="${RDEPEND}
206 app-text/docbook-xsl-stylesheets
207 virtual/pkgconfig"
208
209 -DOCS="AUTHORS ChangeLog NEWS README TODO"
210 +DOCS=( AUTHORS ChangeLog NEWS README TODO )
211
212 -src_compile() {
213 +src_configure() {
214 local mycmakeargs=( "$(cmake-utils_use_enable dbus DBUS)" )
215 - cmake-utils_src_compile
216 + cmake-utils_src_configure
217 }
218
219 src_install() {
220
221
222
223 1.13 media-sound/vmpk/ChangeLog
224
225 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/ChangeLog?rev=1.13&view=markup
226 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/ChangeLog?rev=1.13&content-type=text/plain
227 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/ChangeLog?r1=1.12&r2=1.13
228
229 Index: ChangeLog
230 ===================================================================
231 RCS file: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v
232 retrieving revision 1.12
233 retrieving revision 1.13
234 diff -u -r1.12 -r1.13
235 --- ChangeLog 5 May 2012 08:54:54 -0000 1.12
236 +++ ChangeLog 31 Jul 2012 16:17:30 -0000 1.13
237 @@ -1,6 +1,10 @@
238 # ChangeLog for media-sound/vmpk
239 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
240 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.12 2012/05/05 08:54:54 mgorny Exp $
241 +# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.13 2012/07/31 16:17:30 kensington Exp $
242 +
243 + 31 Jul 2012; Michael Palimaka <kensington@g.o> vmpk-0.3.1.ebuild,
244 + vmpk-0.3.2.ebuild, vmpk-0.3.3.ebuild, vmpk-0.4.0.ebuild:
245 + Bump EAPI to 4. Add missing slot dependencies on Qt.
246
247 05 May 2012; Michał Górny <mgorny@g.o> vmpk-0.3.1.ebuild,
248 vmpk-0.3.2.ebuild, vmpk-0.3.3.ebuild, vmpk-0.4.0.ebuild:
249 @@ -56,4 +60,3 @@
250 26 Jun 2009; Alexis Ballier <aballier@g.o> +vmpk-0.2.5.ebuild,
251 +metadata.xml:
252 Initial import, ebuild by me
253 -