Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/system-config-printer-common: system-config-printer-common-1.3.7.ebuild ChangeLog system-config-printer-common-1.3.3.ebuild
Date: Wed, 11 Jan 2012 18:57:19
Message-Id: 20120111185707.3A6E52004B@flycatcher.gentoo.org
1 pacho 12/01/11 18:57:07
2
3 Modified: system-config-printer-common-1.3.7.ebuild ChangeLog
4 Removed: system-config-printer-common-1.3.3.ebuild
5 Log:
6 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.
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild?r1=1.4&r2=1.5
16
17 Index: system-config-printer-common-1.3.7.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- system-config-printer-common-1.3.7.ebuild 29 Dec 2011 17:12:18 -0000 1.4
24 +++ system-config-printer-common-1.3.7.ebuild 11 Jan 2012 18:57:07 -0000 1.5
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild,v 1.4 2011/12/29 17:12:18 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild,v 1.5 2012/01/11 18:57:07 pacho Exp $
31
32 EAPI="3"
33
34 @@ -30,7 +30,7 @@
35 >=dev-python/pycups-1.9.53
36 >=dev-python/pygobject-2.21.5:2
37 >=net-print/cups-1.4.6[dbus]
38 - sys-fs/udev
39 + >=sys-fs/udev-164-r2
40 virtual/libusb:0
41 "
42 DEPEND="${COMMON_DEPEND}
43
44
45
46 1.56 app-admin/system-config-printer-common/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/ChangeLog?rev=1.56&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/ChangeLog?rev=1.56&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/ChangeLog?r1=1.55&r2=1.56
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/ChangeLog,v
55 retrieving revision 1.55
56 retrieving revision 1.56
57 diff -u -r1.55 -r1.56
58 --- ChangeLog 29 Dec 2011 17:12:18 -0000 1.55
59 +++ ChangeLog 11 Jan 2012 18:57:07 -0000 1.56
60 @@ -1,6 +1,13 @@
61 # ChangeLog for app-admin/system-config-printer-common
62 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/ChangeLog,v 1.55 2011/12/29 17:12:18 pacho Exp $
64 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/ChangeLog,v 1.56 2012/01/11 18:57:07 pacho Exp $
66 +
67 + 11 Jan 2012; Pacho Ramos <pacho@g.o>
68 + -system-config-printer-common-1.3.3.ebuild,
69 + system-config-printer-common-1.3.7.ebuild:
70 + We need newer udev for udev_enumerate_add_match_tag usage, DEPENDing on 164-r2
71 + as it's the older version I have tested it works (bug #398499 by Peter
72 + Gantner). Remove old.
73
74 29 Dec 2011; Pacho Ramos <pacho@g.o>
75 system-config-printer-common-1.3.7.ebuild: