commit:     1d09e9dbdc863df7594246b738d70f4fe008847c
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jun 18 17:23:33 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 18:50:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d09e9db

dev-ml/ocamlbuild: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...0-Disable-tests-failing-with-OCaml-4.08.0.patch | 39 ----------------------
 1 file changed, 39 deletions(-)

diff --git 
a/dev-ml/ocamlbuild/files/ocamlbuild-0.14.0-Disable-tests-failing-with-OCaml-4.08.0.patch
 
b/dev-ml/ocamlbuild/files/ocamlbuild-0.14.0-Disable-tests-failing-with-OCaml-4.08.0.patch
deleted file mode 100644
index 991f13238c05..000000000000
--- 
a/dev-ml/ocamlbuild/files/ocamlbuild-0.14.0-Disable-tests-failing-with-OCaml-4.08.0.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From: Stephane Glondu <st...@glondu.net>
-Date: Fri, 2 Aug 2019 13:08:55 +0200
-Subject: Disable tests failing with OCaml 4.08.0
-
----
- testsuite/internal.ml | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/testsuite/internal.ml b/testsuite/internal.ml
-index d3c2004..a87f5e2 100644
---- a/testsuite/internal.ml
-+++ b/testsuite/internal.ml
-@@ -200,7 +200,7 @@ let () =
- "]
-   ~targets:("src/foo.cmxs",[]) ();;
- 
--let () = test "StrictSequenceFlag"
-+let _ignored () = test "StrictSequenceFlag"
-   ~options:[`no_ocamlfind; `quiet]
-   ~description:"strict_sequence tag"
-   ~tree:[T.f "hello.ml" ~content:"let () = 1; ()";
-@@ -219,7 +219,7 @@ Command exited with code 2."
- )
-   ~targets:("hello.byte",[]) ();;
- 
--let () = test "StrictFormatsFlag"
-+let _ignored () = test "StrictFormatsFlag"
-   ~options:[`no_ocamlfind; `quiet]
-   ~description:"strict_format tag"
-   ~tree:[T.f "hello.ml" ~content:"let _ = Printf.printf \"%.10s\"";
-@@ -230,7 +230,7 @@ Error: invalid format \"%.10s\": at character number 0, \
- Command exited with code 2."
-   ~targets:("hello.byte",[]) ();;
- 
--let () = test "PrincipalFlag"
-+let _ignored () = test "PrincipalFlag"
-   ~options:[`no_ocamlfind; `quiet]
-   ~description:"-principal tag"
-   ~tree:[T.f "hello.ml"

Reply via email to