summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-03-07 15:30:20 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-03-07 15:37:41 +0100
commit70fa29f0e85a2a384a0c4d0b44c2858a52834c06 (patch)
tree99ec0a4dfa26cefb72353ccf639af25aa468978c /dev-ml/async
parentdev-ml/async_ssl: rm old versions (diff)
downloadgentoo-70fa29f0e85a2a384a0c4d0b44c2858a52834c06.tar.gz
gentoo-70fa29f0e85a2a384a0c4d0b44c2858a52834c06.tar.bz2
gentoo-70fa29f0e85a2a384a0c4d0b44c2858a52834c06.zip
dev-ml/async: 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/async')
-rw-r--r--dev-ml/async/Manifest1
-rw-r--r--dev-ml/async/async-0.9.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-ml/async/Manifest b/dev-ml/async/Manifest
index 5b79a9b5ae79..17d2eb22e3d1 100644
--- a/dev-ml/async/Manifest
+++ b/dev-ml/async/Manifest
@@ -1,2 +1 @@
DIST async-0.14.0.tar.gz 65025 BLAKE2B 39e2bef8df12a9733b9ff11ce1bba22b095f79532ff27999e617db5c145e57ab2e1f7f9435a5952312a84dd75b24d76fd4279c524be933e8ded5be7b00d6729a SHA512 3e57ea742ab28d008e1c0b39a6fc6d0ac3ca78b644f678f79b9ceb8d9acb23fcd45fed52f744906ab6d9b87955a27a8e4512043db45a7c836323d96433124b5c
-DIST async-0.9.0.tar.gz 17856 BLAKE2B b7206641936aa430ddc35091b89c465fe0abd98883c9206f3a978372dc016a35f41a228adf906def56f894eafabdb223463a77fc690e373bbd5284c590871924 SHA512 93c0fa4d6e7d1c4dff1f460db8ec95b3eea1d7c19fda117bb9efc8711f4908d2922467c33f66659395169ead9b37931da16a85a031d6073fc9296c218f2c55bb
diff --git a/dev-ml/async/async-0.9.0.ebuild b/dev-ml/async/async-0.9.0.ebuild
deleted file mode 100644
index e1ba15eb9c98..000000000000
--- a/dev-ml/async/async-0.9.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Jane Street Capital's asynchronous execution library"
-HOMEPAGE="https://github.com/janestreet/async"
-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-ml/async_extra:=
- dev-ml/async_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/jbuilder"