Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/facile/files/
Date: Tue, 08 Aug 2017 17:15:54
Message-Id: 1502212528.9e4ee21441d8265d5702bda2d1f02c4dec0fb115.asturm@gentoo
1 commit: 9e4ee21441d8265d5702bda2d1f02c4dec0fb115
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 8 16:20:41 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 17:15:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4ee214
7
8 dev-ml/facile: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5358
11
12 dev-ml/facile/files/facile-1.1-ocaml4.patch | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/dev-ml/facile/files/facile-1.1-ocaml4.patch b/dev-ml/facile/files/facile-1.1-ocaml4.patch
16 deleted file mode 100644
17 index 3c755631236..00000000000
18 --- a/dev-ml/facile/files/facile-1.1-ocaml4.patch
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -Index: facile-1.1/src/facile.mli
22 -===================================================================
23 ---- facile-1.1.orig/src/facile.mli
24 -+++ facile-1.1/src/facile.mli
25 -@@ -127,7 +127,7 @@ module Data :
26 - module Hashtbl :
27 - sig
28 - type ('a, 'b) t
29 -- val create : int -> ('a, 'b) t
30 -+ val create : ?random:bool -> int -> ('a, 'b) t
31 - val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
32 - val add : ('a, 'b) t -> 'a -> 'b -> unit
33 - val find : ('a, 'b) t -> 'a -> 'b
34 -Index: facile-1.1/src/fcl_data.cmi
35 -===================================================================
36 -Binary files facile-1.1.orig/src/fcl_data.cmi and facile-1.1/src/fcl_data.cmi differ
37 -Index: facile-1.1/src/fcl_data.mli
38 -===================================================================
39 ---- facile-1.1.orig/src/fcl_data.mli
40 -+++ facile-1.1/src/fcl_data.mli
41 -@@ -23,7 +23,7 @@ end
42 -
43 - module Hashtbl : sig
44 - type ('a, 'b) t
45 -- val create : int -> ('a, 'b) t
46 -+ val create : ?random:bool -> int -> ('a, 'b) t
47 - val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
48 - val add : ('a, 'b) t -> 'a -> 'b -> unit
49 - val find : ('a, 'b) t -> 'a -> 'b