Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/cryptsetup-luks: cryptsetup-luks-1.0.3-r3.ebuild cryptsetup-luks-1.0.1-r2.ebuild ChangeLog cryptsetup-luks-1.0.4.ebuild cryptsetup-luks-1.0.1-r1.ebuild cryptsetup-luks-1.0.4-r3.ebuild cryptsetup-luks-1.0.4-r1.ebuild
Date: Fri, 14 Sep 2007 21:41:57
Message-Id: E1IWIo3-0006bD-MI@stork.gentoo.org
1 wolf31o2 07/09/14 21:34:31
2
3 Modified: cryptsetup-luks-1.0.3-r3.ebuild
4 cryptsetup-luks-1.0.1-r2.ebuild ChangeLog
5 cryptsetup-luks-1.0.4.ebuild
6 cryptsetup-luks-1.0.1-r1.ebuild
7 cryptsetup-luks-1.0.4-r3.ebuild
8 cryptsetup-luks-1.0.4-r1.ebuild
9 Log:
10 Removed check for USE=build since it did nothing because cryptsetup isn't in stage1. Removed call to linux-info_pkg_setup to remove requirement on a configured kernel. This fixes bug #148390 from this end, but changes are still needed in linux-info.eclass, which is tracked at bug #192556.
11 (Portage version: 2.1.3.7)
12
13 Revision Changes Path
14 1.3 sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r3.ebuild
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r3.ebuild?rev=1.3&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r3.ebuild?rev=1.3&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r3.ebuild?r1=1.2&r2=1.3
19
20 Index: cryptsetup-luks-1.0.3-r3.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r3.ebuild,v
23 retrieving revision 1.2
24 retrieving revision 1.3
25 diff -u -r1.2 -r1.3
26 --- cryptsetup-luks-1.0.3-r3.ebuild 2 Jul 2007 15:33:24 -0000 1.2
27 +++ cryptsetup-luks-1.0.3-r3.ebuild 14 Sep 2007 21:34:31 -0000 1.3
28 @@ -1,6 +1,6 @@
29 # Copyright 1999-2007 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r3.ebuild,v 1.2 2007/07/02 15:33:24 peper Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r3.ebuild,v 1.3 2007/09/14 21:34:31 wolf31o2 Exp $
33
34 inherit autotools linux-info eutils flag-o-matic multilib
35
36 @@ -34,12 +34,8 @@
37 }
38
39 pkg_setup() {
40 - # Bug 148390
41 - if ! use build ; then
42 - linux-info_pkg_setup
43 - dm-crypt_check
44 - crypto_check
45 - fi
46 + dm-crypt_check
47 + crypto_check
48 }
49
50 src_unpack() {
51
52
53
54 1.4 sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r2.ebuild
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r2.ebuild?rev=1.4&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r2.ebuild?rev=1.4&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r2.ebuild?r1=1.3&r2=1.4
59
60 Index: cryptsetup-luks-1.0.1-r2.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r2.ebuild,v
63 retrieving revision 1.3
64 retrieving revision 1.4
65 diff -u -r1.3 -r1.4
66 --- cryptsetup-luks-1.0.1-r2.ebuild 30 Mar 2006 10:16:09 -0000 1.3
67 +++ cryptsetup-luks-1.0.1-r2.ebuild 14 Sep 2007 21:34:31 -0000 1.4
68 @@ -1,6 +1,6 @@
69 -# Copyright 1999-2006 Gentoo Foundation
70 +# Copyright 1999-2007 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r2.ebuild,v 1.3 2006/03/30 10:16:09 strerror Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r2.ebuild,v 1.4 2007/09/14 21:34:31 wolf31o2 Exp $
74
75 inherit linux-info eutils flag-o-matic
76
77 @@ -39,7 +39,6 @@
78 }
79
80 pkg_setup() {
81 - linux-info_pkg_setup
82 dm-crypt_check;
83 }
84
85
86
87
88 1.60 sys-fs/cryptsetup-luks/ChangeLog
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/ChangeLog?rev=1.60&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/ChangeLog?rev=1.60&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/ChangeLog?r1=1.59&r2=1.60
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/ChangeLog,v
97 retrieving revision 1.59
98 retrieving revision 1.60
99 diff -u -r1.59 -r1.60
100 --- ChangeLog 2 Jul 2007 19:38:32 -0000 1.59
101 +++ ChangeLog 14 Sep 2007 21:34:31 -0000 1.60
102 @@ -1,6 +1,15 @@
103 # ChangeLog for sys-fs/cryptsetup-luks
104 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/ChangeLog,v 1.59 2007/07/02 19:38:32 armin76 Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/ChangeLog,v 1.60 2007/09/14 21:34:31 wolf31o2 Exp $
107 +
108 + 14 Sep 2007; Chris Gianelloni <wolf31o2@g.o>
109 + cryptsetup-luks-1.0.1-r1.ebuild, cryptsetup-luks-1.0.1-r2.ebuild,
110 + cryptsetup-luks-1.0.3-r3.ebuild, cryptsetup-luks-1.0.4.ebuild,
111 + cryptsetup-luks-1.0.4-r1.ebuild, cryptsetup-luks-1.0.4-r3.ebuild:
112 + Removed check for USE=build since it did nothing because cryptsetup isn't in
113 + stage1. Removed call to linux-info_pkg_setup to remove requirement on a
114 + configured kernel. This fixes bug #148390 from this end, but changes are
115 + still needed in linux-info.eclass, which is tracked at bug #192556.
116
117 02 Jul 2007; Raúl Porcel <armin76@g.o>
118 cryptsetup-luks-1.0.4-r3.ebuild:
119
120
121
122 1.6 sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4.ebuild
123
124 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4.ebuild?rev=1.6&view=markup
125 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4.ebuild?rev=1.6&content-type=text/plain
126 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4.ebuild?r1=1.5&r2=1.6
127
128 Index: cryptsetup-luks-1.0.4.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4.ebuild,v
131 retrieving revision 1.5
132 retrieving revision 1.6
133 diff -u -r1.5 -r1.6
134 --- cryptsetup-luks-1.0.4.ebuild 2 Jul 2007 15:33:24 -0000 1.5
135 +++ cryptsetup-luks-1.0.4.ebuild 14 Sep 2007 21:34:31 -0000 1.6
136 @@ -1,6 +1,6 @@
137 # Copyright 1999-2007 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4.ebuild,v 1.5 2007/07/02 15:33:24 peper Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4.ebuild,v 1.6 2007/09/14 21:34:31 wolf31o2 Exp $
141
142 inherit linux-info eutils flag-o-matic multilib
143
144 @@ -42,13 +42,9 @@
145 }
146
147 pkg_setup() {
148 - # Bug 148390
149 - if ! use build ; then
150 - linux-info_pkg_setup
151 - dm-crypt_check
152 - crypto_check
153 - cbc_check
154 - fi
155 + dm-crypt_check
156 + crypto_check
157 + cbc_check
158 }
159
160 src_compile() {
161
162
163
164 1.11 sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild
165
166 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild?rev=1.11&view=markup
167 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild?rev=1.11&content-type=text/plain
168 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild?r1=1.10&r2=1.11
169
170 Index: cryptsetup-luks-1.0.1-r1.ebuild
171 ===================================================================
172 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild,v
173 retrieving revision 1.10
174 retrieving revision 1.11
175 diff -u -r1.10 -r1.11
176 --- cryptsetup-luks-1.0.1-r1.ebuild 30 Mar 2006 10:16:09 -0000 1.10
177 +++ cryptsetup-luks-1.0.1-r1.ebuild 14 Sep 2007 21:34:31 -0000 1.11
178 @@ -1,6 +1,6 @@
179 -# Copyright 1999-2006 Gentoo Foundation
180 +# Copyright 1999-2007 Gentoo Foundation
181 # Distributed under the terms of the GNU General Public License v2
182 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild,v 1.10 2006/03/30 10:16:09 strerror Exp $
183 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.1-r1.ebuild,v 1.11 2007/09/14 21:34:31 wolf31o2 Exp $
184
185 inherit linux-info eutils flag-o-matic
186
187 @@ -39,7 +39,6 @@
188 }
189
190 pkg_setup() {
191 - linux-info_pkg_setup
192 dm-crypt_check;
193 }
194
195
196
197
198 1.12 sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4-r3.ebuild
199
200 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4-r3.ebuild?rev=1.12&view=markup
201 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4-r3.ebuild?rev=1.12&content-type=text/plain
202 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4-r3.ebuild?r1=1.11&r2=1.12
203
204 Index: cryptsetup-luks-1.0.4-r3.ebuild
205 ===================================================================
206 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4-r3.ebuild,v
207 retrieving revision 1.11
208 retrieving revision 1.12
209 diff -u -r1.11 -r1.12
210 --- cryptsetup-luks-1.0.4-r3.ebuild 2 Jul 2007 19:38:32 -0000 1.11
211 +++ cryptsetup-luks-1.0.4-r3.ebuild 14 Sep 2007 21:34:31 -0000 1.12
212 @@ -1,6 +1,6 @@
213 # Copyright 1999-2007 Gentoo Foundation
214 # Distributed under the terms of the GNU General Public License v2
215 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4-r3.ebuild,v 1.11 2007/07/02 19:38:32 armin76 Exp $
216 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4-r3.ebuild,v 1.12 2007/09/14 21:34:31 wolf31o2 Exp $
217
218 inherit linux-info eutils flag-o-matic multilib
219
220 @@ -42,13 +42,9 @@
221 }
222
223 pkg_setup() {
224 - # Bug 148390
225 - if ! use build ; then
226 - linux-info_pkg_setup
227 - dm-crypt_check
228 - crypto_check
229 - cbc_check
230 - fi
231 + dm-crypt_check
232 + crypto_check
233 + cbc_check
234 }
235
236 src_compile() {
237
238
239
240 1.4 sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4-r1.ebuild
241
242 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4-r1.ebuild?rev=1.4&view=markup
243 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4-r1.ebuild?rev=1.4&content-type=text/plain
244 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4-r1.ebuild?r1=1.3&r2=1.4
245
246 Index: cryptsetup-luks-1.0.4-r1.ebuild
247 ===================================================================
248 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4-r1.ebuild,v
249 retrieving revision 1.3
250 retrieving revision 1.4
251 diff -u -r1.3 -r1.4
252 --- cryptsetup-luks-1.0.4-r1.ebuild 2 Jul 2007 15:33:24 -0000 1.3
253 +++ cryptsetup-luks-1.0.4-r1.ebuild 14 Sep 2007 21:34:31 -0000 1.4
254 @@ -1,6 +1,6 @@
255 # Copyright 1999-2007 Gentoo Foundation
256 # Distributed under the terms of the GNU General Public License v2
257 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4-r1.ebuild,v 1.3 2007/07/02 15:33:24 peper Exp $
258 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.4-r1.ebuild,v 1.4 2007/09/14 21:34:31 wolf31o2 Exp $
259
260 inherit linux-info eutils flag-o-matic multilib
261
262 @@ -42,13 +42,9 @@
263 }
264
265 pkg_setup() {
266 - # Bug 148390
267 - if ! use build ; then
268 - linux-info_pkg_setup
269 - dm-crypt_check
270 - crypto_check
271 - cbc_check
272 - fi
273 + dm-crypt_check
274 + crypto_check
275 + cbc_check
276 }
277
278 src_compile() {
279
280
281
282 --
283 gentoo-commits@g.o mailing list