summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-containers
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-12-19 11:16:32 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-12-19 13:07:26 +0100
commitff46b72a53c99b19678b99bf01c88fa1ba82210f (patch)
tree80033d096aa7eaca99e714da9382919f1d17fed8 /dev-ml/ocaml-containers
parent022141819fe5ad87b1bab27c748ec9b4146568ca (diff)
downloadgentoo-ff46b72a53c99b19678b99bf01c88fa1ba82210f.tar.gz
gentoo-ff46b72a53c99b19678b99bf01c88fa1ba82210f.tar.xz
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/Manifest3
-rw-r--r--dev-ml/ocaml-containers/files/notests.patch18
-rw-r--r--dev-ml/ocaml-containers/ocaml-containers-0.18.ebuild33
-rw-r--r--dev-ml/ocaml-containers/ocaml-containers-0.19.ebuild33
-rw-r--r--dev-ml/ocaml-containers/ocaml-containers-0.20.ebuild33
5 files changed, 0 insertions, 120 deletions
diff --git a/dev-ml/ocaml-containers/Manifest b/dev-ml/ocaml-containers/Manifest
index 676f12f0530..63856894255 100644
--- a/dev-ml/ocaml-containers/Manifest
+++ b/dev-ml/ocaml-containers/Manifest
@@ -1,4 +1 @@
-DIST ocaml-containers-0.18.tar.gz 418480 SHA256 8bac90113e229a9dc55a2f54c20cf363df43c2e72ca349a5a811ad113a6d2909 SHA512 fa61039fc3bbfcd53117ae582689ffca645b42a811ebe0fc8aa5da93ba5373c2ac54896ecaddbe3eff7593b2be44f208abb625ad3354d2b089a0b811b9f77cff WHIRLPOOL 10795e812baab4525f6fdfbc101c7b14230ef87893ccf01702a6a75e373a12bf643f775f63cb27640f0dd398da541e6c185489dc27cd9fc7bd75a4a90f34baf2
-DIST ocaml-containers-0.19.tar.gz 419243 SHA256 e53472e009ea2699f39940844fc0ef9abb332234834c6963f8325aa7df0694f5 SHA512 1ed078121770d72ba685c116ddeebc848b086e371604c7fedf1bdb58ea5cb9685db8a3c7c4edcac69a9cd18ece1eb601d1675c25efe6ab61e2a511a8a857aff2 WHIRLPOOL 27df23c2b0196647f071089d2044dbb7cf4b2c710bdc066eda892e8e4ffe229d5bafc2ec29b5afc4cffd0513d69d16776342258e667e62613ff2c771762ea1d5
-DIST ocaml-containers-0.20.tar.gz 427546 SHA256 d5ffbf6c87bc25b914043817f02a5513fe9b0499d3d0d67b43cceb2bc38d286b SHA512 9e97d4563824a937c42fee89dc86e91ff740bdb4c444ab4ce9b31f50b272f9f400d2d71fb298294d80443002f4b511f2292cc41be15234128bdcd18dd1b1cfd4 WHIRLPOOL f1e0599504d206725a6027905803355e5a80ee936287024bd184062c3030796dd289044e2d6d301bdb104eda25a9d457f424371123f0ce5b320dff1e83463d1f
DIST ocaml-containers-0.21.tar.gz 429430 SHA256 7b3395964e527a60cfc3c96354c4ba1ebb9996e6f83399a31dd58eb053fd777b SHA512 fd339b09296245d40eac7661468147c98c45cdfc882ac890ca9a903f3a4abb21d4d13981b9784710d317ef4b3f76c3141b322df78673df2e0108d20cb633ae84 WHIRLPOOL 5cdd686f4d1b2b33ecc401b569a9321bc639b5c83866b5954585b021ecadb72e2a2b66eca778e6d5b0105f2c613d7df2cc3e20f2c1b44db622a03f7bf9068f9e
diff --git a/dev-ml/ocaml-containers/files/notests.patch b/dev-ml/ocaml-containers/files/notests.patch
deleted file mode 100644
index 011edc9f65e..00000000000
--- a/dev-ml/ocaml-containers/files/notests.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: ocaml-containers-0.18/Makefile
-===================================================================
---- ocaml-containers-0.18.orig/Makefile
-+++ ocaml-containers-0.18/Makefile
-@@ -90,12 +90,7 @@ QTEST_PREAMBLE='open CCFun;; '
-
- qtest-gen:
- @mkdir -p qtest
-- @if which qtest > /dev/null ; then \
-- qtest extract --preamble $(QTEST_PREAMBLE) \
-- -o qtest/run_qtest.ml \
-- $(QTESTABLE) 2> /dev/null ; \
-- else touch qtest/run_qtest.ml ; \
-- fi
-+ touch qtest/run_qtest.ml
-
- push-stable:
- git checkout stable
diff --git a/dev-ml/ocaml-containers/ocaml-containers-0.18.ebuild b/dev-ml/ocaml-containers/ocaml-containers-0.18.ebuild
deleted file mode 100644
index 9b88e573f8e..00000000000
--- a/dev-ml/ocaml-containers/ocaml-containers-0.18.ebuild
+++ /dev/null
@@ -1,33 +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=""
-
-RDEPEND="
- dev-ml/result:=
- dev-ml/sequence:=
-"
-DEPEND="${RDEPEND} dev-ml/cppo"
-PATCHES=( "${FILESDIR}/notests.patch" )
-
-src_configure() {
- oasis_configure_opts="
- --enable-unix
- --disable-bench
- " oasis_src_configure
-}
diff --git a/dev-ml/ocaml-containers/ocaml-containers-0.19.ebuild b/dev-ml/ocaml-containers/ocaml-containers-0.19.ebuild
deleted file mode 100644
index 9b88e573f8e..00000000000
--- a/dev-ml/ocaml-containers/ocaml-containers-0.19.ebuild
+++ /dev/null
@@ -1,33 +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=""
-
-RDEPEND="
- dev-ml/result:=
- dev-ml/sequence:=
-"
-DEPEND="${RDEPEND} dev-ml/cppo"
-PATCHES=( "${FILESDIR}/notests.patch" )
-
-src_configure() {
- oasis_configure_opts="
- --enable-unix
- --disable-bench
- " oasis_src_configure
-}
diff --git a/dev-ml/ocaml-containers/ocaml-containers-0.20.ebuild b/dev-ml/ocaml-containers/ocaml-containers-0.20.ebuild
deleted file mode 100644
index 27d31ce576a..00000000000
--- a/dev-ml/ocaml-containers/ocaml-containers-0.20.ebuild
+++ /dev/null
@@ -1,33 +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:=
-"
-DEPEND="${RDEPEND} dev-ml/cppo
- test? ( dev-ml/iTeML )"
-
-src_configure() {
- oasis_configure_opts="
- --enable-unix
- --disable-bench
- " oasis_src_configure
-}