summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-03-14 17:48:07 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-03-14 19:57:31 +0100
commitb305884f5c719ec617cd267cf3040428c55e1697 (patch)
treec7f415682788816af22f848a16888e54d759ec47 /dev-ml/ocamlgraph
parentdev-ml/dose3: remove unused patch(es) (diff)
downloadgentoo-b305884f5c719ec617cd267cf3040428c55e1697.tar.gz
gentoo-b305884f5c719ec617cd267cf3040428c55e1697.tar.bz2
gentoo-b305884f5c719ec617cd267cf3040428c55e1697.zip
dev-ml/ocamlgraph: remove unused patch(es)
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlgraph')
-rw-r--r--dev-ml/ocamlgraph/files/ocamlgraph-1.8.6-installfindlib.patch38
-rw-r--r--dev-ml/ocamlgraph/files/ocamlgraph-1.8.7-test.patch19
2 files changed, 0 insertions, 57 deletions
diff --git a/dev-ml/ocamlgraph/files/ocamlgraph-1.8.6-installfindlib.patch b/dev-ml/ocamlgraph/files/ocamlgraph-1.8.6-installfindlib.patch
deleted file mode 100644
index cb980b6f19dc..000000000000
--- a/dev-ml/ocamlgraph/files/ocamlgraph-1.8.6-installfindlib.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Index: ocamlgraph-1.8.6/Makefile.in
-===================================================================
---- ocamlgraph-1.8.6.orig/Makefile.in
-+++ ocamlgraph-1.8.6/Makefile.in
-@@ -421,21 +421,25 @@ ifdef DESTDIR
- OCAMLFINDDEST := -destdir $(DESTDIR)
- endif
-
-+ifneq ($(WANT_OCAMLOPT),no)
-+INSTALL_OPT=graph$(LIBEXT) graph.cmx $(CMXA)
-+INSTALL_GTK_OPT=$(VIEWER_CMXLIB) $(VIEWER_CMXLIB:.cmx=.o) $(DGRAPH_CMXLIB) $(DGRAPH_CMXLIB:.cmx=.o) graph$(OBJEXT)
-+endif
-+
- install-findlib: META
- ifdef OCAMLFIND
--ifeq (@LABLGNOMECANVAS@,yes)
-+ifeq ($(WANT_GTK),yes)
- $(OCAMLFIND) install $(OCAMLFINDDEST) ocamlgraph META \
- $(SRCDIR)/*.mli $(VIEWER_DIR)/*.mli $(DGRAPH_DIR)/*.mli \
-- graph$(OBJEXT) graph$(LIBEXT) graph.cmx graph.cmo graph.cmi \
-- $(CMA) $(CMXA) \
-- $(VIEWER_CMXLIB) $(VIEWER_CMOLIB) $(VIEWER_CMILIB) \
-- $(VIEWER_CMXLIB:.cmx=.o) \
-- $(DGRAPH_CMXLIB) $(DGRAPH_CMOLIB) $(DGRAPH_CMILIB) \
-- $(DGRAPH_CMXLIB:.cmx=.o)
-+ $(INSTALL_OPT) graph.cmo graph.cmi \
-+ $(CMA) \
-+ $(INSTALL_GTK_OPT) \
-+ $(VIEWER_CMOLIB) $(VIEWER_CMILIB) \
-+ $(DGRAPH_CMOLIB) $(DGRAPH_CMILIB)
- else
- $(OCAMLFIND) install $(OCAMLFINDDEST) ocamlgraph META \
- $(SRCDIR)/*.mli $(VIEWER_DIR)/*.mli $(DGRAPH_DIR)/*.mli \
-- graph$(LIBEXT) graph.cmx graph.cmo graph.cmi $(CMA) $(CMXA)
-+ $(INSTALL_OPT) graph.cmo graph.cmi $(CMA)
- endif
- endif
-
diff --git a/dev-ml/ocamlgraph/files/ocamlgraph-1.8.7-test.patch b/dev-ml/ocamlgraph/files/ocamlgraph-1.8.7-test.patch
deleted file mode 100644
index f0d370cfd94a..000000000000
--- a/dev-ml/ocamlgraph/files/ocamlgraph-1.8.7-test.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 726e8d6e31224eb70f75655579da9a374e910b98
-Author: Jean-Christophe Filliatre <Jean-Christophe.Filliatre@lri.fr>
-Date: Mon Feb 13 08:41:58 2017 +0100
-
- fixed 'make check'
-
-diff --git a/Makefile.in b/Makefile.in
-index 58b9e9c..9ce40df 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -360,7 +360,7 @@ bin/testunix.opt: $(CMXA) myTest/testunix.ml
- $(OCAMLOPT) -unsafe -inline 100 -o $@ unix.cmxa $^
-
- check: $(CMA) tests/check.ml bin/test-ts
-- ocaml $(CMA) tests/test_clique.ml tests/check.ml
-+ ocaml -I . $(CMA) tests/test_clique.ml tests/check.ml
- bin/test-ts 10
-
- # Additional rules