dev-ml/async_inotify: drop 0.15.0

Closes: https://bugs.gentoo.org/838811
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-21 00:02:06 +02:00
parent 9c4eae5de6
commit 90e34fece7
2 changed files with 0 additions and 26 deletions

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Async wrapper for inotify"
HOMEPAGE="https://github.com/janestreet/async_inotify"
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"
DEPEND="
dev-ml/core_unix
dev-ml/async
dev-ml/async_find
dev-ml/core
dev-ml/ppx_jane
dev-ml/inotify
"
RDEPEND="${DEPEND}"