From d5f185d8f77e3cd57425d50a6c6b4b1d1aa5a3dd Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Thu, 28 Apr 2022 01:03:13 +0200 Subject: dev-ml/async_inotify: add 0.15.0, drop 0.14.0 Signed-off-by: Alessandro Barbieri --- dev-ml/async_inotify/Manifest | 2 +- dev-ml/async_inotify/async_inotify-0.14.0.ebuild | 26 --------------------- dev-ml/async_inotify/async_inotify-0.15.0.ebuild | 29 ++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 27 deletions(-) delete mode 100644 dev-ml/async_inotify/async_inotify-0.14.0.ebuild create mode 100644 dev-ml/async_inotify/async_inotify-0.15.0.ebuild (limited to 'dev-ml') diff --git a/dev-ml/async_inotify/Manifest b/dev-ml/async_inotify/Manifest index 21ebc2ae1..30895d12e 100644 --- a/dev-ml/async_inotify/Manifest +++ b/dev-ml/async_inotify/Manifest @@ -1 +1 @@ -DIST async_inotify-0.14.0.tar.gz 6659 BLAKE2B 8df69b030978593b6df4010a68d8a874fd4281338937b76a943d90b588698d177b9e8df29767e605fab27ce4772b1aee5401737864b918b6d20389ac0f7b2c42 SHA512 219b66e668b332b6891a32cafb7ab03d8123c580badaf0f34df870c08a1259e0f32ba708cc4432a0d71eaa01774a5de1701b1964437a1784d02e6b396aa6cf82 +DIST async_inotify-0.15.0.tar.gz 8182 BLAKE2B f1c42be4b2206f7cb330af3fb333ff54a9923350711137d3eeca97231b3babdf73ea296084c213028cbd108071be00f8aaadcfa9b174cedc4ad8f940ea9103c8 SHA512 d3f0d5886ee113ae9e5f9d2440a9fb497eb19c41afb64f8427bcb9c0a5c6b45e176b4570cd3f196ad0f752de1188ed632f89270f57498ab89963df93efa79c02 diff --git a/dev-ml/async_inotify/async_inotify-0.14.0.ebuild b/dev-ml/async_inotify/async_inotify-0.14.0.ebuild deleted file mode 100644 index 051e43dcc..000000000 --- a/dev-ml/async_inotify/async_inotify-0.14.0.ebuild +++ /dev/null @@ -1,26 +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-lang/ocaml-4.08.0:=[ocamlopt?] - =dev-ml/core_unix-0.14*:= - =dev-ml/async-0.14*:= - =dev-ml/async_find-0.14*:= - =dev-ml/core-0.14*:= - =dev-ml/ppx_jane-0.14*:= - >=dev-ml/inotify-0.2.0:= -" -RDEPEND="${DEPEND}" diff --git a/dev-ml/async_inotify/async_inotify-0.15.0.ebuild b/dev-ml/async_inotify/async_inotify-0.15.0.ebuild new file mode 100644 index 000000000..4808cc800 --- /dev/null +++ b/dev-ml/async_inotify/async_inotify-0.15.0.ebuild @@ -0,0 +1,29 @@ +# 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 + https://opam.ocaml.org/packages/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-lang/ocaml-4.08.0:=[ocamlopt?] + =dev-ml/core_unix-0.15*:= + =dev-ml/async-0.15*:= + =dev-ml/async_find-0.15*:= + =dev-ml/core-0.15*:= + =dev-ml/ppx_jane-0.15*:= + >=dev-ml/inotify-0.2.0:= +" +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad