Gentoo Archives: gentoo-commits

From: "Patrick Kursawe (phosphan)" <phosphan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/sane-backends: ChangeLog sane-backends-1.0.19-r1.ebuild sane-backends-1.0.19-r2.ebuild sane-backends-1.0.17.ebuild sane-backends-1.0.18-r6.ebuild
Date: Thu, 18 Jun 2009 20:07:09
Message-Id: E1MHNt2-0003YU-27@stork.gentoo.org
1 phosphan 09/06/18 20:07:04
2
3 Modified: ChangeLog sane-backends-1.0.19-r1.ebuild
4 sane-backends-1.0.19-r2.ebuild
5 sane-backends-1.0.17.ebuild
6 sane-backends-1.0.18-r6.ebuild
7 Log:
8 Adjusted libusb dependency according to bug #270039. No testing with libusb-compat possible due to lack of hardware.
9 (Portage version: 2.1.6.13/cvs/Linux i686)
10
11 Revision Changes Path
12 1.160 media-gfx/sane-backends/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/ChangeLog?rev=1.160&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/ChangeLog?rev=1.160&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/ChangeLog?r1=1.159&r2=1.160
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v
21 retrieving revision 1.159
22 retrieving revision 1.160
23 diff -u -r1.159 -r1.160
24 --- ChangeLog 2 Jun 2009 17:02:17 -0000 1.159
25 +++ ChangeLog 18 Jun 2009 20:07:03 -0000 1.160
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-gfx/sane-backends
28 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.159 2009/06/02 17:02:17 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.160 2009/06/18 20:07:03 phosphan Exp $
31 +
32 + 18 Jun 2009; Patrick Kursawe <phosphan@g.o>
33 + sane-backends-1.0.17.ebuild, sane-backends-1.0.18-r6.ebuild,
34 + sane-backends-1.0.19-r1.ebuild, sane-backends-1.0.19-r2.ebuild:
35 + Adjusted libusb dependency according to bug #270039. No testing with
36 + libusb-compat possible due to lack of hardware and no code review
37 + because of limited time, sorry.
38
39 02 Jun 2009; Raúl Porcel <armin76@g.o>
40 sane-backends-1.0.19-r2.ebuild:
41
42
43
44 1.15 media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild?rev=1.15&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild?rev=1.15&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild?r1=1.14&r2=1.15
49
50 Index: sane-backends-1.0.19-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild,v
53 retrieving revision 1.14
54 retrieving revision 1.15
55 diff -u -r1.14 -r1.15
56 --- sane-backends-1.0.19-r1.ebuild 30 May 2009 09:10:49 -0000 1.14
57 +++ sane-backends-1.0.19-r1.ebuild 18 Jun 2009 20:07:03 -0000 1.15
58 @@ -1,6 +1,8 @@
59 # Copyright 1999-2009 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild,v 1.14 2009/05/30 09:10:49 ulm Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild,v 1.15 2009/06/18 20:07:03 phosphan Exp $
63 +
64 +EAPI="1"
65
66 inherit eutils flag-o-matic
67
68 @@ -12,7 +14,7 @@
69 RDEPEND=">=media-libs/jpeg-6b
70 amd64? ( sys-libs/libieee1284 )
71 x86? ( sys-libs/libieee1284 )
72 - usb? ( >=dev-libs/libusb-0.1.8 )
73 + usb? ( dev-libs/libusb:0 )
74 gphoto2? ( media-libs/libgphoto2 )
75 v4l? ( sys-kernel/linux-headers )"
76
77
78
79
80 1.14 media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild?rev=1.14&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild?rev=1.14&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild?r1=1.13&r2=1.14
85
86 Index: sane-backends-1.0.19-r2.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild,v
89 retrieving revision 1.13
90 retrieving revision 1.14
91 diff -u -r1.13 -r1.14
92 --- sane-backends-1.0.19-r2.ebuild 2 Jun 2009 17:02:17 -0000 1.13
93 +++ sane-backends-1.0.19-r2.ebuild 18 Jun 2009 20:07:03 -0000 1.14
94 @@ -1,6 +1,8 @@
95 # Copyright 1999-2009 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild,v 1.13 2009/06/02 17:02:17 armin76 Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild,v 1.14 2009/06/18 20:07:03 phosphan Exp $
99 +
100 +EAPI="1"
101
102 inherit eutils flag-o-matic
103
104 @@ -12,7 +14,7 @@
105 RDEPEND=">=media-libs/jpeg-6b
106 amd64? ( sys-libs/libieee1284 )
107 x86? ( sys-libs/libieee1284 )
108 - usb? ( >=dev-libs/libusb-0.1.8 )
109 + usb? ( dev-libs/libusb:0 )
110 gphoto2? ( media-libs/libgphoto2 )
111 v4l? ( sys-kernel/linux-headers )"
112
113
114
115
116 1.18 media-gfx/sane-backends/sane-backends-1.0.17.ebuild
117
118 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.17.ebuild?rev=1.18&view=markup
119 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.17.ebuild?rev=1.18&content-type=text/plain
120 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.17.ebuild?r1=1.17&r2=1.18
121
122 Index: sane-backends-1.0.17.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.17.ebuild,v
125 retrieving revision 1.17
126 retrieving revision 1.18
127 diff -u -r1.17 -r1.18
128 --- sane-backends-1.0.17.ebuild 7 Feb 2009 19:56:08 -0000 1.17
129 +++ sane-backends-1.0.17.ebuild 18 Jun 2009 20:07:03 -0000 1.18
130 @@ -1,6 +1,8 @@
131 # Copyright 1999-2009 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.17.ebuild,v 1.17 2009/02/07 19:56:08 phosphan Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.17.ebuild,v 1.18 2009/06/18 20:07:03 phosphan Exp $
135 +
136 +EAPI="1"
137
138 inherit eutils flag-o-matic
139
140 @@ -12,7 +14,7 @@
141 RDEPEND=">=media-libs/jpeg-6b
142 amd64? ( sys-libs/libieee1284 )
143 x86? ( sys-libs/libieee1284 )
144 - usb? ( >=dev-libs/libusb-0.1.8 )
145 + usb? ( dev-libs/libusb:0 )
146 gphoto2? ( media-libs/libgphoto2 )
147 v4l? ( sys-kernel/linux-headers )"
148
149
150
151
152 1.13 media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild
153
154 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild?rev=1.13&view=markup
155 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild?rev=1.13&content-type=text/plain
156 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild?r1=1.12&r2=1.13
157
158 Index: sane-backends-1.0.18-r6.ebuild
159 ===================================================================
160 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild,v
161 retrieving revision 1.12
162 retrieving revision 1.13
163 diff -u -r1.12 -r1.13
164 --- sane-backends-1.0.18-r6.ebuild 30 May 2009 09:10:49 -0000 1.12
165 +++ sane-backends-1.0.18-r6.ebuild 18 Jun 2009 20:07:03 -0000 1.13
166 @@ -1,6 +1,8 @@
167 # Copyright 1999-2009 Gentoo Foundation
168 # Distributed under the terms of the GNU General Public License v2
169 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild,v 1.12 2009/05/30 09:10:49 ulm Exp $
170 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild,v 1.13 2009/06/18 20:07:03 phosphan Exp $
171 +
172 +EAPI="1"
173
174 inherit eutils flag-o-matic
175
176 @@ -12,7 +14,7 @@
177 RDEPEND=">=media-libs/jpeg-6b
178 amd64? ( sys-libs/libieee1284 )
179 x86? ( sys-libs/libieee1284 )
180 - usb? ( >=dev-libs/libusb-0.1.8 )
181 + usb? ( dev-libs/libusb:0 )
182 gphoto2? ( media-libs/libgphoto2 )
183 v4l? ( sys-kernel/linux-headers )"