summaryrefslogtreecommitdiff
path: root/dev-ml/async_unix
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-12 21:55:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-12 21:55:15 +0000
commit7218e1b46bceac05841e90472501742d905fb3fc (patch)
tree56fae051db521b8fce8014cbc8b11484885b14b3 /dev-ml/async_unix
parent6d691ad5b6239929063441bbd14c489e92e7396e (diff)
gentoo resync : 12.03.2021
Diffstat (limited to 'dev-ml/async_unix')
-rw-r--r--dev-ml/async_unix/Manifest2
-rw-r--r--dev-ml/async_unix/async_unix-0.9.0.ebuild33
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
index f4dd98489b97..77457f4a6ddd 100644
--- a/dev-ml/async_unix/Manifest
+++ b/dev-ml/async_unix/Manifest
@@ -1,5 +1,3 @@
DIST async_unix-0.14.0.tar.gz 171624 BLAKE2B 4c55b6c8ba8cd59ede4b214ec84d8689700e46b918a96e145f94ebd011c32de6c2ab40c35a4c821ac58872259740b752e045eb2ac7954ecb0b988ceaf1b75ff2 SHA512 d90713d1d35445a648392e9104eedd25d4c7e6a10a46d0442539c1521349dcbee4118e852cc8335c8c03ba4d1050f199eb91a6e3c3c827dca8eee59501f379be
-DIST async_unix-0.9.0.tar.gz 156717 BLAKE2B cce40cb1074ae7a6f38fa8df80dc4787be24a500ed9576bd737fc5db8d1d3f31ccc14cad9b134bccc8257004e421201c410b7c3b19373a282b50817b3ccebd7c SHA512 cd3fb43ffcde8fe01386a0460beb52e2530786dc0abce318c5241243e123ebd57fbf4cff8c91300483f33ae5dc1c0cc591992dc55286dc6ec550be62afb33b42
EBUILD async_unix-0.14.0.ebuild 542 BLAKE2B b0b8e190759c3fede906564c1c3359ff78b817c19cd3f8fb48b8c2c310544b9d906021121d25879454c4c06595aff49127a6c084106932a615ff916f6870753e SHA512 99611de5c7595f33eaeb2a738fa8cea6036b3cba527c43eed0dfa12dbbbf7154bbb15a8d9b48c2cf4b75e90c4fb0345217752e0b232a1ac4ead93c9e2265e6c2
-EBUILD async_unix-0.9.0.ebuild 800 BLAKE2B a0f78110c010fddf08e02a0961912bb5aec0f3b1cd5fef4d6074766ac39da197393f9ac8754c0f6b8a8dabe25fa47491b13afacc29da864cae78409f927b43ba SHA512 d6b9b39bfc40f3d1578885442eb7a60bbc78c9588836d4ad3e39ccf2033d85da2ecabb2f4aab7eef37a0b50c20b08f3232b002c0219d23b3b9d2f1ca43651172
MISC metadata.xml 253 BLAKE2B 0119814797fa3c3d05048b625f47beb2588cefc93f90594e1fa0fa1f70858f3a84d5e71e912025cd0db1556ff22bd12ba8fe19951e0bcda22c7e11e9ac5b739b SHA512 9ae29fd2c07040726fac076a79e59a91d83db3aa6a01ccf0b2832d9dde07008a45e2272dc18a5b8683cb6dcb9ce120762e8561fe43329782dedf730f27cdeb68
diff --git a/dev-ml/async_unix/async_unix-0.9.0.ebuild b/dev-ml/async_unix/async_unix-0.9.0.ebuild
deleted file mode 100644
index aac9eccd0f0a..000000000000
--- a/dev-ml/async_unix/async_unix-0.9.0.ebuild
+++ /dev/null
@@ -1,33 +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 (unix)"
-HOMEPAGE="https://github.com/janestreet/async_unix"
-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/core:=
- dev-ml/ppx_driver:=
- dev-ml/ppx_jane:=
- dev-ml/ocaml-migrate-parsetree:=
- <dev-ml/ppx_driver-100
- <dev-ml/ppx_jane-100
-"
-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
-}