Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mricrogl/, sci-mathematics/cadabra/, sci-mathematics/pff/, ...
Date: Sun, 05 Feb 2017 05:21:52
Message-Id: 1486271883.d656b6d1ca11a70c8c47fb326e16bd3564006518.jlec@gentoo
1 commit: d656b6d1ca11a70c8c47fb326e16bd3564006518
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 3 17:05:17 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 05:18:03 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d656b6d1
7
8 Drop quoting form EAPI
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 dev-java/htsjdk/htsjdk-2.1.0.ebuild | 2 +-
13 dev-java/htsjdk/htsjdk-2.2.2.ebuild | 2 +-
14 dev-java/htsjdk/htsjdk-2.5.1.ebuild | 2 +-
15 dev-java/htsjdk/htsjdk-9999.ebuild | 2 +-
16 dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild | 2 +-
17 sci-biology/aghermann/aghermann-1.1.2.ebuild | 2 +-
18 sci-biology/cnrun/cnrun-2.1.0.ebuild | 2 +-
19 sci-biology/mne-python/mne-python-0.7.ebuild | 2 +-
20 sci-biology/mne-python/mne-python-9999.ebuild | 2 +-
21 sci-biology/picard/picard-1.141.ebuild | 2 +-
22 sci-biology/picard/picard-2.2.2.ebuild | 2 +-
23 sci-biology/picard/picard-2.8.1.ebuild | 2 +-
24 sci-biology/picard/picard-9999.ebuild | 2 +-
25 sci-biology/psychopy/psychopy-1.84.0.ebuild | 2 +-
26 sci-biology/psychopy/psychopy-1.84.1.ebuild | 2 +-
27 sci-biology/psychopy/psychopy-1.84.2.ebuild | 2 +-
28 sci-biology/psychopy/psychopy-9999.ebuild | 2 +-
29 sci-biology/pysam/pysam-0.7.5.ebuild | 2 +-
30 sci-biology/pysurfer/pysurfer-0.4.ebuild | 2 +-
31 sci-biology/pysurfer/pysurfer-0.6.ebuild | 2 +-
32 sci-biology/pysurfer/pysurfer-9999.ebuild | 2 +-
33 .../gnome-chemistry-utils/gnome-chemistry-utils-0.14.2-r1.ebuild | 2 +-
34 sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-9999.ebuild | 2 +-
35 sci-libs/vxl/vxl-9999.ebuild | 2 +-
36 sci-mathematics/apron/apron-0.9.10-r1.ebuild | 2 +-
37 sci-mathematics/cadabra/cadabra-1.39.ebuild | 2 +-
38 sci-mathematics/flocq/flocq-2.3.0.ebuild | 2 +-
39 sci-mathematics/frama-c/frama-c-20140301.ebuild | 2 +-
40 sci-mathematics/gappa/gappa-1.1.1.ebuild | 2 +-
41 sci-mathematics/gappalib-coq/gappalib-coq-1.0.0.ebuild | 2 +-
42 sci-mathematics/giac/giac-1.1.0.ebuild | 2 +-
43 sci-mathematics/ltl2ba/ltl2ba-1.1.ebuild | 2 +-
44 sci-mathematics/pff/pff-8.4.ebuild | 2 +-
45 sci-misc/kaldi/kaldi-0_p20151106.ebuild | 2 +-
46 sci-misc/mitlm/mitlm-0.4.1.ebuild | 2 +-
47 sci-misc/openfst/openfst-1.3.4.ebuild | 2 +-
48 sci-misc/openfst/openfst-1.4.1.ebuild | 2 +-
49 sci-visualization/mricrogl/mricrogl-1.0.20151111.ebuild | 2 +-
50 sci-visualization/mricron/mricron-9999.ebuild | 2 +-
51 sys-cluster/mvapich2/mvapich2-1.6-r1.ebuild | 2 +-
52 40 files changed, 40 insertions(+), 40 deletions(-)
53
54 diff --git a/dev-java/htsjdk/htsjdk-2.1.0.ebuild b/dev-java/htsjdk/htsjdk-2.1.0.ebuild
55 index 4605e3c..550746f 100644
56 --- a/dev-java/htsjdk/htsjdk-2.1.0.ebuild
57 +++ b/dev-java/htsjdk/htsjdk-2.1.0.ebuild
58 @@ -2,7 +2,7 @@
59 # Distributed under the terms of the GNU General Public License v2
60 # $Id$
61
62 -EAPI="6"
63 +EAPI=6
64
65 JAVA_PKG_IUSE="doc source"
66
67
68 diff --git a/dev-java/htsjdk/htsjdk-2.2.2.ebuild b/dev-java/htsjdk/htsjdk-2.2.2.ebuild
69 index 4605e3c..550746f 100644
70 --- a/dev-java/htsjdk/htsjdk-2.2.2.ebuild
71 +++ b/dev-java/htsjdk/htsjdk-2.2.2.ebuild
72 @@ -2,7 +2,7 @@
73 # Distributed under the terms of the GNU General Public License v2
74 # $Id$
75
76 -EAPI="6"
77 +EAPI=6
78
79 JAVA_PKG_IUSE="doc source"
80
81
82 diff --git a/dev-java/htsjdk/htsjdk-2.5.1.ebuild b/dev-java/htsjdk/htsjdk-2.5.1.ebuild
83 index 9cd835a..2ad0ae3 100644
84 --- a/dev-java/htsjdk/htsjdk-2.5.1.ebuild
85 +++ b/dev-java/htsjdk/htsjdk-2.5.1.ebuild
86 @@ -2,7 +2,7 @@
87 # Distributed under the terms of the GNU General Public License v2
88 # $Id$
89
90 -EAPI="6"
91 +EAPI=6
92
93 JAVA_PKG_IUSE="doc source"
94
95
96 diff --git a/dev-java/htsjdk/htsjdk-9999.ebuild b/dev-java/htsjdk/htsjdk-9999.ebuild
97 index cfd1379..7b7b38f 100644
98 --- a/dev-java/htsjdk/htsjdk-9999.ebuild
99 +++ b/dev-java/htsjdk/htsjdk-9999.ebuild
100 @@ -2,7 +2,7 @@
101 # Distributed under the terms of the GNU General Public License v2
102 # $Id$
103
104 -EAPI="6"
105 +EAPI=6
106
107 JAVA_PKG_IUSE="doc source"
108
109
110 diff --git a/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild b/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
111 index 49ef4c2..b439eff 100644
112 --- a/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
113 +++ b/dev-python/matplotlib-venn/matplotlib-venn-9999.ebuild
114 @@ -2,7 +2,7 @@
115 # Distributed under the terms of the GNU General Public License v2
116 # $Id$
117
118 -EAPI="5"
119 +EAPI=5
120
121 PYTHON_COMPAT=( python2_7 )
122
123
124 diff --git a/sci-biology/aghermann/aghermann-1.1.2.ebuild b/sci-biology/aghermann/aghermann-1.1.2.ebuild
125 index bfe13db..77b4bea 100644
126 --- a/sci-biology/aghermann/aghermann-1.1.2.ebuild
127 +++ b/sci-biology/aghermann/aghermann-1.1.2.ebuild
128 @@ -2,7 +2,7 @@
129 # Distributed under the terms of the GNU General Public License v2
130 # $Id$
131
132 -EAPI="6"
133 +EAPI=6
134
135 DESCRIPTION="A sleep-research experiment manager, EDF viewer & Process S simulator"
136 HOMEPAGE="http://johnhommer.com/academic/code/aghermann"
137
138 diff --git a/sci-biology/cnrun/cnrun-2.1.0.ebuild b/sci-biology/cnrun/cnrun-2.1.0.ebuild
139 index b68d6b0..d791f69 100644
140 --- a/sci-biology/cnrun/cnrun-2.1.0.ebuild
141 +++ b/sci-biology/cnrun/cnrun-2.1.0.ebuild
142 @@ -2,7 +2,7 @@
143 # Distributed under the terms of the GNU General Public License v2
144 # $Id$
145
146 -EAPI="6"
147 +EAPI=6
148
149 DESCRIPTION="A NeuroML-enabled, precise but slow neuronal network simulator"
150 HOMEPAGE="http://johnhommer.com/academic/code/cnrun"
151
152 diff --git a/sci-biology/mne-python/mne-python-0.7.ebuild b/sci-biology/mne-python/mne-python-0.7.ebuild
153 index 3373f1e..35edd22 100644
154 --- a/sci-biology/mne-python/mne-python-0.7.ebuild
155 +++ b/sci-biology/mne-python/mne-python-0.7.ebuild
156 @@ -2,7 +2,7 @@
157 # Distributed under the terms of the GNU General Public License v2
158 # $Id$
159
160 -EAPI="5"
161 +EAPI=5
162
163 PYTHON_COMPAT=( python2_7 )
164
165
166 diff --git a/sci-biology/mne-python/mne-python-9999.ebuild b/sci-biology/mne-python/mne-python-9999.ebuild
167 index 5d7f615..7231b2c 100644
168 --- a/sci-biology/mne-python/mne-python-9999.ebuild
169 +++ b/sci-biology/mne-python/mne-python-9999.ebuild
170 @@ -2,7 +2,7 @@
171 # Distributed under the terms of the GNU General Public License v2
172 # $Id$
173
174 -EAPI="5"
175 +EAPI=5
176
177 PYTHON_COMPAT=( python2_7 )
178
179
180 diff --git a/sci-biology/picard/picard-1.141.ebuild b/sci-biology/picard/picard-1.141.ebuild
181 index b84d91d..d23a32e 100644
182 --- a/sci-biology/picard/picard-1.141.ebuild
183 +++ b/sci-biology/picard/picard-1.141.ebuild
184 @@ -2,7 +2,7 @@
185 # Distributed under the terms of the GNU General Public License v2
186 # $Id$
187
188 -EAPI="5"
189 +EAPI=5
190
191 JAVA_PKG_IUSE="doc source test"
192 WANT_ANT_TASKS="ant-apache-bcel dev-java/testng:0 ant-junit4"
193
194 diff --git a/sci-biology/picard/picard-2.2.2.ebuild b/sci-biology/picard/picard-2.2.2.ebuild
195 index f0cc489..70ce73a 100644
196 --- a/sci-biology/picard/picard-2.2.2.ebuild
197 +++ b/sci-biology/picard/picard-2.2.2.ebuild
198 @@ -2,7 +2,7 @@
199 # Distributed under the terms of the GNU General Public License v2
200 # $Id$
201
202 -EAPI="6"
203 +EAPI=6
204
205 JAVA_PKG_IUSE="doc source"
206
207
208 diff --git a/sci-biology/picard/picard-2.8.1.ebuild b/sci-biology/picard/picard-2.8.1.ebuild
209 index 10f350f..e6495cd 100644
210 --- a/sci-biology/picard/picard-2.8.1.ebuild
211 +++ b/sci-biology/picard/picard-2.8.1.ebuild
212 @@ -2,7 +2,7 @@
213 # Distributed under the terms of the GNU General Public License v2
214 # $Id$
215
216 -EAPI="6"
217 +EAPI=6
218
219 JAVA_PKG_IUSE="doc source"
220
221
222 diff --git a/sci-biology/picard/picard-9999.ebuild b/sci-biology/picard/picard-9999.ebuild
223 index 050e03e..85c57b1 100644
224 --- a/sci-biology/picard/picard-9999.ebuild
225 +++ b/sci-biology/picard/picard-9999.ebuild
226 @@ -2,7 +2,7 @@
227 # Distributed under the terms of the GNU General Public License v2
228 # $Id$
229
230 -EAPI="6"
231 +EAPI=6
232
233 #JAVA_PKG_IUSE="doc source"
234 JAVA_PKG_IUSE=""
235
236 diff --git a/sci-biology/psychopy/psychopy-1.84.0.ebuild b/sci-biology/psychopy/psychopy-1.84.0.ebuild
237 index d9b2a30..f947703 100644
238 --- a/sci-biology/psychopy/psychopy-1.84.0.ebuild
239 +++ b/sci-biology/psychopy/psychopy-1.84.0.ebuild
240 @@ -2,7 +2,7 @@
241 # Distributed under the terms of the GNU General Public License v2
242 # $Id$
243
244 -EAPI="6"
245 +EAPI=6
246
247 PYTHON_COMPAT=( python2_7 )
248 PYTHON_REQ_USE="threads(+)"
249
250 diff --git a/sci-biology/psychopy/psychopy-1.84.1.ebuild b/sci-biology/psychopy/psychopy-1.84.1.ebuild
251 index b15e00d..d76cf65 100644
252 --- a/sci-biology/psychopy/psychopy-1.84.1.ebuild
253 +++ b/sci-biology/psychopy/psychopy-1.84.1.ebuild
254 @@ -2,7 +2,7 @@
255 # Distributed under the terms of the GNU General Public License v2
256 # $Id$
257
258 -EAPI="6"
259 +EAPI=6
260
261 PYTHON_COMPAT=( python2_7 )
262 PYTHON_REQ_USE="threads(+)"
263
264 diff --git a/sci-biology/psychopy/psychopy-1.84.2.ebuild b/sci-biology/psychopy/psychopy-1.84.2.ebuild
265 index b15e00d..d76cf65 100644
266 --- a/sci-biology/psychopy/psychopy-1.84.2.ebuild
267 +++ b/sci-biology/psychopy/psychopy-1.84.2.ebuild
268 @@ -2,7 +2,7 @@
269 # Distributed under the terms of the GNU General Public License v2
270 # $Id$
271
272 -EAPI="6"
273 +EAPI=6
274
275 PYTHON_COMPAT=( python2_7 )
276 PYTHON_REQ_USE="threads(+)"
277
278 diff --git a/sci-biology/psychopy/psychopy-9999.ebuild b/sci-biology/psychopy/psychopy-9999.ebuild
279 index 3a940a5..b1234a1 100644
280 --- a/sci-biology/psychopy/psychopy-9999.ebuild
281 +++ b/sci-biology/psychopy/psychopy-9999.ebuild
282 @@ -2,7 +2,7 @@
283 # Distributed under the terms of the GNU General Public License v2
284 # $Id$
285
286 -EAPI="6"
287 +EAPI=6
288
289 PYTHON_COMPAT=( python2_7 )
290 PYTHON_REQ_USE="threads(+)"
291
292 diff --git a/sci-biology/pysam/pysam-0.7.5.ebuild b/sci-biology/pysam/pysam-0.7.5.ebuild
293 index dd1da5b..f4bf04a 100644
294 --- a/sci-biology/pysam/pysam-0.7.5.ebuild
295 +++ b/sci-biology/pysam/pysam-0.7.5.ebuild
296 @@ -2,7 +2,7 @@
297 # Distributed under the terms of the GNU General Public License v2
298 # $Id$
299
300 -EAPI="5"
301 +EAPI=5
302
303 PYTHON_COMPAT=( python2_7 )
304
305
306 diff --git a/sci-biology/pysurfer/pysurfer-0.4.ebuild b/sci-biology/pysurfer/pysurfer-0.4.ebuild
307 index 33a3beb..eca4ef9 100644
308 --- a/sci-biology/pysurfer/pysurfer-0.4.ebuild
309 +++ b/sci-biology/pysurfer/pysurfer-0.4.ebuild
310 @@ -2,7 +2,7 @@
311 # Distributed under the terms of the GNU General Public License v2
312 # $Id$
313
314 -EAPI="5"
315 +EAPI=5
316
317 PYTHON_COMPAT=( python2_7 )
318
319
320 diff --git a/sci-biology/pysurfer/pysurfer-0.6.ebuild b/sci-biology/pysurfer/pysurfer-0.6.ebuild
321 index 33a3beb..eca4ef9 100644
322 --- a/sci-biology/pysurfer/pysurfer-0.6.ebuild
323 +++ b/sci-biology/pysurfer/pysurfer-0.6.ebuild
324 @@ -2,7 +2,7 @@
325 # Distributed under the terms of the GNU General Public License v2
326 # $Id$
327
328 -EAPI="5"
329 +EAPI=5
330
331 PYTHON_COMPAT=( python2_7 )
332
333
334 diff --git a/sci-biology/pysurfer/pysurfer-9999.ebuild b/sci-biology/pysurfer/pysurfer-9999.ebuild
335 index 0dd859f..1390a39 100644
336 --- a/sci-biology/pysurfer/pysurfer-9999.ebuild
337 +++ b/sci-biology/pysurfer/pysurfer-9999.ebuild
338 @@ -2,7 +2,7 @@
339 # Distributed under the terms of the GNU General Public License v2
340 # $Id$
341
342 -EAPI="5"
343 +EAPI=5
344
345 PYTHON_COMPAT=( python2_7 )
346
347
348 diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.2-r1.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.2-r1.ebuild
349 index cd3210f..89d6487 100644
350 --- a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.2-r1.ebuild
351 +++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.2-r1.ebuild
352 @@ -2,7 +2,7 @@
353 # Distributed under the terms of the GNU General Public License v2
354 # $Id$
355
356 -EAPI="5"
357 +EAPI=5
358
359 GCONF_DEBUG="no"
360 inherit eutils gnome2 versionator
361
362 diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-9999.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-9999.ebuild
363 index 2434d4f..613b7e4 100644
364 --- a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-9999.ebuild
365 +++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-9999.ebuild
366 @@ -2,7 +2,7 @@
367 # Distributed under the terms of the GNU General Public License v2
368 # $Id$
369
370 -EAPI="5"
371 +EAPI=5
372
373 GCONF_DEBUG="no"
374 inherit autotools flag-o-matic gnome2 versionator subversion
375
376 diff --git a/sci-libs/vxl/vxl-9999.ebuild b/sci-libs/vxl/vxl-9999.ebuild
377 index 7ed0bda..8a2c5ec 100644
378 --- a/sci-libs/vxl/vxl-9999.ebuild
379 +++ b/sci-libs/vxl/vxl-9999.ebuild
380 @@ -2,7 +2,7 @@
381 # Distributed under the terms of the GNU General Public License v2
382 # $Id$
383
384 -EAPI="5"
385 +EAPI=5
386
387 inherit cmake-utils git-r3
388
389
390 diff --git a/sci-mathematics/apron/apron-0.9.10-r1.ebuild b/sci-mathematics/apron/apron-0.9.10-r1.ebuild
391 index 21d7f01..723ca31 100644
392 --- a/sci-mathematics/apron/apron-0.9.10-r1.ebuild
393 +++ b/sci-mathematics/apron/apron-0.9.10-r1.ebuild
394 @@ -2,7 +2,7 @@
395 # Distributed under the terms of the GNU General Public License v2
396 # $Id$
397
398 -EAPI="5"
399 +EAPI=5
400
401 inherit eutils toolchain-funcs
402
403
404 diff --git a/sci-mathematics/cadabra/cadabra-1.39.ebuild b/sci-mathematics/cadabra/cadabra-1.39.ebuild
405 index 0e19bad..26024ae 100644
406 --- a/sci-mathematics/cadabra/cadabra-1.39.ebuild
407 +++ b/sci-mathematics/cadabra/cadabra-1.39.ebuild
408 @@ -2,7 +2,7 @@
409 # Distributed under the terms of the GNU General Public License v2
410 # $Id$
411
412 -EAPI="5"
413 +EAPI=5
414
415 inherit eutils texlive-common
416
417
418 diff --git a/sci-mathematics/flocq/flocq-2.3.0.ebuild b/sci-mathematics/flocq/flocq-2.3.0.ebuild
419 index 41bda60..eac4ee7 100644
420 --- a/sci-mathematics/flocq/flocq-2.3.0.ebuild
421 +++ b/sci-mathematics/flocq/flocq-2.3.0.ebuild
422 @@ -2,7 +2,7 @@
423 # Distributed under the terms of the GNU General Public License v2
424 # $Id$
425
426 -EAPI="5"
427 +EAPI=5
428
429 DESCRIPTION="A floating-point formalization for the Coq system"
430 HOMEPAGE="http://flocq.gforge.inria.fr/"
431
432 diff --git a/sci-mathematics/frama-c/frama-c-20140301.ebuild b/sci-mathematics/frama-c/frama-c-20140301.ebuild
433 index 822d8cd..0fc98ed 100644
434 --- a/sci-mathematics/frama-c/frama-c-20140301.ebuild
435 +++ b/sci-mathematics/frama-c/frama-c-20140301.ebuild
436 @@ -2,7 +2,7 @@
437 # Distributed under the terms of the GNU General Public License v2
438 # $Id$
439
440 -EAPI="5"
441 +EAPI=5
442
443 inherit autotools eutils
444
445
446 diff --git a/sci-mathematics/gappa/gappa-1.1.1.ebuild b/sci-mathematics/gappa/gappa-1.1.1.ebuild
447 index e6060f3..bb15da3 100644
448 --- a/sci-mathematics/gappa/gappa-1.1.1.ebuild
449 +++ b/sci-mathematics/gappa/gappa-1.1.1.ebuild
450 @@ -2,7 +2,7 @@
451 # Distributed under the terms of the GNU General Public License v2
452 # $Id$
453
454 -EAPI="5"
455 +EAPI=5
456
457 DESCRIPTION="Verifying and proving properties on floating-point or fixed-point arithmetic"
458 HOMEPAGE="http://gappa.gforge.inria.fr/"
459
460 diff --git a/sci-mathematics/gappalib-coq/gappalib-coq-1.0.0.ebuild b/sci-mathematics/gappalib-coq/gappalib-coq-1.0.0.ebuild
461 index c829c37..b8fe3d9 100644
462 --- a/sci-mathematics/gappalib-coq/gappalib-coq-1.0.0.ebuild
463 +++ b/sci-mathematics/gappalib-coq/gappalib-coq-1.0.0.ebuild
464 @@ -2,7 +2,7 @@
465 # Distributed under the terms of the GNU General Public License v2
466 # $Id$
467
468 -EAPI="5"
469 +EAPI=5
470
471 DESCRIPTION="Allows the certificates Gappa generates to be imported by the Coq"
472 HOMEPAGE="http://gappa.gforge.inria.fr/"
473
474 diff --git a/sci-mathematics/giac/giac-1.1.0.ebuild b/sci-mathematics/giac/giac-1.1.0.ebuild
475 index 48241f1..1f443d6 100644
476 --- a/sci-mathematics/giac/giac-1.1.0.ebuild
477 +++ b/sci-mathematics/giac/giac-1.1.0.ebuild
478 @@ -2,7 +2,7 @@
479 # Distributed under the terms of the GNU General Public License v2
480 # $Id$
481
482 -EAPI="5"
483 +EAPI=5
484
485 DESCRIPTION="A free C++ CAS (Computer Algebra System) library and its interfaces"
486 HOMEPAGE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
487
488 diff --git a/sci-mathematics/ltl2ba/ltl2ba-1.1.ebuild b/sci-mathematics/ltl2ba/ltl2ba-1.1.ebuild
489 index edbb9a9..b6bd33c 100644
490 --- a/sci-mathematics/ltl2ba/ltl2ba-1.1.ebuild
491 +++ b/sci-mathematics/ltl2ba/ltl2ba-1.1.ebuild
492 @@ -2,7 +2,7 @@
493 # Distributed under the terms of the GNU General Public License v2
494 # $Id$
495
496 -EAPI="5"
497 +EAPI=5
498
499 DESCRIPTION="Fast LTL to Buechi Automata Translation"
500 HOMEPAGE="http://www.lsv.ens-cachan.fr/~gastin/${PN}/"
501
502 diff --git a/sci-mathematics/pff/pff-8.4.ebuild b/sci-mathematics/pff/pff-8.4.ebuild
503 index d6c235a..f9063fc 100644
504 --- a/sci-mathematics/pff/pff-8.4.ebuild
505 +++ b/sci-mathematics/pff/pff-8.4.ebuild
506 @@ -2,7 +2,7 @@
507 # Distributed under the terms of the GNU General Public License v2
508 # $Id$
509
510 -EAPI="5"
511 +EAPI=5
512
513 DESCRIPTION="Library for reasoning about floating point numbers in coq"
514 HOMEPAGE="http://lipforge.ens-lyon.fr/www/pff/"
515
516 diff --git a/sci-misc/kaldi/kaldi-0_p20151106.ebuild b/sci-misc/kaldi/kaldi-0_p20151106.ebuild
517 index 9a86cf6..37226d2 100644
518 --- a/sci-misc/kaldi/kaldi-0_p20151106.ebuild
519 +++ b/sci-misc/kaldi/kaldi-0_p20151106.ebuild
520 @@ -2,7 +2,7 @@
521 # Distributed under the terms of the GNU General Public License v2
522 # $Id$
523
524 -EAPI="5"
525 +EAPI=5
526
527 inherit eutils toolchain-funcs cuda flag-o-matic
528
529
530 diff --git a/sci-misc/mitlm/mitlm-0.4.1.ebuild b/sci-misc/mitlm/mitlm-0.4.1.ebuild
531 index c343d16..f078456 100644
532 --- a/sci-misc/mitlm/mitlm-0.4.1.ebuild
533 +++ b/sci-misc/mitlm/mitlm-0.4.1.ebuild
534 @@ -2,7 +2,7 @@
535 # Distributed under the terms of the GNU General Public License v2
536 # $Id$
537
538 -EAPI="5"
539 +EAPI=5
540
541 inherit autotools
542
543
544 diff --git a/sci-misc/openfst/openfst-1.3.4.ebuild b/sci-misc/openfst/openfst-1.3.4.ebuild
545 index fa1cf9f..5512bd0 100644
546 --- a/sci-misc/openfst/openfst-1.3.4.ebuild
547 +++ b/sci-misc/openfst/openfst-1.3.4.ebuild
548 @@ -2,7 +2,7 @@
549 # Distributed under the terms of the GNU General Public License v2
550 # $Id$
551
552 -EAPI="5"
553 +EAPI=5
554
555 inherit eutils flag-o-matic multilib
556
557
558 diff --git a/sci-misc/openfst/openfst-1.4.1.ebuild b/sci-misc/openfst/openfst-1.4.1.ebuild
559 index 4994044..f35443c 100644
560 --- a/sci-misc/openfst/openfst-1.4.1.ebuild
561 +++ b/sci-misc/openfst/openfst-1.4.1.ebuild
562 @@ -2,7 +2,7 @@
563 # Distributed under the terms of the GNU General Public License v2
564 # $Id$
565
566 -EAPI="5"
567 +EAPI=5
568
569 inherit eutils
570
571
572 diff --git a/sci-visualization/mricrogl/mricrogl-1.0.20151111.ebuild b/sci-visualization/mricrogl/mricrogl-1.0.20151111.ebuild
573 index c950d9b..de0fcaf 100644
574 --- a/sci-visualization/mricrogl/mricrogl-1.0.20151111.ebuild
575 +++ b/sci-visualization/mricrogl/mricrogl-1.0.20151111.ebuild
576 @@ -2,7 +2,7 @@
577 # Distributed under the terms of the GNU General Public License v2
578 # $Id$
579
580 -EAPI="6"
581 +EAPI=6
582
583 inherit git-r3 gnome2-utils
584
585
586 diff --git a/sci-visualization/mricron/mricron-9999.ebuild b/sci-visualization/mricron/mricron-9999.ebuild
587 index 92d6a24..0288dbe 100644
588 --- a/sci-visualization/mricron/mricron-9999.ebuild
589 +++ b/sci-visualization/mricron/mricron-9999.ebuild
590 @@ -2,7 +2,7 @@
591 # Distributed under the terms of the GNU General Public License v2
592 # $Id$
593
594 -EAPI="6"
595 +EAPI=6
596
597 inherit git-r3 gnome2-utils
598
599
600 diff --git a/sys-cluster/mvapich2/mvapich2-1.6-r1.ebuild b/sys-cluster/mvapich2/mvapich2-1.6-r1.ebuild
601 index f24d70c..f498c7a 100644
602 --- a/sys-cluster/mvapich2/mvapich2-1.6-r1.ebuild
603 +++ b/sys-cluster/mvapich2/mvapich2-1.6-r1.ebuild
604 @@ -2,7 +2,7 @@
605 # Distributed under the terms of the GNU General Public License v2
606 # $Id$
607
608 -EAPI="5"
609 +EAPI=5
610
611 inherit flag-o-matic fortran-2 mpi