summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-03-14 17:49:31 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-03-14 19:57:33 +0100
commit1022f3a86fcf4911d99b5ae9ea3dc99311da0aa8 (patch)
treeca1f7d275775841c69beca653d1f981ff74d779f /dev-ml
parentdev-ml/ocamlweb: remove unused patch (diff)
downloadgentoo-1022f3a86fcf4911d99b5ae9ea3dc99311da0aa8.tar.gz
gentoo-1022f3a86fcf4911d99b5ae9ea3dc99311da0aa8.tar.bz2
gentoo-1022f3a86fcf4911d99b5ae9ea3dc99311da0aa8.zip
dev-ml/seq: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/19929 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')
-rw-r--r--dev-ml/seq/files/META.seq4
-rw-r--r--dev-ml/seq/files/seq-0.1-gentoo.patch10
-rw-r--r--dev-ml/seq/files/seq.install3
3 files changed, 0 insertions, 17 deletions
diff --git a/dev-ml/seq/files/META.seq b/dev-ml/seq/files/META.seq
deleted file mode 100644
index 06b95eff3f8d..000000000000
--- a/dev-ml/seq/files/META.seq
+++ /dev/null
@@ -1,4 +0,0 @@
-name="seq"
-version="[distributed with OCaml 4.07 or above]"
-description="dummy backward-compatibility package for iterators"
-requires=""
diff --git a/dev-ml/seq/files/seq-0.1-gentoo.patch b/dev-ml/seq/files/seq-0.1-gentoo.patch
deleted file mode 100644
index 1b3de2b9c12f..000000000000
--- a/dev-ml/seq/files/seq-0.1-gentoo.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/Makefile 2019-07-21 21:17:32.334645928 +0200
-+++ b/Makefile 2019-07-21 21:18:28.565894767 +0200
-@@ -9,6 +9,6 @@
- TOINSTALL=$(wildcard _build/src/*)
-
- install:
-- ocamlfind install seq META $(TOINSTALL)
-+ ocamlfind install -destdir $(DESTDIR)@LIBDIR@ seq META $(TOINSTALL)
-
- .PHONY: build clean install
diff --git a/dev-ml/seq/files/seq.install b/dev-ml/seq/files/seq.install
deleted file mode 100644
index c4d70206e13f..000000000000
--- a/dev-ml/seq/files/seq.install
+++ /dev/null
@@ -1,3 +0,0 @@
-lib:[
- "META.seq" {"META"}
-]