diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-24 12:10:44 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-24 12:14:16 +0100 |
commit | 83315eba145df907dde535652e5df848a44dc15e (patch) | |
tree | 1f7aea62944a34892fe31c242e59575f9295b2b8 /dev-ml/ocaml-containers | |
parent | dev-ml/ocamlbuild: remove old (diff) | |
download | gentoo-83315eba145df907dde535652e5df848a44dc15e.tar.gz gentoo-83315eba145df907dde535652e5df848a44dc15e.tar.bz2 gentoo-83315eba145df907dde535652e5df848a44dc15e.zip |
dev-ml/ocaml-containers: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ocaml-containers')
-rw-r--r-- | dev-ml/ocaml-containers/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-containers/files/seq.patch | 13 | ||||
-rw-r--r-- | dev-ml/ocaml-containers/ocaml-containers-0.22.ebuild | 35 |
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-ml/ocaml-containers/Manifest b/dev-ml/ocaml-containers/Manifest index 77b4f9f57f61..5fd1cfceeee2 100644 --- a/dev-ml/ocaml-containers/Manifest +++ b/dev-ml/ocaml-containers/Manifest @@ -1,2 +1 @@ DIST ocaml-containers-0.22.1.tar.gz 429672 SHA256 2ef64e8ed93211dfd4f8cd594943db3cde81ee0400b17703d8a7993128634622 SHA512 9294d43485cd17998f9d0c758ee0ffdc187ea78f1f456c0b06a57a9401c6de529e9e68bad12908b2b0da5f22fca64835acb90f3dfd6ee3403bb7c3c301cd6821 WHIRLPOOL 67844578447b321439223b5f560258cb5d5417135dfdbfdaf2fa10e104beb764e9ca6ae0ab774864c974d928e75aa5aedc7e90ea5659d910f33349a7ec4b568b -DIST ocaml-containers-0.22.tar.gz 429678 SHA256 883e64a6b2275355086521a67d5fe0e436bbf79f54c8fb068a05ab3cf3408e98 SHA512 1454f8bcd11d02a9efd2fe223e2db591d2e1d66df6877af920b4d8a2cc3a2c6b34b0979069015565618700dfb4a74d6a8f2d8cd8f9fc6fa7888331320ea41c46 WHIRLPOOL f5993d629fe2a803b1284cd5794f3345060215cf16bb97347dd2173b7015735ddcd43b98c3b5ccf365d372ffedf77892e862fbc276b24468699a95492dc784e7 diff --git a/dev-ml/ocaml-containers/files/seq.patch b/dev-ml/ocaml-containers/files/seq.patch deleted file mode 100644 index 2ba116e3441e..000000000000 --- a/dev-ml/ocaml-containers/files/seq.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: ocaml-containers-0.22/src/advanced/CCLinq.ml -=================================================================== ---- ocaml-containers-0.22.orig/src/advanced/CCLinq.ml -+++ ocaml-containers-0.22/src/advanced/CCLinq.ml -@@ -212,7 +212,7 @@ module PMap = struct - seq - - let flatten_l m = -- let seq = Sequence.flatMap -+ let seq = Sequence.flat_map - (fun (k,v) -> Sequence.map (fun v' -> k,v') (Sequence.of_list v)) - m.to_seq - in diff --git a/dev-ml/ocaml-containers/ocaml-containers-0.22.ebuild b/dev-ml/ocaml-containers/ocaml-containers-0.22.ebuild deleted file mode 100644 index 29bae80d254b..000000000000 --- a/dev-ml/ocaml-containers/ocaml-containers-0.22.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -OASIS_BUILD_TESTS=1 -OASIS_BUILD_DOCS=1 - -inherit oasis - -DESCRIPTION="A modular standard library focused on data structures" -HOMEPAGE="https://github.com/c-cube/ocaml-containers" -SRC_URI="https://github.com/c-cube/ocaml-containers/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND=" - dev-ml/result:= - >=dev-ml/sequence-0.9:= -" -DEPEND="${RDEPEND} dev-ml/cppo - test? ( dev-ml/iTeML )" - -PATCHES=( "${FILESDIR}/seq.patch" ) - -src_configure() { - oasis_configure_opts=" - --enable-unix - --disable-bench - " oasis_src_configure -} |