summaryrefslogtreecommitdiff
path: root/dev-ml/utop
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/utop')
-rw-r--r--dev-ml/utop/Manifest3
-rw-r--r--dev-ml/utop/metadata.xml11
-rw-r--r--dev-ml/utop/utop-2.0.1.ebuild27
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-ml/utop/Manifest b/dev-ml/utop/Manifest
deleted file mode 100644
index 5413d74aa77b..000000000000
--- a/dev-ml/utop/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST utop-2.0.1.tar.gz 57523 BLAKE2B 67dad49fa00899a5b0eb1af0a1129a0bc8d8b872112f65b97ccfbd9915194f7b56fdd9d1cb2bfba7e5bf0d01ce73b6370c7ba1ed0f56dc6595f51e3eec904962 SHA512 66e7858a44ddd038f08073f9530c790f3ad44134899793c9f5e689d0e1786d2e2751bf38c6be33979292942b00dd6ff2db421025e12f49e05c4a694df36d23e3
-EBUILD utop-2.0.1.ebuild 588 BLAKE2B f65c4449bd399de3b16ed05bb747209ceaa4546f1e74f088ee989bca6712da64431b2cca122ffaef09eafc41cf151e315f3c8781955b5103198ced3265d016a2 SHA512 ba49f9b62385eae14d00d0924bc475ce578e6aa97d90343aee7cf99cbb3cd3e3ca5ed011cd46287d560458d75e2ea5d175d24b6567a70f2c89dabc69999e2fa9
-MISC metadata.xml 331 BLAKE2B d275486e549330bdbfa9743b2cb747ccb4c7eedf443ff08a267fe82c30ed6305f97a7ac8a1af905eaae71647a8ad5d91134ccd55ea003de092ed9bc1208b4234 SHA512 bab98a112599f61029b06f241f3c14315b88924ce88fe0caf7efe4061338628800f72a6844b3d9a2314f29ca07754775f5a512f84dd39629766b95169829ac89
diff --git a/dev-ml/utop/metadata.xml b/dev-ml/utop/metadata.xml
deleted file mode 100644
index 7c8000acfe72..000000000000
--- a/dev-ml/utop/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ml@gentoo.org</email>
- <name>Gentoo ML Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">diml/utop</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/utop/utop-2.0.1.ebuild b/dev-ml/utop/utop-2.0.1.ebuild
deleted file mode 100644
index f2f8f4b5d056..000000000000
--- a/dev-ml/utop/utop-2.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib opam
-
-DESCRIPTION="A new toplevel for OCaml with completion and colorization"
-HOMEPAGE="https://github.com/diml/utop"
-SRC_URI="https://github.com/diml/utop/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-ml/lwt-2.4.0:=
- dev-ml/lwt_react:=
- >=dev-ml/lambda-term-1.2:=
- >=dev-ml/zed-1.2:=
- >=dev-ml/cppo-1.0.1:=
- >=dev-ml/findlib-1.7.2:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND}
- dev-ml/jbuilder"