Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins: audacious-plugins-2.4.1.ebuild audacious-plugins-2.2-r2.ebuild ChangeLog audacious-plugins-2.4.3-r1.ebuild audacious-plugins-2.4.3.ebuild audacious-plugins-2.4.2.ebuild audacious-plugins-2.4.0.ebuild
Date: Tue, 29 Mar 2011 12:29:52
Message-Id: 20110329122932.EE7C920054@flycatcher.gentoo.org
1 angelos 11/03/29 12:29:32
2
3 Modified: audacious-plugins-2.4.1.ebuild
4 audacious-plugins-2.2-r2.ebuild ChangeLog
5 audacious-plugins-2.4.3-r1.ebuild
6 audacious-plugins-2.4.3.ebuild
7 audacious-plugins-2.4.2.ebuild
8 audacious-plugins-2.4.0.ebuild
9 Log:
10 Fixed slot deps
11
12 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
13
14 Revision Changes Path
15 1.2 media-plugins/audacious-plugins/audacious-plugins-2.4.1.ebuild
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.1.ebuild?rev=1.2&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.1.ebuild?rev=1.2&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.1.ebuild?r1=1.1&r2=1.2
20
21 Index: audacious-plugins-2.4.1.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.1.ebuild,v
24 retrieving revision 1.1
25 retrieving revision 1.2
26 diff -u -r1.1 -r1.2
27 --- audacious-plugins-2.4.1.ebuild 8 Nov 2010 21:06:23 -0000 1.1
28 +++ audacious-plugins-2.4.1.ebuild 29 Mar 2011 12:29:32 -0000 1.2
29 @@ -1,7 +1,8 @@
30 -# Copyright 1999-2010 Gentoo Foundation
31 +# Copyright 1999-2011 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.1.ebuild,v 1.1 2010/11/08 21:06:23 chainsaw Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.1.ebuild,v 1.2 2011/03/29 12:29:32 angelos Exp $
35
36 +EAPI=1
37 inherit eutils flag-o-matic
38
39 MY_P="${P/_/-}"
40 @@ -18,10 +19,10 @@
41
42 RDEPEND="app-arch/unzip
43 >=dev-libs/dbus-glib-0.60
44 - dev-libs/libxml2
45 + dev-libs/libxml2:2
46 >=media-sound/audacious-2.4.1
47 >=net-libs/neon-0.26.4
48 - >=x11-libs/gtk+-2.14
49 + >=x11-libs/gtk+-2.14:2
50 aac? ( >=media-libs/faad2-2.7 )
51 adplug? ( >=dev-cpp/libbinio-1.4 )
52 alsa? ( >=media-libs/alsa-lib-1.0.16 )
53
54
55
56 1.17 media-plugins/audacious-plugins/audacious-plugins-2.2-r2.ebuild
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.2-r2.ebuild?rev=1.17&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.2-r2.ebuild?rev=1.17&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.2-r2.ebuild?r1=1.16&r2=1.17
61
62 Index: audacious-plugins-2.2-r2.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.2-r2.ebuild,v
65 retrieving revision 1.16
66 retrieving revision 1.17
67 diff -u -r1.16 -r1.17
68 --- audacious-plugins-2.2-r2.ebuild 4 Jan 2011 00:31:20 -0000 1.16
69 +++ audacious-plugins-2.2-r2.ebuild 29 Mar 2011 12:29:32 -0000 1.17
70 @@ -1,7 +1,8 @@
71 # Copyright 1999-2011 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.2-r2.ebuild,v 1.16 2011/01/04 00:31:20 xmw Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.2-r2.ebuild,v 1.17 2011/03/29 12:29:32 angelos Exp $
75
76 +EAPI=1
77 inherit eutils flag-o-matic
78
79 MY_P="${P/_/-}"
80 @@ -18,10 +19,10 @@
81
82 RDEPEND="app-arch/unzip
83 >=dev-libs/dbus-glib-0.60
84 - dev-libs/libxml2
85 + dev-libs/libxml2:2
86 >=media-sound/audacious-2.2
87 >=net-libs/neon-0.26.4
88 - >=x11-libs/gtk+-2.14
89 + >=x11-libs/gtk+-2.14:2
90 aac? ( >=media-libs/faad2-2.7 )
91 adplug? ( >=dev-cpp/libbinio-1.4 )
92 alsa? ( >=media-libs/alsa-lib-1.0.16 )
93
94
95
96 1.200 media-plugins/audacious-plugins/ChangeLog
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.200&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.200&content-type=text/plain
100 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.199&r2=1.200
101
102 Index: ChangeLog
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
105 retrieving revision 1.199
106 retrieving revision 1.200
107 diff -u -r1.199 -r1.200
108 --- ChangeLog 28 Mar 2011 22:22:16 -0000 1.199
109 +++ ChangeLog 29 Mar 2011 12:29:32 -0000 1.200
110 @@ -1,6 +1,12 @@
111 # ChangeLog for media-plugins/audacious-plugins
112 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
113 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.199 2011/03/28 22:22:16 eva Exp $
114 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.200 2011/03/29 12:29:32 angelos Exp $
115 +
116 + 29 Mar 2011; Christoph Mende <angelos@g.o>
117 + audacious-plugins-2.2-r2.ebuild, audacious-plugins-2.4.0.ebuild,
118 + audacious-plugins-2.4.1.ebuild, audacious-plugins-2.4.2.ebuild,
119 + audacious-plugins-2.4.3.ebuild, audacious-plugins-2.4.3-r1.ebuild:
120 + Fixed slot deps
121
122 28 Mar 2011; Gilles Dartiguelongue <eva@g.o>
123 audacious-plugins-2.4.4-r1.ebuild, audacious-plugins-2.5_alpha1.ebuild:
124
125
126
127 1.4 media-plugins/audacious-plugins/audacious-plugins-2.4.3-r1.ebuild
128
129 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3-r1.ebuild?rev=1.4&view=markup
130 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3-r1.ebuild?rev=1.4&content-type=text/plain
131 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3-r1.ebuild?r1=1.3&r2=1.4
132
133 Index: audacious-plugins-2.4.3-r1.ebuild
134 ===================================================================
135 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3-r1.ebuild,v
136 retrieving revision 1.3
137 retrieving revision 1.4
138 diff -u -r1.3 -r1.4
139 --- audacious-plugins-2.4.3-r1.ebuild 6 Feb 2011 17:48:09 -0000 1.3
140 +++ audacious-plugins-2.4.3-r1.ebuild 29 Mar 2011 12:29:32 -0000 1.4
141 @@ -1,7 +1,8 @@
142 # Copyright 1999-2011 Gentoo Foundation
143 # Distributed under the terms of the GNU General Public License v2
144 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3-r1.ebuild,v 1.3 2011/02/06 17:48:09 ssuominen Exp $
145 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3-r1.ebuild,v 1.4 2011/03/29 12:29:32 angelos Exp $
146
147 +EAPI=1
148 inherit eutils flag-o-matic
149
150 MY_P="${P/_/-}"
151 @@ -18,10 +19,10 @@
152
153 RDEPEND="app-arch/unzip
154 >=dev-libs/dbus-glib-0.60
155 - dev-libs/libxml2
156 + dev-libs/libxml2:2
157 >=media-sound/audacious-2.4.3
158 >=net-libs/neon-0.26.4
159 - >=x11-libs/gtk+-2.14
160 + >=x11-libs/gtk+-2.14:2
161 aac? ( >=media-libs/faad2-2.7 )
162 adplug? ( >=dev-cpp/libbinio-1.4 )
163 alsa? ( >=media-libs/alsa-lib-1.0.16 )
164
165
166
167 1.2 media-plugins/audacious-plugins/audacious-plugins-2.4.3.ebuild
168
169 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3.ebuild?rev=1.2&view=markup
170 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3.ebuild?rev=1.2&content-type=text/plain
171 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3.ebuild?r1=1.1&r2=1.2
172
173 Index: audacious-plugins-2.4.3.ebuild
174 ===================================================================
175 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3.ebuild,v
176 retrieving revision 1.1
177 retrieving revision 1.2
178 diff -u -r1.1 -r1.2
179 --- audacious-plugins-2.4.3.ebuild 12 Jan 2011 17:47:26 -0000 1.1
180 +++ audacious-plugins-2.4.3.ebuild 29 Mar 2011 12:29:32 -0000 1.2
181 @@ -1,7 +1,8 @@
182 # Copyright 1999-2011 Gentoo Foundation
183 # Distributed under the terms of the GNU General Public License v2
184 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3.ebuild,v 1.1 2011/01/12 17:47:26 chainsaw Exp $
185 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.3.ebuild,v 1.2 2011/03/29 12:29:32 angelos Exp $
186
187 +EAPI=1
188 inherit eutils flag-o-matic
189
190 MY_P="${P/_/-}"
191 @@ -18,10 +19,10 @@
192
193 RDEPEND="app-arch/unzip
194 >=dev-libs/dbus-glib-0.60
195 - dev-libs/libxml2
196 + dev-libs/libxml2:2
197 >=media-sound/audacious-2.4.3
198 >=net-libs/neon-0.26.4
199 - >=x11-libs/gtk+-2.14
200 + >=x11-libs/gtk+-2.14:2
201 aac? ( >=media-libs/faad2-2.7 )
202 adplug? ( >=dev-cpp/libbinio-1.4 )
203 alsa? ( >=media-libs/alsa-lib-1.0.16 )
204
205
206
207 1.2 media-plugins/audacious-plugins/audacious-plugins-2.4.2.ebuild
208
209 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.2.ebuild?rev=1.2&view=markup
210 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.2.ebuild?rev=1.2&content-type=text/plain
211 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.2.ebuild?r1=1.1&r2=1.2
212
213 Index: audacious-plugins-2.4.2.ebuild
214 ===================================================================
215 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.2.ebuild,v
216 retrieving revision 1.1
217 retrieving revision 1.2
218 diff -u -r1.1 -r1.2
219 --- audacious-plugins-2.4.2.ebuild 7 Dec 2010 23:26:08 -0000 1.1
220 +++ audacious-plugins-2.4.2.ebuild 29 Mar 2011 12:29:32 -0000 1.2
221 @@ -1,7 +1,8 @@
222 -# Copyright 1999-2010 Gentoo Foundation
223 +# Copyright 1999-2011 Gentoo Foundation
224 # Distributed under the terms of the GNU General Public License v2
225 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.2.ebuild,v 1.1 2010/12/07 23:26:08 chainsaw Exp $
226 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.2.ebuild,v 1.2 2011/03/29 12:29:32 angelos Exp $
227
228 +EAPI=1
229 inherit eutils flag-o-matic
230
231 MY_P="${P/_/-}"
232 @@ -18,10 +19,10 @@
233
234 RDEPEND="app-arch/unzip
235 >=dev-libs/dbus-glib-0.60
236 - dev-libs/libxml2
237 + dev-libs/libxml2:2
238 >=media-sound/audacious-2.4.2
239 >=net-libs/neon-0.26.4
240 - >=x11-libs/gtk+-2.14
241 + >=x11-libs/gtk+-2.14:2
242 aac? ( >=media-libs/faad2-2.7 )
243 adplug? ( >=dev-cpp/libbinio-1.4 )
244 alsa? ( >=media-libs/alsa-lib-1.0.16 )
245
246
247
248 1.9 media-plugins/audacious-plugins/audacious-plugins-2.4.0.ebuild
249
250 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.0.ebuild?rev=1.9&view=markup
251 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.0.ebuild?rev=1.9&content-type=text/plain
252 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.0.ebuild?r1=1.8&r2=1.9
253
254 Index: audacious-plugins-2.4.0.ebuild
255 ===================================================================
256 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.0.ebuild,v
257 retrieving revision 1.8
258 retrieving revision 1.9
259 diff -u -r1.8 -r1.9
260 --- audacious-plugins-2.4.0.ebuild 25 Mar 2011 20:05:31 -0000 1.8
261 +++ audacious-plugins-2.4.0.ebuild 29 Mar 2011 12:29:32 -0000 1.9
262 @@ -1,7 +1,8 @@
263 # Copyright 1999-2011 Gentoo Foundation
264 # Distributed under the terms of the GNU General Public License v2
265 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.0.ebuild,v 1.8 2011/03/25 20:05:31 xarthisius Exp $
266 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.0.ebuild,v 1.9 2011/03/29 12:29:32 angelos Exp $
267
268 +EAPI=1
269 inherit eutils flag-o-matic
270
271 MY_P="${P/_/-}"
272 @@ -18,10 +19,10 @@
273
274 RDEPEND="app-arch/unzip
275 >=dev-libs/dbus-glib-0.60
276 - dev-libs/libxml2
277 + dev-libs/libxml2:2
278 >=media-sound/audacious-2.4.0
279 >=net-libs/neon-0.26.4
280 - >=x11-libs/gtk+-2.14
281 + >=x11-libs/gtk+-2.14:2
282 aac? ( >=media-libs/faad2-2.7 )
283 adplug? ( >=dev-cpp/libbinio-1.4 )
284 alsa? ( >=media-libs/alsa-lib-1.0.16 )