Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/files/
Date: Fri, 29 Mar 2019 08:26:17
Message-Id: 1553847945.1075f5c716518cebdef31cb080bceb6c2bb4f71b.tupone@gentoo
1 commit: 1075f5c716518cebdef31cb080bceb6c2bb4f71b
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 29 08:25:45 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 29 08:25:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1075f5c7
7
8 sci-mathematics/why3-for-spark: remove unused patch
9
10 Closes: Closes: https://github.com/gentoo/gentoo/pull/11528
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12 Package-Manager: Portage-2.3.62, Repoman-2.3.11
13
14 .../files/why3-for-spark-2017-gentoo.patch | 40 ----------------------
15 1 file changed, 40 deletions(-)
16
17 diff --git a/sci-mathematics/why3-for-spark/files/why3-for-spark-2017-gentoo.patch b/sci-mathematics/why3-for-spark/files/why3-for-spark-2017-gentoo.patch
18 deleted file mode 100644
19 index 225d081ca7f..00000000000
20 --- a/sci-mathematics/why3-for-spark/files/why3-for-spark-2017-gentoo.patch
21 +++ /dev/null
22 @@ -1,40 +0,0 @@
23 ---- why3-for-spark-gpl-2017-src/src/gnat/gnat_config.ml.old 2017-10-18 09:07:03.118919785 +0200
24 -+++ why3-for-spark-gpl-2017-src/src/gnat/gnat_config.ml 2017-10-18 09:07:45.198216939 +0200
25 -@@ -12,10 +12,7 @@
26 - | Limit_Check of Gnat_expl.check
27 - | Limit_Line of Gnat_loc.loc
28 -
29 --let spark_prefix =
30 -- (Filename.dirname
31 -- (Filename.dirname (Filename.dirname
32 -- (Filename.dirname Sys.executable_name))))
33 -+let spark_prefix = "/usr"
34 -
35 - let rec file_concat l =
36 - match l with
37 ---- why3-for-spark-gpl-2017-src/src/coq-tactic/why3tac.ml4.old 2017-10-26 22:25:55.289094778 +0200
38 -+++ why3-for-spark-gpl-2017-src/src/coq-tactic/why3tac.ml4 2017-10-26 22:26:10.719807270 +0200
39 -@@ -1352,7 +1352,7 @@
40 - let limit =
41 - { Call_provers.empty_limit with Call_provers.limit_time = timelimit } in
42 - let call = Driver.prove_task ~command ~limit drv !task in
43 -- wait_on_call call
44 -+ wait_on_call (ServerCall call)
45 - with
46 - | NotFO ->
47 - if debug then Printexc.print_backtrace stderr; flush stderr;
48 -@@ -1399,14 +1399,8 @@
49 - | StepLimitExceeded -> error "Step Limit Exceeded"
50 - | HighFailure -> error ("Prover failure\n" ^ res.pr_output ^ "\n")
51 -
52 --IFDEF COQ84 THEN
53 --
54 --ELSE
55 --
56 - let why3tac ?timelimit s = Proofview.V82.tactic (why3tac ?timelimit s)
57 -
58 --END
59 --
60 - end
61 -
62 - TACTIC EXTEND Why3