summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-12-13 14:58:55 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-12-13 14:58:55 +0100
commit976b875ee0036e69d272a347dddbf470d999e979 (patch)
treec95cff8f95426efb9ba2c345ec8dd9409fb0c66d /dev-ml/findlib/files
parentdev-ml/ocamlgraph: remove old (diff)
downloadgentoo-976b875ee0036e69d272a347dddbf470d999e979.tar.gz
gentoo-976b875ee0036e69d272a347dddbf470d999e979.tar.bz2
gentoo-976b875ee0036e69d272a347dddbf470d999e979.zip
dev-ml/findlib: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/findlib/files')
-rw-r--r--dev-ml/findlib/files/externalmeta2.patch16
-rw-r--r--dev-ml/findlib/files/externalmeta3.patch16
-rw-r--r--dev-ml/findlib/files/quoting.patch15
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-ml/findlib/files/externalmeta2.patch b/dev-ml/findlib/files/externalmeta2.patch
deleted file mode 100644
index f8e7a5a44a50..000000000000
--- a/dev-ml/findlib/files/externalmeta2.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Avoid installing META files for labltk, camlp4 and ocamlbuild: Those are provided by their
-respective packages now.
-
-Index: findlib-1.5.5/configure
-===================================================================
---- findlib-1.5.5.orig/configure
-+++ findlib-1.5.5/configure
-@@ -515,7 +515,7 @@ fi
-
- # Generate the META files now.
-
--l="$ldbm dynlink graphics num num-top str threads unix stdlib bigarray $llabltk $lcamlp4 $lobuild $lcomplibs $lbytes"
-+l="$ldbm dynlink graphics num num-top str threads unix stdlib bigarray $lcomplibs $lbytes"
-
- for dir in site-lib-src/*; do
- # We do not really know if $dir is a directory.
diff --git a/dev-ml/findlib/files/externalmeta3.patch b/dev-ml/findlib/files/externalmeta3.patch
deleted file mode 100644
index 7bc737ee519c..000000000000
--- a/dev-ml/findlib/files/externalmeta3.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Avoid installing META files for labltk, camlp4 and ocamlbuild: Those are provided by their
-respective packages now.
-
-Index: findlib-1.6.2/configure
-===================================================================
---- findlib-1.6.2.orig/configure
-+++ findlib-1.6.2/configure
-@@ -521,7 +521,7 @@ fi
-
- # Generate the META files now.
-
--l="$ldbm dynlink graphics num num-top str threads unix stdlib bigarray ocamldoc $llabltk $lcamlp4 $lobuild $lcomplibs $lbytes"
-+l="$ldbm dynlink graphics num num-top str threads unix stdlib bigarray ocamldoc $lcomplibs $lbytes"
-
- for dir in site-lib-src/*; do
- # We do not really know if $dir is a directory.
diff --git a/dev-ml/findlib/files/quoting.patch b/dev-ml/findlib/files/quoting.patch
deleted file mode 100644
index 2fd71bb56adf..000000000000
--- a/dev-ml/findlib/files/quoting.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Proper quoting for install man.
-
-Index: findlib-1.6.1/Makefile
-===================================================================
---- findlib-1.6.1.orig/Makefile
-+++ findlib-1.6.1/Makefile
-@@ -71,7 +71,7 @@ findlib.conf: findlib.conf.in
-
- .PHONY: install-doc
- install-doc:
-- mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3 $(prefix)$(OCAMLFIND_MAN)/man5"
-+ mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3" "$(prefix)$(OCAMLFIND_MAN)/man5"
- -cp doc/ref-man/ocamlfind.1 "$(prefix)$(OCAMLFIND_MAN)/man1"
- -cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "$(prefix)$(OCAMLFIND_MAN)/man5"
-