summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-containers
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocaml-containers')
-rw-r--r--dev-ml/ocaml-containers/Manifest5
-rw-r--r--dev-ml/ocaml-containers/metadata.xml8
-rw-r--r--dev-ml/ocaml-containers/ocaml-containers-1.3.ebuild33
-rw-r--r--dev-ml/ocaml-containers/ocaml-containers-1.4.ebuild33
4 files changed, 0 insertions, 79 deletions
diff --git a/dev-ml/ocaml-containers/Manifest b/dev-ml/ocaml-containers/Manifest
deleted file mode 100644
index 5c219a26b649..000000000000
--- a/dev-ml/ocaml-containers/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST ocaml-containers-1.3.tar.gz 299928 BLAKE2B f6c0c419e0696dc5f45bb1f1db76952aef3a9d39346a59370deaabfb787b4477e7dec2a446f5ebe8c06716ed47e0befd4dde23d8f82c6d79c80962d0e257bb02 SHA512 d4402be1d11fee883bdf2b4fcc339df6ef175ac2d6532ee865c36656473c4882290e45f2efd9b90af7298fc3ffa0ce27fb83d8c7166edeafff798ceccad929e8
-DIST ocaml-containers-1.4.tar.gz 302136 BLAKE2B abb70e4141443d84680090cf1610b293203839ab1a6daa77ebd4980ae6f60a25f63fd8206693612b1104e4f289c16a313e83901297c4104cbdd02ed2917903b3 SHA512 f96c83a139cc277bb60f572966965eb3b669afe6dadd926f9baf42e8effb5f47fb4ba7628ee91ce3896a270f12e5828bc4dd9364cc6f187e800b07305fadce75
-EBUILD ocaml-containers-1.3.ebuild 705 BLAKE2B 3befb80adff7486b5315f101f0cd13e1adde295e7f9992416eb67e66810f7fbf7714c931b969c29c420cc2a2b175cb56abb5d97f57f3881c96722773ea8f3df3 SHA512 ea97553bd09e517432d0e36cf0d509b57cbf412e1080ff6ee8d5eae5a40c20f138c60ef93b656ec9e66b8df50c05843065dec17fa62c23cbf57bdcd82e8e3aff
-EBUILD ocaml-containers-1.4.ebuild 705 BLAKE2B 3befb80adff7486b5315f101f0cd13e1adde295e7f9992416eb67e66810f7fbf7714c931b969c29c420cc2a2b175cb56abb5d97f57f3881c96722773ea8f3df3 SHA512 ea97553bd09e517432d0e36cf0d509b57cbf412e1080ff6ee8d5eae5a40c20f138c60ef93b656ec9e66b8df50c05843065dec17fa62c23cbf57bdcd82e8e3aff
-MISC metadata.xml 255 BLAKE2B 18d19d3f163479f38392fbfc85e829e59cd8b527cc08d0457aa90cfdd29e7974979877835724ea7aeb37ed4090863fdcc02c3b3bb45be11f5ddc8f1546298915 SHA512 ef9e39737d7a28570b5b3fb1fd16eb0ba80a41f29cfdd7f4e01f857fc5efaaa898469b65ac92b2a1cff6b81bdc96b3e3a18126fdb79df4b8623da54f86e16b87
diff --git a/dev-ml/ocaml-containers/metadata.xml b/dev-ml/ocaml-containers/metadata.xml
deleted file mode 100644
index b492ea89e1d3..000000000000
--- a/dev-ml/ocaml-containers/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">c-cube/ocaml-containers</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ocaml-containers/ocaml-containers-1.3.ebuild b/dev-ml/ocaml-containers/ocaml-containers-1.3.ebuild
deleted file mode 100644
index e043043cc2a5..000000000000
--- a/dev-ml/ocaml-containers/ocaml-containers-1.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-ml/result:=
- >=dev-ml/sequence-0.9:=
-"
-DEPEND="${RDEPEND} dev-ml/cppo
- test? ( dev-ml/iTeML dev-ml/ounit dev-ml/gen )"
-
-src_configure() {
- oasis_configure_opts="
- --enable-unix
- --disable-bench
- " oasis_src_configure
-}
diff --git a/dev-ml/ocaml-containers/ocaml-containers-1.4.ebuild b/dev-ml/ocaml-containers/ocaml-containers-1.4.ebuild
deleted file mode 100644
index e043043cc2a5..000000000000
--- a/dev-ml/ocaml-containers/ocaml-containers-1.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-ml/result:=
- >=dev-ml/sequence-0.9:=
-"
-DEPEND="${RDEPEND} dev-ml/cppo
- test? ( dev-ml/iTeML dev-ml/ounit dev-ml/gen )"
-
-src_configure() {
- oasis_configure_opts="
- --enable-unix
- --disable-bench
- " oasis_src_configure
-}