Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/cups: cups-1.7.1.ebuild ChangeLog cups-1.6.4.ebuild cups-9999.ebuild
Date: Fri, 24 Jan 2014 18:57:01
Message-Id: 20140124185652.6AC342004C@flycatcher.gentoo.org
1 dilfridge 14/01/24 18:56:52
2
3 Modified: cups-1.7.1.ebuild ChangeLog cups-1.6.4.ebuild
4 cups-9999.ebuild
5 Log:
6 The libusb backend hard-requires threading, bug 497194
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.4 net-print/cups/cups-1.7.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.7.1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.7.1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.7.1.ebuild?r1=1.3&r2=1.4
16
17 Index: cups-1.7.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.7.1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- cups-1.7.1.ebuild 17 Jan 2014 02:54:44 -0000 1.3
24 +++ cups-1.7.1.ebuild 24 Jan 2014 18:56:52 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.7.1.ebuild,v 1.3 2014/01/17 02:54:44 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.7.1.ebuild,v 1.4 2014/01/24 18:56:52 dilfridge Exp $
30
31 EAPI=5
32
33 @@ -78,8 +78,11 @@
34 >=net-print/cups-filters-1.0.43
35 "
36
37 -REQUIRED_USE="gnutls? ( ssl )
38 - python? ( ${PYTHON_REQUIRED_USE} )"
39 +REQUIRED_USE="
40 + gnutls? ( ssl )
41 + python? ( ${PYTHON_REQUIRED_USE} )
42 + usb? ( threads )
43 +"
44
45 # upstream includes an interactive test which is a nono for gentoo
46 RESTRICT="test"
47
48
49
50 1.585 net-print/cups/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?rev=1.585&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?rev=1.585&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?r1=1.584&r2=1.585
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v
59 retrieving revision 1.584
60 retrieving revision 1.585
61 diff -u -r1.584 -r1.585
62 --- ChangeLog 18 Jan 2014 20:09:16 -0000 1.584
63 +++ ChangeLog 24 Jan 2014 18:56:52 -0000 1.585
64 @@ -1,6 +1,10 @@
65 # ChangeLog for net-print/cups
66 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.584 2014/01/18 20:09:16 dilfridge Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.585 2014/01/24 18:56:52 dilfridge Exp $
69 +
70 + 24 Jan 2014; Andreas K. Huettel <dilfridge@g.o> cups-1.6.4.ebuild,
71 + cups-1.7.1.ebuild, cups-9999.ebuild:
72 + The libusb backend hard-requires threading, bug 497194
73
74 18 Jan 2014; Andreas K. Huettel <dilfridge@g.o> -cups-1.6.2-r5.ebuild,
75 -files/cups-1.6.3-colord-profile.patch, -cups-1.7.0-r1.ebuild,
76
77
78
79 1.11 net-print/cups/cups-1.6.4.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.6.4.ebuild?rev=1.11&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.6.4.ebuild?rev=1.11&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.6.4.ebuild?r1=1.10&r2=1.11
84
85 Index: cups-1.6.4.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.6.4.ebuild,v
88 retrieving revision 1.10
89 retrieving revision 1.11
90 diff -u -r1.10 -r1.11
91 --- cups-1.6.4.ebuild 18 Jan 2014 19:55:10 -0000 1.10
92 +++ cups-1.6.4.ebuild 24 Jan 2014 18:56:52 -0000 1.11
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.6.4.ebuild,v 1.10 2014/01/18 19:55:10 ago Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.6.4.ebuild,v 1.11 2014/01/24 18:56:52 dilfridge Exp $
98
99 EAPI=5
100
101 @@ -76,8 +76,11 @@
102 filters? ( net-print/foomatic-filters )
103 "
104
105 -REQUIRED_USE="gnutls? ( ssl )
106 - python? ( ${PYTHON_REQUIRED_USE} )"
107 +REQUIRED_USE="
108 + gnutls? ( ssl )
109 + python? ( ${PYTHON_REQUIRED_USE} )
110 + usb? ( threads )
111 +"
112
113 # upstream includes an interactive test which is a nono for gentoo
114 RESTRICT="test"
115
116
117
118 1.50 net-print/cups/cups-9999.ebuild
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-9999.ebuild?rev=1.50&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-9999.ebuild?rev=1.50&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-9999.ebuild?r1=1.49&r2=1.50
123
124 Index: cups-9999.ebuild
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-9999.ebuild,v
127 retrieving revision 1.49
128 retrieving revision 1.50
129 diff -u -r1.49 -r1.50
130 --- cups-9999.ebuild 17 Jan 2014 02:54:44 -0000 1.49
131 +++ cups-9999.ebuild 24 Jan 2014 18:56:52 -0000 1.50
132 @@ -1,6 +1,6 @@
133 # Copyright 1999-2014 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-9999.ebuild,v 1.49 2014/01/17 02:54:44 patrick Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-9999.ebuild,v 1.50 2014/01/24 18:56:52 dilfridge Exp $
137
138 EAPI=5
139
140 @@ -78,8 +78,11 @@
141 >=net-print/cups-filters-1.0.43
142 "
143
144 -REQUIRED_USE="gnutls? ( ssl )
145 - python? ( ${PYTHON_REQUIRED_USE} )"
146 +REQUIRED_USE="
147 + gnutls? ( ssl )
148 + python? ( ${PYTHON_REQUIRED_USE} )
149 + usb? ( threads )
150 +"
151
152 # upstream includes an interactive test which is a nono for gentoo
153 RESTRICT="test"