commit:     3dd79151482ae81e5b86486705bb602b13bef093
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 14:31:41 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 14:37:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd79151

dev-ml/async_extra: rm old version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/async_extra/Manifest                 |  1 -
 dev-ml/async_extra/async_extra-0.9.0.ebuild | 32 -----------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
index eb8c0340e3e..1b92167684c 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 06c9100af23..00000000000
--- 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
-}

Reply via email to