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: sane-backends-1.0.21-r1.ebuild ChangeLog sane-backends-1.0.20-r3.ebuild sane-backends-1.0.19-r2.ebuild sane-backends-1.0.21.ebuild sane-backends-1.0.18-r6.ebuild
Date: Fri, 21 Jan 2011 20:52:42
Message-Id: 20110121205227.724F120054@flycatcher.gentoo.org
1 phosphan 11/01/21 20:52:27
2
3 Modified: sane-backends-1.0.21-r1.ebuild ChangeLog
4 sane-backends-1.0.20-r3.ebuild
5 sane-backends-1.0.19-r2.ebuild
6 sane-backends-1.0.21.ebuild
7 sane-backends-1.0.18-r6.ebuild
8 Log:
9 Changing udev rules installation directory to $(get_libdir)/udev/rules.d, see bug #348706.
10
11 (Portage version: 2.1.9.24/cvs/Linux i686)
12
13 Revision Changes Path
14 1.4 media-gfx/sane-backends/sane-backends-1.0.21-r1.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21-r1.ebuild?rev=1.4&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21-r1.ebuild?rev=1.4&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21-r1.ebuild?r1=1.3&r2=1.4
19
20 Index: sane-backends-1.0.21-r1.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21-r1.ebuild,v
23 retrieving revision 1.3
24 retrieving revision 1.4
25 diff -u -r1.3 -r1.4
26 --- sane-backends-1.0.21-r1.ebuild 16 Nov 2010 21:00:45 -0000 1.3
27 +++ sane-backends-1.0.21-r1.ebuild 21 Jan 2011 20:52:27 -0000 1.4
28 @@ -1,10 +1,10 @@
29 -# Copyright 1999-2010 Gentoo Foundation
30 +# Copyright 1999-2011 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21-r1.ebuild,v 1.3 2010/11/16 21:00:45 phosphan Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21-r1.ebuild,v 1.4 2011/01/21 20:52:27 phosphan Exp $
34
35 EAPI="1"
36
37 -inherit eutils flag-o-matic
38 +inherit eutils flag-o-matic multilib
39
40 # gphoto and v4l are handled by their usual USE flags.
41 # The pint backend was disabled because I could not get it to compile.
42 @@ -210,8 +210,8 @@
43 cd ../..
44 fi
45 cd tools/udev
46 - dodir /etc/udev/rules.d
47 - insinto /etc/udev/rules.d
48 + dodir /$(get_libdir)/udev/rules.d
49 + insinto /$(get_libdir)/udev/rules.d
50 newins libsane.rules 41-libsane.rules
51 cd ../..
52 dodoc NEWS AUTHORS ChangeLog* README README.linux
53
54
55
56 1.176 media-gfx/sane-backends/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?rev=1.176&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?rev=1.176&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?r1=1.175&r2=1.176
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v
65 retrieving revision 1.175
66 retrieving revision 1.176
67 diff -u -r1.175 -r1.176
68 --- ChangeLog 16 Nov 2010 21:00:45 -0000 1.175
69 +++ ChangeLog 21 Jan 2011 20:52:27 -0000 1.176
70 @@ -1,6 +1,13 @@
71 # ChangeLog for media-gfx/sane-backends
72 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.175 2010/11/16 21:00:45 phosphan Exp $
74 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.176 2011/01/21 20:52:27 phosphan Exp $
76 +
77 + 21 Jan 2011; Patrick Kursawe <phosphan@g.o>
78 + sane-backends-1.0.18-r6.ebuild, sane-backends-1.0.19-r2.ebuild,
79 + sane-backends-1.0.20-r3.ebuild, sane-backends-1.0.21.ebuild,
80 + sane-backends-1.0.21-r1.ebuild:
81 + Changing udev rules installation directory to $(get_libdir)/udev/rules.d, see bug #
82 + 348706.
83
84 16 Nov 2010; Patrick Kursawe <phosphan@g.o>
85 sane-backends-1.0.17.ebuild, sane-backends-1.0.18-r6.ebuild,
86
87
88
89 1.6 media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild?rev=1.6&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild?rev=1.6&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild?r1=1.5&r2=1.6
94
95 Index: sane-backends-1.0.20-r3.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild,v
98 retrieving revision 1.5
99 retrieving revision 1.6
100 diff -u -r1.5 -r1.6
101 --- sane-backends-1.0.20-r3.ebuild 16 Nov 2010 21:00:45 -0000 1.5
102 +++ sane-backends-1.0.20-r3.ebuild 21 Jan 2011 20:52:27 -0000 1.6
103 @@ -1,10 +1,10 @@
104 -# Copyright 1999-2010 Gentoo Foundation
105 +# Copyright 1999-2011 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild,v 1.5 2010/11/16 21:00:45 phosphan Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild,v 1.6 2011/01/21 20:52:27 phosphan Exp $
109
110 EAPI="1"
111
112 -inherit eutils flag-o-matic
113 +inherit eutils flag-o-matic multilib
114
115 # gphoto and v4l are handled by their usual USE flags.
116 # The pint backend was disabled because I could not get it to compile.
117 @@ -205,8 +205,8 @@
118 cd ../..
119 fi
120 cd tools/udev
121 - dodir /etc/udev/rules.d
122 - insinto /etc/udev/rules.d
123 + dodir /$(get_libdir)/udev/rules.d
124 + insinto /$(get_libdir)/udev/rules.d
125 newins libsane.rules 70-libsane.rules
126 cd ../..
127 dodoc NEWS AUTHORS ChangeLog* README README.linux
128
129
130
131 1.17 media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild
132
133 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild?rev=1.17&view=markup
134 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild?rev=1.17&content-type=text/plain
135 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild?r1=1.16&r2=1.17
136
137 Index: sane-backends-1.0.19-r2.ebuild
138 ===================================================================
139 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild,v
140 retrieving revision 1.16
141 retrieving revision 1.17
142 diff -u -r1.16 -r1.17
143 --- sane-backends-1.0.19-r2.ebuild 16 Nov 2010 21:00:45 -0000 1.16
144 +++ sane-backends-1.0.19-r2.ebuild 21 Jan 2011 20:52:27 -0000 1.17
145 @@ -1,10 +1,10 @@
146 -# Copyright 1999-2010 Gentoo Foundation
147 +# Copyright 1999-2011 Gentoo Foundation
148 # Distributed under the terms of the GNU General Public License v2
149 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild,v 1.16 2010/11/16 21:00:45 phosphan Exp $
150 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild,v 1.17 2011/01/21 20:52:27 phosphan Exp $
151
152 EAPI="1"
153
154 -inherit eutils flag-o-matic
155 +inherit eutils flag-o-matic multilib
156
157 IUSE="usb gphoto2 ipv6 v4l doc"
158
159 @@ -144,8 +144,8 @@
160 cd ../..
161 fi
162 cd tools/udev
163 - dodir /etc/udev/rules.d
164 - insinto /etc/udev/rules.d
165 + dodir /$(get_libdir)/udev/rules.d
166 + insinto /$(get_libdir)/udev/rules.d
167 newins libsane.rules 70-libsane.rules
168 cd ../..
169 dodoc NEWS AUTHORS ChangeLog* README README.linux
170
171
172
173 1.4 media-gfx/sane-backends/sane-backends-1.0.21.ebuild
174
175 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21.ebuild?rev=1.4&view=markup
176 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21.ebuild?rev=1.4&content-type=text/plain
177 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21.ebuild?r1=1.3&r2=1.4
178
179 Index: sane-backends-1.0.21.ebuild
180 ===================================================================
181 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21.ebuild,v
182 retrieving revision 1.3
183 retrieving revision 1.4
184 diff -u -r1.3 -r1.4
185 --- sane-backends-1.0.21.ebuild 16 Nov 2010 21:00:45 -0000 1.3
186 +++ sane-backends-1.0.21.ebuild 21 Jan 2011 20:52:27 -0000 1.4
187 @@ -1,10 +1,10 @@
188 -# Copyright 1999-2010 Gentoo Foundation
189 +# Copyright 1999-2011 Gentoo Foundation
190 # Distributed under the terms of the GNU General Public License v2
191 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21.ebuild,v 1.3 2010/11/16 21:00:45 phosphan Exp $
192 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21.ebuild,v 1.4 2011/01/21 20:52:27 phosphan Exp $
193
194 EAPI="1"
195
196 -inherit eutils flag-o-matic
197 +inherit eutils flag-o-matic multilib
198
199 # gphoto and v4l are handled by their usual USE flags.
200 # The pint backend was disabled because I could not get it to compile.
201 @@ -209,8 +209,8 @@
202 cd ../..
203 fi
204 cd tools/udev
205 - dodir /etc/udev/rules.d
206 - insinto /etc/udev/rules.d
207 + dodir /$(get_libdir)/udev/rules.d
208 + insinto /$(get_libdir)/udev/rules.d
209 newins libsane.rules 39-libsane.rules
210 cd ../..
211 dodoc NEWS AUTHORS ChangeLog* README README.linux
212
213
214
215 1.15 media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild
216
217 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild?rev=1.15&view=markup
218 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild?rev=1.15&content-type=text/plain
219 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild?r1=1.14&r2=1.15
220
221 Index: sane-backends-1.0.18-r6.ebuild
222 ===================================================================
223 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild,v
224 retrieving revision 1.14
225 retrieving revision 1.15
226 diff -u -r1.14 -r1.15
227 --- sane-backends-1.0.18-r6.ebuild 16 Nov 2010 21:00:45 -0000 1.14
228 +++ sane-backends-1.0.18-r6.ebuild 21 Jan 2011 20:52:27 -0000 1.15
229 @@ -1,10 +1,10 @@
230 -# Copyright 1999-2010 Gentoo Foundation
231 +# Copyright 1999-2011 Gentoo Foundation
232 # Distributed under the terms of the GNU General Public License v2
233 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild,v 1.14 2010/11/16 21:00:45 phosphan Exp $
234 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild,v 1.15 2011/01/21 20:52:27 phosphan Exp $
235
236 EAPI="1"
237
238 -inherit eutils flag-o-matic
239 +inherit eutils flag-o-matic multilib
240
241 IUSE="usb gphoto2 ipv6 v4l doc"
242
243 @@ -140,8 +140,8 @@
244 cd ../..
245 fi
246 cd tools/udev
247 - dodir /etc/udev/rules.d
248 - insinto /etc/udev/rules.d
249 + dodir /$(get_libdir)/udev/rules.d
250 + insinto /$(get_libdir)/udev/rules.d
251 newins libsane.rules 70-libsane.rules
252 cd ../..
253 dodoc NEWS AUTHORS ChangeLog* README README.linux