commit: 010b34afc0c724f78f1c1a6ccaef4ae09695d67e Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Apr 27 19:22:43 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Apr 28 20:57:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010b34af
dev-ml/ocaml-ctypes: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> .../files/ocaml-ctypes-0.20.0-shuffle.patch | 23 ----------------- .../files/ocaml-ctypes-0.20.1-shuffle.patch | 29 ---------------------- 2 files changed, 52 deletions(-) diff --git a/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch b/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch deleted file mode 100644 index 014b0437b1e8..000000000000 --- a/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.0-shuffle.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/Makefile 2023-01-24 08:35:02.515456277 +0100 -+++ b/Makefile 2023-01-24 08:35:45.459755298 +0100 -@@ -161,7 +161,9 @@ - $(INSTALL_HEADERS) \ - $(if $(filter yes,$($(PROJECT).install_native_objects)),$(NATIVE_OBJECTS))) - -+$(PROJECTS:%=install-%): META-install -+ - install: META-install $(PROJECTS:%=install-%) - - uninstall: - $(OCAMLFIND) remove ctypes ---- a/Makefile.rules 2023-01-24 22:19:00.571780005 +0100 -+++ b/Makefile.rules 2023-01-24 22:18:06.710631483 +0100 -@@ -99,7 +99,7 @@ - $(BUILDDIR)/dll%_stubs_xen$(EXTDLL): $$(XEN_OBJECTS) - $(OCAMLMKLIB) -o $(BUILDDIR)/$*_stubs_xen $^ $(OCAMLMKLIB_FLAGS) $(OCAMLMKLIB_EXTRA_FLAGS) - --$(BUILDDIR)/%.cmxs : $$(NATIVE_OBJECTS) -+$(BUILDDIR)/%.cmxs : $$(NATIVE_OBJECTS) $(C_OBJECTS) - $(OCAMLFIND) opt -shared -linkall $(OCAMLFLAGS) $(THREAD_FLAG) $(OCAMLFIND_PACKAGE_FLAGS) -o $@ $(NATIVE_OBJECTS) $(C_OBJECTS) $(OCAML_LINK_FLAGS) - - $(BUILDDIR)/%.cma: $$(BYTE_OBJECTS) diff --git a/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.1-shuffle.patch b/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.1-shuffle.patch deleted file mode 100644 index 1b56526f2abf..000000000000 --- a/dev-ml/ocaml-ctypes/files/ocaml-ctypes-0.20.1-shuffle.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/Makefile 2023-01-24 08:35:02.515456277 +0100 -+++ b/Makefile 2023-01-24 08:35:45.459755298 +0100 -@@ -81,7 +81,7 @@ - cstubs.public = cstubs_structs cstubs cstubs_inverted - cstubs.dir = src/cstubs - cstubs.subproject_deps = ctypes --cstubs.deps = str integers -+cstubs.deps = bigarray-compat str integers - cstubs.install = yes - cstubs.install_native_objects = yes - cstubs.extra_hs = $(package_integers_path)/ocaml_integers.h -@@ -93,7 +93,7 @@ - ctypes-foreign.public = dl libffi_abi foreign - ctypes-foreign.dir = src/ctypes-foreign - ctypes-foreign.subproject_deps = ctypes --ctypes-foreign.deps = integers -+ctypes-foreign.deps = bigarray-compat integers - ctypes-foreign.install = yes - ctypes-foreign.install_native_objects = yes - ctypes-foreign.extra_cs = dl_stubs.c -@@ -111,7 +111,7 @@ - ctypes-top.public = ctypes_printers - ctypes-top.dir = src/ctypes-top - ctypes-top.install = yes --ctypes-top.deps = compiler-libs integers -+ctypes-top.deps = bigarray-compat compiler-libs integers - ctypes-top.subproject_deps = ctypes - ctypes-top.install_native_objects = yes -
