Gentoo Archives: gentoo-commits

From: "Justin Bronder (jsbronder)" <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/johntheripper: johntheripper-1.7.9-r3.ebuild johntheripper-1.7.9-r7.ebuild johntheripper-1.7.9-r6.ebuild johntheripper-1.7.9-r1.ebuild johntheripper-1.7.9-r8.ebuild johntheripper-1.7.9-r5.ebuild ChangeLog johntheripper-1.7.9-r2.ebuild johntheripper-1.7.9-r4.ebuild
Date: Tue, 02 Jul 2013 02:11:56
Message-Id: 20130702021149.07E672171D@flycatcher.gentoo.org
1 jsbronder 13/07/02 02:11:48
2
3 Modified: johntheripper-1.7.9-r3.ebuild
4 johntheripper-1.7.9-r7.ebuild
5 johntheripper-1.7.9-r6.ebuild
6 johntheripper-1.7.9-r1.ebuild
7 johntheripper-1.7.9-r8.ebuild
8 johntheripper-1.7.9-r5.ebuild ChangeLog
9 johntheripper-1.7.9-r2.ebuild
10 johntheripper-1.7.9-r4.ebuild
11 Log:
12 Remove fix for #462602. Handled in sys-cluster/openmpi now.
13
14 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 4D7043C9)
15
16 Revision Changes Path
17 1.3 app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild
18
19 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild?rev=1.3&view=markup
20 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild?rev=1.3&content-type=text/plain
21 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild?r1=1.2&r2=1.3
22
23 Index: johntheripper-1.7.9-r3.ebuild
24 ===================================================================
25 RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild,v
26 retrieving revision 1.2
27 retrieving revision 1.3
28 diff -u -r1.2 -r1.3
29 --- johntheripper-1.7.9-r3.ebuild 18 Jun 2013 22:42:02 -0000 1.2
30 +++ johntheripper-1.7.9-r3.ebuild 2 Jul 2013 02:11:48 -0000 1.3
31 @@ -1,6 +1,6 @@
32 # Copyright 1999-2013 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild,v 1.2 2013/06/18 22:42:02 jsbronder Exp $
35 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild,v 1.3 2013/07/02 02:11:48 jsbronder Exp $
36
37 EAPI="4"
38
39 @@ -158,9 +158,6 @@
40 CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)"
41 if use mpi; then
42 CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc
43 -
44 - # Workaround sandbox issue in #462602
45 - export FAKEROOTKEY=1
46 fi
47
48 emake -C src/ \
49
50
51
52 1.3 app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild?rev=1.3&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild?rev=1.3&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild?r1=1.2&r2=1.3
57
58 Index: johntheripper-1.7.9-r7.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild,v
61 retrieving revision 1.2
62 retrieving revision 1.3
63 diff -u -r1.2 -r1.3
64 --- johntheripper-1.7.9-r7.ebuild 18 Jun 2013 22:42:02 -0000 1.2
65 +++ johntheripper-1.7.9-r7.ebuild 2 Jul 2013 02:11:48 -0000 1.3
66 @@ -1,6 +1,6 @@
67 # Copyright 1999-2013 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild,v 1.2 2013/06/18 22:42:02 jsbronder Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild,v 1.3 2013/07/02 02:11:48 jsbronder Exp $
71
72 EAPI="5"
73
74 @@ -173,9 +173,6 @@
75 CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)"
76 if use mpi; then
77 CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc
78 -
79 - # Workaround sandbox issue in #462602
80 - export FAKEROOTKEY=1
81 fi
82
83 #this stuff was all stolen from the Makefile, if build breaks, check this first
84
85
86
87 1.13 app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild?rev=1.13&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild?rev=1.13&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild?r1=1.12&r2=1.13
92
93 Index: johntheripper-1.7.9-r6.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild,v
96 retrieving revision 1.12
97 retrieving revision 1.13
98 diff -u -r1.12 -r1.13
99 --- johntheripper-1.7.9-r6.ebuild 18 Jun 2013 22:42:02 -0000 1.12
100 +++ johntheripper-1.7.9-r6.ebuild 2 Jul 2013 02:11:48 -0000 1.13
101 @@ -1,6 +1,6 @@
102 # Copyright 1999-2013 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild,v 1.12 2013/06/18 22:42:02 jsbronder Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild,v 1.13 2013/07/02 02:11:48 jsbronder Exp $
106
107 EAPI="4"
108
109 @@ -172,9 +172,6 @@
110 CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)"
111 if use mpi; then
112 CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc
113 -
114 - # Workaround sandbox issue in #462602
115 - export FAKEROOTKEY=1
116 fi
117
118 #this stuff was all stolen from the Makefile, if build breaks, check this first
119
120
121
122 1.6 app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild?rev=1.6&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild?rev=1.6&content-type=text/plain
126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild?r1=1.5&r2=1.6
127
128 Index: johntheripper-1.7.9-r1.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild,v
131 retrieving revision 1.5
132 retrieving revision 1.6
133 diff -u -r1.5 -r1.6
134 --- johntheripper-1.7.9-r1.ebuild 18 Jun 2013 22:42:02 -0000 1.5
135 +++ johntheripper-1.7.9-r1.ebuild 2 Jul 2013 02:11:48 -0000 1.6
136 @@ -1,6 +1,6 @@
137 # Copyright 1999-2013 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild,v 1.5 2013/06/18 22:42:02 jsbronder Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild,v 1.6 2013/07/02 02:11:48 jsbronder Exp $
141
142 EAPI="4"
143
144 @@ -154,9 +154,6 @@
145 CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)"
146 if use mpi; then
147 CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc
148 -
149 - # Workaround sandbox issue in #462602
150 - export FAKEROOTKEY=1
151 fi
152
153 emake -C src/ \
154
155
156
157 1.2 app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild
158
159 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild?rev=1.2&view=markup
160 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild?rev=1.2&content-type=text/plain
161 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild?r1=1.1&r2=1.2
162
163 Index: johntheripper-1.7.9-r8.ebuild
164 ===================================================================
165 RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild,v
166 retrieving revision 1.1
167 retrieving revision 1.2
168 diff -u -r1.1 -r1.2
169 --- johntheripper-1.7.9-r8.ebuild 28 Jun 2013 22:02:06 -0000 1.1
170 +++ johntheripper-1.7.9-r8.ebuild 2 Jul 2013 02:11:48 -0000 1.2
171 @@ -1,6 +1,6 @@
172 # Copyright 1999-2013 Gentoo Foundation
173 # Distributed under the terms of the GNU General Public License v2
174 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild,v 1.1 2013/06/28 22:02:06 jlec Exp $
175 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild,v 1.2 2013/07/02 02:11:48 jsbronder Exp $
176
177 EAPI="5"
178
179 @@ -180,9 +180,6 @@
180 CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)"
181 if use mpi; then
182 CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc
183 -
184 - # Workaround sandbox issue in #462602
185 - export FAKEROOTKEY=1
186 fi
187
188 #this stuff was all stolen from the Makefile, if build breaks, check this first
189
190
191
192 1.5 app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild
193
194 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild?rev=1.5&view=markup
195 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild?rev=1.5&content-type=text/plain
196 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild?r1=1.4&r2=1.5
197
198 Index: johntheripper-1.7.9-r5.ebuild
199 ===================================================================
200 RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild,v
201 retrieving revision 1.4
202 retrieving revision 1.5
203 diff -u -r1.4 -r1.5
204 --- johntheripper-1.7.9-r5.ebuild 18 Jun 2013 22:42:02 -0000 1.4
205 +++ johntheripper-1.7.9-r5.ebuild 2 Jul 2013 02:11:48 -0000 1.5
206 @@ -1,6 +1,6 @@
207 # Copyright 1999-2013 Gentoo Foundation
208 # Distributed under the terms of the GNU General Public License v2
209 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild,v 1.4 2013/06/18 22:42:02 jsbronder Exp $
210 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild,v 1.5 2013/07/02 02:11:48 jsbronder Exp $
211
212 EAPI="4"
213
214 @@ -170,9 +170,6 @@
215 CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)"
216 if use mpi; then
217 CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc
218 -
219 - # Workaround sandbox issue in #462602
220 - export FAKEROOTKEY=1
221 fi
222
223 #this stuff was all stolen from the Makefile, if build breaks, check this first
224
225
226
227 1.161 app-crypt/johntheripper/ChangeLog
228
229 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/ChangeLog?rev=1.161&view=markup
230 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/ChangeLog?rev=1.161&content-type=text/plain
231 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/ChangeLog?r1=1.160&r2=1.161
232
233 Index: ChangeLog
234 ===================================================================
235 RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v
236 retrieving revision 1.160
237 retrieving revision 1.161
238 diff -u -r1.160 -r1.161
239 --- ChangeLog 28 Jun 2013 22:02:06 -0000 1.160
240 +++ ChangeLog 2 Jul 2013 02:11:48 -0000 1.161
241 @@ -1,6 +1,13 @@
242 # ChangeLog for app-crypt/johntheripper
243 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
244 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v 1.160 2013/06/28 22:02:06 jlec Exp $
245 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v 1.161 2013/07/02 02:11:48 jsbronder Exp $
246 +
247 + 02 Jul 2013; Justin Bronder <jsbronder@g.o>
248 + johntheripper-1.7.9-r1.ebuild, johntheripper-1.7.9-r2.ebuild,
249 + johntheripper-1.7.9-r3.ebuild, johntheripper-1.7.9-r4.ebuild,
250 + johntheripper-1.7.9-r5.ebuild, johntheripper-1.7.9-r6.ebuild,
251 + johntheripper-1.7.9-r7.ebuild, johntheripper-1.7.9-r8.ebuild:
252 + Remove fix for #462602. Handled in sys-cluster/openmpi now.
253
254 *johntheripper-1.7.9-r8 (28 Jun 2013)
255
256
257
258
259 1.3 app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild
260
261 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild?rev=1.3&view=markup
262 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild?rev=1.3&content-type=text/plain
263 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild?r1=1.2&r2=1.3
264
265 Index: johntheripper-1.7.9-r2.ebuild
266 ===================================================================
267 RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild,v
268 retrieving revision 1.2
269 retrieving revision 1.3
270 diff -u -r1.2 -r1.3
271 --- johntheripper-1.7.9-r2.ebuild 18 Jun 2013 22:42:02 -0000 1.2
272 +++ johntheripper-1.7.9-r2.ebuild 2 Jul 2013 02:11:48 -0000 1.3
273 @@ -1,6 +1,6 @@
274 # Copyright 1999-2013 Gentoo Foundation
275 # Distributed under the terms of the GNU General Public License v2
276 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild,v 1.2 2013/06/18 22:42:02 jsbronder Exp $
277 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild,v 1.3 2013/07/02 02:11:48 jsbronder Exp $
278
279 EAPI="4"
280
281 @@ -160,9 +160,6 @@
282 CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)"
283 if use mpi; then
284 CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc
285 -
286 - # Workaround sandbox issue in #462602
287 - export FAKEROOTKEY=1
288 fi
289
290 emake -C src/ \
291
292
293
294 1.3 app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild
295
296 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild?rev=1.3&view=markup
297 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild?rev=1.3&content-type=text/plain
298 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild?r1=1.2&r2=1.3
299
300 Index: johntheripper-1.7.9-r4.ebuild
301 ===================================================================
302 RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild,v
303 retrieving revision 1.2
304 retrieving revision 1.3
305 diff -u -r1.2 -r1.3
306 --- johntheripper-1.7.9-r4.ebuild 18 Jun 2013 22:42:02 -0000 1.2
307 +++ johntheripper-1.7.9-r4.ebuild 2 Jul 2013 02:11:48 -0000 1.3
308 @@ -1,6 +1,6 @@
309 # Copyright 1999-2013 Gentoo Foundation
310 # Distributed under the terms of the GNU General Public License v2
311 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild,v 1.2 2013/06/18 22:42:02 jsbronder Exp $
312 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild,v 1.3 2013/07/02 02:11:48 jsbronder Exp $
313
314 EAPI="4"
315
316 @@ -171,9 +171,6 @@
317 CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)"
318 if use mpi; then
319 CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc
320 -
321 - # Workaround sandbox issue in #462602
322 - export FAKEROOTKEY=1
323 fi
324
325 #this stuff was all stolen from the Makefile, if build breaks, check this first