1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
|
# ChangeLog for app-admin/system-config-printer-common
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/ChangeLog,v 1.109 2014/11/13 11:09:49 pacho Exp $
13 Nov 2014; Pacho Ramos <pacho@gentoo.org>
-files/system-config-printer-common-1.3.12-split.patch,
-files/system-config-printer-common-1.3.13-split.patch,
-system-config-printer-common-1.3.12.ebuild,
-system-config-printer-common-1.3.13.ebuild:
Drop old (#508854)
21 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
system-config-printer-common-1.4.3.ebuild:
Stable for ppc64, wrt bug #512012
30 Jul 2014; Samuli Suominen <ssuominen@gentoo.org>
system-config-printer-common-1.3.12.ebuild,
system-config-printer-common-1.3.13.ebuild,
system-config-printer-common-1.4.3.ebuild:
Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir()
version.
28 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
system-config-printer-common-1.4.3.ebuild:
Stable for ppc, wrt bug #512012
27 Apr 2014; Markus Meier <maekke@gentoo.org>
system-config-printer-common-1.4.3.ebuild:
arm stable, bug #508006
26 Apr 2014; Pacho Ramos <pacho@gentoo.org>
-system-config-printer-common-1.4.2.ebuild,
system-config-printer-common-1.4.3.ebuild:
drop old and adapt to latest pygobject don't providing python2.6 support
22 Feb 2014; Pacho Ramos <pacho@gentoo.org>
system-config-printer-common-1.4.3.ebuild:
Fix wrong commit, bug 502160
22 Feb 2014; Pacho Ramos <pacho@gentoo.org>
system-config-printer-common-1.4.3.ebuild:
arch stable, bug 888
08 Dec 2013; Pacho Ramos <pacho@gentoo.org>
system-config-printer-common-1.4.3.ebuild:
x86 stable, bug #478252
30 Nov 2013; Pacho Ramos <pacho@gentoo.org>
system-config-printer-common-1.4.3.ebuild:
amd64 stable, bug #478252
*system-config-printer-common-1.4.3 (30 Oct 2013)
*system-config-printer-common-1.3.13 (30 Oct 2013)
30 Oct 2013; Pacho Ramos <pacho@gentoo.org>
+files/system-config-printer-common-1.3.13-split.patch,
+system-config-printer-common-1.3.13.ebuild,
+system-config-printer-common-1.4.3.ebuild,
-files/system-config-printer-common-1.3.9-split.patch,
-system-config-printer-common-1.4.1.ebuild:
Version bump, drop old.
*system-config-printer-common-1.4.2 (20 Oct 2013)
20 Oct 2013; Pacho Ramos <pacho@gentoo.org>
+system-config-printer-common-1.4.2.ebuild,
-system-config-printer-common-1.3.11-r1.ebuild:
Version bump
*system-config-printer-common-1.4.1 (11 Aug 2013)
11 Aug 2013; Gilles Dartiguelongue <eva@gentoo.org>
+system-config-printer-common-1.4.1.ebuild,
+files/system-config-printer-common-1.4.1-split.patch:
464958 478656 Version bump, bug #464958. Move to python-single-r1 and EAPI=5.
Always install systemd unit files and fix path to udev helpers with an
updated 'split' patch, bug #478656.
09 Apr 2013; Agostino Sarubbo <ago@gentoo.org>
system-config-printer-common-1.3.12.ebuild:
Stable for sh, wrt bug #458984
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org>
system-config-printer-common-1.3.12.ebuild:
Stable for sparc, wrt bug #458984
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org>
system-config-printer-common-1.3.12.ebuild:
Stable for alpha, wrt bug #458984
29 Mar 2013; Agostino Sarubbo <ago@gentoo.org>
system-config-printer-common-1.3.12.ebuild:
Stable for ia64, wrt bug #458984
28 Mar 2013; Agostino Sarubbo <ago@gentoo.org>
system-config-printer-common-1.3.12.ebuild:
Stable for arm, wrt bug #458984
27 Mar 2013; Agostino Sarubbo <ago@gentoo.org>
system-config-printer-common-1.3.12.ebuild:
Stable for ppc64, wrt bug #458984
26 Mar 2013; Agostino Sarubbo <ago@gentoo.org>
system-config-printer-common-1.3.12.ebuild:
Stable for ppc, wrt bug #458984
25 Mar 2013; Agostino Sarubbo <ago@gentoo.org>
system-config-printer-common-1.3.12.ebuild:
Stable for x86, wrt bug #458984
25 Mar 2013; Agostino Sarubbo <ago@gentoo.org>
system-config-printer-common-1.3.12.ebuild:
Stable for amd64, wrt bug #458984
05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
-system-config-printer-common-1.3.9-r2.ebuild,
-files/system-config-printer-common-1.3.9-cups_filters_path.patch:
Clean up old revision.
15 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
system-config-printer-common-1.3.12.ebuild:
Depend on >=udev-172 for udev_enumerate_add_match_parent() (bug #447398,
thanks to Tomasz).
02 Dec 2012; Samuli Suominen <ssuominen@gentoo.org>
system-config-printer-common-1.3.9-r2.ebuild,
system-config-printer-common-1.3.11-r1.ebuild,
system-config-printer-common-1.3.12.ebuild:
Use virtual/udev instead of sys-fs/udev wrt #444398
18 Nov 2012; Maciej Mrozowski <reavertm@gentoo.org>
files/system-config-printer-common-1.3.12-split.patch:
Remove overriding CFLAGS completely, bug 442644.
*system-config-printer-common-1.3.12 (06 Nov 2012)
06 Nov 2012; Maciej Mrozowski <reavertm@gentoo.org>
+files/system-config-printer-common-1.3.12-split.patch,
+system-config-printer-common-1.3.12.ebuild:
Version bump, bug 439848, remove old
30 Sep 2012; Raúl Porcel <armin76@gentoo.org>
system-config-printer-common-1.3.11-r1.ebuild:
alpha/arm/ia64/sh/sparc/x86 stable wrt #435072
30 Sep 2012; Anthony G. Basile <blueness@gentoo.org>
system-config-printer-common-1.3.11-r1.ebuild:
stable ppc ppc64, bug #435072
23 Sep 2012; Pacho Ramos <pacho@gentoo.org>
-system-config-printer-common-1.3.11.ebuild,
system-config-printer-common-1.3.11-r1.ebuild:
It should RDEPEND on libusb:1, bug #436032 by Nikoli. Drop old.
23 Sep 2012; Agostino Sarubbo <ago@gentoo.org>
system-config-printer-common-1.3.11-r1.ebuild:
Stable for amd64, wrt bug #435072
*system-config-printer-common-1.3.11-r1 (08 Aug 2012)
08 Aug 2012; Samuli Suominen <ssuominen@gentoo.org>
+system-config-printer-common-1.3.11-r1.ebuild:
Use udev.pc pkg-config file to query correct udevhelperdir and udevrulesdir.
*system-config-printer-common-1.3.11 (06 Aug 2012)
06 Aug 2012; Maciej Mrozowski <reavertm@gentoo.org>
+system-config-printer-common-1.3.11.ebuild,
-files/system-config-printer-common-1.3.5-split.patch,
-files/system-config-printer-common-1.3.9-cups16.patch,
-files/system-config-printer-common-1.3.9-udev185.patch,
-system-config-printer-common-1.3.6.ebuild,
-system-config-printer-common-1.3.7.ebuild,
-system-config-printer-common-1.3.9-r3.ebuild,
-system-config-printer-common-1.3.9-r4.ebuild:
Version bump, remove old
*system-config-printer-common-1.3.9-r4 (18 Jul 2012)
18 Jul 2012; Andreas K. Huettel <dilfridge@gentoo.org>
system-config-printer-common-1.3.6.ebuild,
system-config-printer-common-1.3.7.ebuild,
system-config-printer-common-1.3.9-r2.ebuild,
system-config-printer-common-1.3.9-r3.ebuild,
+system-config-printer-common-1.3.9-r4.ebuild,
+files/system-config-printer-common-1.3.9-cups16.patch:
Add version that builds with any cups including 1.6, make others depend on
<cups-1.6
15 Jul 2012; Raúl Porcel <armin76@gentoo.org>
system-config-printer-common-1.3.9-r2.ebuild:
alpha/ia64/sh/sparc stable wrt #410611
*system-config-printer-common-1.3.9-r3 (05 Jul 2012)
05 Jul 2012; Samuli Suominen <ssuominen@gentoo.org>
+system-config-printer-common-1.3.9-r3.ebuild,
+files/system-config-printer-common-1.3.9-udev185.patch:
Fix compability with sys-fs/udev >= 185 wrt #423423 by Maksim Melnikau
25 Jun 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
system-config-printer-common-1.3.9-r2.ebuild:
Fix system-config-printer-gnome blocker (bug #422709, thanks to Christoph
Schulz).
19 Jun 2012; Maciej Mrozowski <reavertm@gentoo.org>
+files/system-config-printer-common-1.3.9-cups_filters_path.patch,
+system-config-printer-common-1.3.9-r2.ebuild:
-system-config-printer-common-1.3.9-r1.ebuild:
Add additional cupsfilters search paths, bug 420671.
24 May 2012; Samuli Suominen <ssuominen@gentoo.org>
system-config-printer-common-1.3.9-r1.ebuild:
ppc stable wrt #410611
21 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
-files/system-config-printer-common-1.3.3-split.patch,
system-config-printer-common-1.3.6.ebuild,
system-config-printer-common-1.3.7.ebuild,
system-config-printer-common-1.3.9-r1.ebuild:
Explicitly inherit eutils, autotools.eclass no longer provides it (bug
#416847, thanks to wilson and Wuodan). Drop unused patch.
03 May 2012; Jeff Horelick <jdhore@gentoo.org>
system-config-printer-common-1.3.6.ebuild,
system-config-printer-common-1.3.7.ebuild,
system-config-printer-common-1.3.9-r1.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
29 Apr 2012; Markus Meier <maekke@gentoo.org>
system-config-printer-common-1.3.9-r1.ebuild:
x86 stable, bug #410611
25 Apr 2012; Markus Meier <maekke@gentoo.org>
system-config-printer-common-1.3.9-r1.ebuild:
arm stable, bug #410611
19 Apr 2012; Brent Baude <ranger@gentoo.org>
system-config-printer-common-1.3.9-r1.ebuild:
Marking system-config-printer-common-1.3.9-r1 ppc64 stable for bug 410611
18 Apr 2012; Agostino Sarubbo <ago@gentoo.org>
system-config-printer-common-1.3.9-r1.ebuild:
Stable for amd64, wrt bug #410611
25 Mar 2012; Raúl Porcel <armin76@gentoo.org>
system-config-printer-common-1.3.7.ebuild:
alpha/ia64/sh/sparc stable wrt #393007
*system-config-printer-common-1.3.9-r1 (07 Mar 2012)
07 Mar 2012; Maciej Mrozowski <reavertm@gentoo.org>
+files/system-config-printer-common-1.3.9-split.patch,
+system-config-printer-common-1.3.9-r1.ebuild,
-system-config-printer-common-1.3.9.ebuild:
More strict block to force uninstall of not compliant scp-gnome, add pycurl
dependency.
*system-config-printer-common-1.3.9 (05 Mar 2012)
05 Mar 2012; Maciej Mrozowski <reavertm@gentoo.org>
+system-config-printer-common-1.3.9.ebuild:
Version bump
05 Mar 2012; Brent Baude <ranger@gentoo.org>
system-config-printer-common-1.3.7.ebuild:
Marking system-config-printer-common-1.3.7 ppc stable for bug 393007
05 Mar 2012; Brent Baude <ranger@gentoo.org>
system-config-printer-common-1.3.7.ebuild:
Marking system-config-printer-common-1.3.7 ppc64 stable for bug 393007
18 Jan 2012; Markus Meier <maekke@gentoo.org>
system-config-printer-common-1.3.7.ebuild:
arm stable, bug #393007
14 Jan 2012; Markus Meier <maekke@gentoo.org>
system-config-printer-common-1.3.7.ebuild:
x86 stable, bug #393007
11 Jan 2012; Pacho Ramos <pacho@gentoo.org>
-system-config-printer-common-1.3.3.ebuild,
system-config-printer-common-1.3.7.ebuild:
We need newer udev for udev_enumerate_add_match_tag usage, DEPENDing on 164-r2
as it's the older version I have tested it works (bug #398499 by Peter
Gantner). Remove old.
29 Dec 2011; Pacho Ramos <pacho@gentoo.org>
system-config-printer-common-1.3.7.ebuild:
amd64 stable, bug 393007
06 Dec 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Add gnome to metadata as -gnome is really a split from here.
30 Oct 2011; Raúl Porcel <armin76@gentoo.org>
system-config-printer-common-1.3.6.ebuild:
alpha/ia64/sh/sparc stable wrt #385699
28 Oct 2011; Markus Meier <maekke@gentoo.org>
system-config-printer-common-1.3.6.ebuild:
arm stable, bug #385699
23 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
system-config-printer-common-1.3.3.ebuild,
system-config-printer-common-1.3.6.ebuild,
system-config-printer-common-1.3.7.ebuild:
Use correct slot of pygobject.
21 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
system-config-printer-common-1.3.6.ebuild:
x86 stable wrt bug #385699
16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org>
system-config-printer-common-1.3.6.ebuild:
ppc/ppc64 stable wrt #385699
14 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
system-config-printer-common-1.3.6.ebuild:
amd64 stable wrt #385699
*system-config-printer-common-1.3.7 (05 Oct 2011)
05 Oct 2011; Maciej Mrozowski <reavertm@gentoo.org>
+system-config-printer-common-1.3.7.ebuild:
Version bump
16 Sep 2011; Maciej Mrozowski <reavertm@gentoo.org>
system-config-printer-common-1.3.3.ebuild,
system-config-printer-common-1.3.6.ebuild:
Fix libusb dependency, bug 382733
24 Aug 2011; Maciej Mrozowski <reavertm@gentoo.org>
system-config-printer-common-1.3.3.ebuild,
system-config-printer-common-1.3.6.ebuild:
Requires pkgconfig, bug 379689
*system-config-printer-common-1.3.6 (22 Aug 2011)
22 Aug 2011; Maciej Mrozowski <reavertm@gentoo.org>
-system-config-printer-common-1.3.5.ebuild,
+system-config-printer-common-1.3.6.ebuild,
-files/0002-Make-PackageKit-optional-in-cupshelpers-bug-726996-U.patch,
-files/0004-Removed-PackageKit-client-code-in-missingPackagesAnd.patch:
Version bump, remove old
10 Aug 2011; Markus Meier <maekke@gentoo.org>
system-config-printer-common-1.3.3.ebuild:
arm stable, bug #349496
*system-config-printer-common-1.3.5 (09 Aug 2011)
09 Aug 2011; Maciej Mrozowski <reavertm@gentoo.org>
-system-config-printer-common-1.1.13.ebuild,
-files/system-config-printer-common-1.1.13-split.patch,
-system-config-printer-common-1.2.2.ebuild,
-files/system-config-printer-common-1.2.2-split.patch,
+system-config-printer-common-1.3.5.ebuild,
+files/system-config-printer-common-1.3.5-split.patch,
+files/0002-Make-PackageKit-optional-in-cupshelpers-bug-726996-U.patch,
+files/0004-Removed-PackageKit-client-code-in-missingPackagesAnd.patch:
Version bump, remove old
07 Aug 2011; Raúl Porcel <armin76@gentoo.org>
system-config-printer-common-1.3.3.ebuild:
alpha/ia64/sparc stable wrt #349496
24 Jul 2011; Markos Chandras <hwoarang@gentoo.org>
system-config-printer-common-1.3.3.ebuild:
Stable on amd64 wrt bug #349496
19 Jul 2011; Markus Meier <maekke@gentoo.org>
system-config-printer-common-1.3.3.ebuild:
x86 stable, bug #349496
18 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
system-config-printer-common-1.3.3.ebuild:
ppc/ppc64 stable wrt #349496
16 Jul 2011; Maciej Mrozowski <reavertm@gentoo.org>
system-config-printer-common-1.3.3.ebuild:
Raise dependencies to net-print/cups-1.4 (we won't test scp integration with
cups-1.3)
*system-config-printer-common-1.3.3 (13 Jun 2011)
13 Jun 2011; Maciej Mrozowski <reavertm@gentoo.org>
-system-config-printer-common-1.2.6.ebuild,
-files/system-config-printer-common-1.2.6-split.patch,
-system-config-printer-common-1.3.2.ebuild,
-files/system-config-printer-common-1.3.2-split.patch,
+system-config-printer-common-1.3.3.ebuild,
+files/system-config-printer-common-1.3.3-split.patch:
Version bump, remove old
01 Jun 2011; Brent Baude <ranger@gentoo.org>
system-config-printer-common-1.2.2.ebuild:
Marking system-config-printer-common-1.2.2 ppc for bug 354033
*system-config-printer-common-1.3.2 (19 Mar 2011)
19 Mar 2011; Maciej Mrozowski <reavertm@gentoo.org>
-files/system-config-printer-common-1.3.0-split.patch,
-system-config-printer-common-1.3.1.ebuild,
+system-config-printer-common-1.3.2.ebuild,
+files/system-config-printer-common-1.3.2-split.patch:
Version bump, remove old
23 Feb 2011; Maciej Mrozowski <reavertm@gentoo.org>
system-config-printer-common-1.2.2.ebuild,
system-config-printer-common-1.2.6.ebuild,
system-config-printer-common-1.3.1.ebuild:
Restrict incompatible scp-gnome versions, also fix bug 356197
*system-config-printer-common-1.3.1 (17 Feb 2011)
17 Feb 2011; Maciej Mrozowski <reavertm@gentoo.org>
-system-config-printer-common-1.3.0-r1.ebuild,
+system-config-printer-common-1.3.1.ebuild:
Version bump, remove old
*system-config-printer-common-1.3.0-r1 (16 Feb 2011)
16 Feb 2011; Maciej Mrozowski <reavertm@gentoo.org>
-system-config-printer-common-1.3.0.ebuild,
+system-config-printer-common-1.3.0-r1.ebuild,
files/system-config-printer-common-1.3.0-split.patch:
Do not install newprinter.py and related dbus services (they are too UI
specific)
*system-config-printer-common-1.3.0 (16 Feb 2011)
16 Feb 2011; Maciej Mrozowski <reavertm@gentoo.org>
-system-config-printer-common-1.2.4.ebuild,
-system-config-printer-common-1.2.5.ebuild,
+system-config-printer-common-1.3.0.ebuild,
+files/system-config-printer-common-1.3.0-split.patch:
Version bump, remove old
31 Jan 2011; Maciej Mrozowski <reavertm@gentoo.org>
system-config-printer-common-1.2.6.ebuild:
scp-1.2.6 requires at least pygobject-2.21.5. Bug 352958, discovered by
Kacper Kowalik
*system-config-printer-common-1.2.6 (27 Jan 2011)
27 Jan 2011; Maciej Mrozowski <reavertm@gentoo.org>
+system-config-printer-common-1.2.6.ebuild,
+files/system-config-printer-common-1.2.6-split.patch:
Version bump
06 Nov 2010; Mark Loeser <halcy0n@gentoo.org>
system-config-printer-common-1.1.13.ebuild:
Revert to ~ppc64; bug #322849
*system-config-printer-common-1.2.5 (19 Oct 2010)
19 Oct 2010; Maciej Mrozowski <reavertm@gentoo.org>
+system-config-printer-common-1.2.5.ebuild:
Version bump
19 Sep 2010; Raúl Porcel <armin76@gentoo.org>
system-config-printer-common-1.1.13.ebuild,
system-config-printer-common-1.2.2.ebuild,
system-config-printer-common-1.2.4.ebuild:
Add ~arm/~sh wrt #336920
*system-config-printer-common-1.2.4 (24 Aug 2010)
24 Aug 2010; Maciej Mrozowski <reavertm@gentoo.org>
-system-config-printer-common-1.2.3.ebuild,
-files/system-config-printer-common-1.2.3-split.patch,
+system-config-printer-common-1.2.4.ebuild:
Version bump, remove old
31 Jul 2010; Pacho Ramos <pacho@gentoo.org>
system-config-printer-common-1.2.2.ebuild:
amd64 stable, bug 319991
13 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
system-config-printer-common-1.2.2.ebuild:
stable x86, bug 319991
*system-config-printer-common-1.2.3 (30 Jun 2010)
30 Jun 2010; Maciej Mrozowski <reavertm@gentoo.org>
+system-config-printer-common-1.2.3.ebuild,
+files/system-config-printer-common-1.2.3-split.patch:
Version bump 1.2.3
18 May 2010; Maciej Mrozowski <reavertm@gentoo.org> metadata.xml:
List myself as maintainer
18 May 2010; Peter Volkov <pva@gentoo.org>
system-config-printer-common-1.2.2.ebuild:
Fixed build failure, bug 320269, thank Emmanuel Andry for report.
*system-config-printer-common-1.2.2 (17 May 2010)
17 May 2010; Maciej Mrozowski <reavertm@gentoo.org>
-system-config-printer-common-1.1.18-r2.ebuild,
-files/system-config-printer-common-1.1.18-split.patch,
+system-config-printer-common-1.2.2.ebuild,
+files/system-config-printer-common-1.2.2-split.patch:
Version bump, remove old, bug 319989
31 Mar 2010; Maciej Mrozowski <reavertm@gentoo.org>
system-config-printer-common-1.1.13.ebuild,
system-config-printer-common-1.1.18-r2.ebuild:
Restricting tests, bug 284005
*system-config-printer-common-1.1.18-r2 (27 Mar 2010)
27 Mar 2010; Maciej Mrozowski <reavertm@gentoo.org>
-system-config-printer-common-1.1.18-r1.ebuild,
+system-config-printer-common-1.1.18-r2.ebuild:
Hardcode python interpreter to python-2 in .py files where needed
27 Mar 2010; Maciej Mrozowski <reavertm@gentoo.org>
system-config-printer-common-1.1.18-r1.ebuild:
Byte compile cupshelpers only
*system-config-printer-common-1.1.18-r1 (27 Mar 2010)
27 Mar 2010; Maciej Mrozowski <reavertm@gentoo.org>
-system-config-printer-common-1.1.18.ebuild,
+system-config-printer-common-1.1.18-r1.ebuild:
Depend on python-2, explicitly compile bytecode in
/usr/share/system-config-printer, patch by Arfrever
*system-config-printer-common-1.1.18 (11 Mar 2010)
11 Mar 2010; Maciej Mrozowski <reavertm@gentoo.org>
-system-config-printer-common-1.1.16.ebuild,
-files/system-config-printer-common-1.1.16-split.patch,
+system-config-printer-common-1.1.18.ebuild,
+files/system-config-printer-common-1.1.18-split.patch:
Version bump, remove old
11 Mar 2010; Maciej Mrozowski <reavertm@gentoo.org>
-system-config-printer-common-1.1.8.ebuild,
-files/system-config-printer-common-1.1.8-split.patch,
-system-config-printer-common-1.1.12.ebuild,
-files/system-config-printer-common-1.1.12-split.patch:
Removed old versions
*system-config-printer-common-1.1.16 (08 Feb 2010)
08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org>
+system-config-printer-common-1.1.16.ebuild,
+files/system-config-printer-common-1.1.16-split.patch:
Version bump
27 Dec 2009; Raúl Porcel <armin76@gentoo.org>
system-config-printer-common-1.1.13.ebuild:
alpha/ia64/sparc stable
30 Nov 2009; Joseph Jezak <josejx@gentoo.org>
system-config-printer-common-1.1.13.ebuild:
Marked ppc/ppc64 stable for bug #292455.
29 Nov 2009; Raúl Porcel <armin76@gentoo.org>
system-config-printer-common-1.1.13.ebuild:
Add ~sparc
09 Nov 2009; Jeroen Roovers <jer@gentoo.org>
system-config-printer-common-1.1.12.ebuild,
system-config-printer-common-1.1.13.ebuild:
Marked ~hppa (bug #280312).
08 Nov 2009; Joseph Jezak <josejx@gentoo.org>
system-config-printer-common-1.1.13.ebuild:
Marked ~ppc/~ppc64 for bug #280312.
*system-config-printer-common-1.1.13 (14 Oct 2009)
14 Oct 2009; Jonathan Callen <abcd@gentoo.org>
+system-config-printer-common-1.1.13.ebuild,
+files/system-config-printer-common-1.1.13-split.patch:
Version bump
12 Sep 2009; Raúl Porcel <armin76@gentoo.org>
system-config-printer-common-1.1.8.ebuild,
system-config-printer-common-1.1.12.ebuild:
Add ~alpha/~ia64 wrt #280312
*system-config-printer-common-1.1.12 (01 Sep 2009)
01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org>
+system-config-printer-common-1.1.12.ebuild,
+files/system-config-printer-common-1.1.12-split.patch:
Version bump
*system-config-printer-common-1.1.8 (04 Aug 2009)
04 Aug 2009; Alex Alexander <wired@gentoo.org>
+system-config-printer-common-1.1.8.ebuild,
+files/system-config-printer-common-1.1.8-split.patch, +metadata.xml:
new ebuild from kde-testing overlay
|