summaryrefslogtreecommitdiff
path: root/dev-ml/async_extra
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ml/async_extra
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ml/async_extra')
-rw-r--r--dev-ml/async_extra/Manifest3
-rw-r--r--dev-ml/async_extra/async_extra-0.9.0.ebuild32
-rw-r--r--dev-ml/async_extra/metadata.xml11
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
deleted file mode 100644
index 198da4e537a8..000000000000
--- a/dev-ml/async_extra/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST async_extra-0.9.0.tar.gz 105722 BLAKE2B 5c371478b1507ddd63bbafb26858752f483a970cbdad174d62032a102fc8ded517ed87581a81b265cce82c9c27a85e09ca6df3209dbe86a35e71cbf35e027d39 SHA512 6f0d69a389e66e47cd0a3cf288c2b0242299e5c3befa77f7a656bc30dfb63f78e5287c4de5e80473c1ce2ee5fed038bf0b4d2b94eb73f045b20f40b14868fa1a
-EBUILD async_extra-0.9.0.ebuild 802 BLAKE2B 5c2f86ee837874fb71acb782b30edf55567bb56ef8168a2a76e2d87d1015c5e873260db071b60a4bee5262b04a3a761bb83e09a9a94ad206db3ebb78884ad171 SHA512 b2df0ced7bd04f55835703ed1e3b57c8b6163677eb2b5670213f5e321434d5d78c463798be41b99be9eb3fc80500bdc149398c2a4f518177a4f1194af3a9d571
-MISC metadata.xml 334 BLAKE2B aca26b6ae7ecd18ec6df2f742cac17fbc13fbc694cda79e834b1e4057b91c399bf150dad36f5404a8a67aa9b9351966c006e0fca0a415c0a49c7bdbabdba8467 SHA512 3944e0b6c73f2e3c23ca9c1d70b3b3fb5e8616614a1eb0b15528f5aee747a9689a4a1413eeda52f88070ca7ae77a16d87188801004e398df899d75f2f71b6df9
diff --git a/dev-ml/async_extra/async_extra-0.9.0.ebuild b/dev-ml/async_extra/async_extra-0.9.0.ebuild
deleted file mode 100644
index 06c9100af230..000000000000
--- a/dev-ml/async_extra/async_extra-0.9.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
-HOMEPAGE="https://github.com/janestreet/async_extra"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-lang/ocaml-4.02.0:=
- dev-ml/async_kernel:=
- dev-ml/async_rpc_kernel:=
- dev-ml/async_unix:=
- dev-ml/core:=
- dev-ml/ppx_driver:=
- dev-ml/ppx_jane:=
- dev-ml/ocaml-migrate-parsetree:=
-"
-DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder"
-
-src_install() {
- opam-installer -i \
- --prefix="${ED}/usr" \
- --libdir="${D}/$(ocamlc -where)" \
- --docdir="${ED}/usr/share/doc/${PF}" \
- ${PN}.install || die
-}
diff --git a/dev-ml/async_extra/metadata.xml b/dev-ml/async_extra/metadata.xml
deleted file mode 100644
index e8e993916222..000000000000
--- a/dev-ml/async_extra/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">janestreet/async_extra</remote-id>
- </upstream>
-</pkgmetadata>