diff options
author | 2021-03-07 15:31:41 +0100 | |
---|---|---|
committer | 2021-03-07 15:37:45 +0100 | |
commit | 3dd79151482ae81e5b86486705bb602b13bef093 (patch) | |
tree | e09fb37256a693e0d0dbb324a507293b0844e602 /dev-ml | |
parent | dev-ml/async: rm old version (diff) | |
download | gentoo-3dd79151482ae81e5b86486705bb602b13bef093.tar.gz gentoo-3dd79151482ae81e5b86486705bb602b13bef093.tar.bz2 gentoo-3dd79151482ae81e5b86486705bb602b13bef093.zip |
dev-ml/async_extra: rm old version
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/async_extra/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/async_extra/async_extra-0.9.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest index eb8c0340e3ee..1b92167684c1 100644 --- a/dev-ml/async_extra/Manifest +++ b/dev-ml/async_extra/Manifest @@ -1,2 +1 @@ DIST async_extra-0.14.0.tar.gz 17746 BLAKE2B 46367dfb909ea02100be7718edbee8deac1c9019232723af6d80cf2567b2d17b316ae2355ffd9c9cd7897c3409c50cd4a7105a44a153eac02fa6326c195f237d SHA512 c646d9f69dac06aba973a837e295502b45bcda3ffbf3971f283035f2f60b5f92777fa105a08827971e8eae563b12b019341b29f30703b6490fec38d276a74199 -DIST async_extra-0.9.0.tar.gz 105722 BLAKE2B 5c371478b1507ddd63bbafb26858752f483a970cbdad174d62032a102fc8ded517ed87581a81b265cce82c9c27a85e09ca6df3209dbe86a35e71cbf35e027d39 SHA512 6f0d69a389e66e47cd0a3cf288c2b0242299e5c3befa77f7a656bc30dfb63f78e5287c4de5e80473c1ce2ee5fed038bf0b4d2b94eb73f045b20f40b14868fa1a 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 -} |