Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/async_inotify/
Date: Thu, 28 Apr 2022 05:57:44
Message-Id: 1651125450.d5f185d8f77e3cd57425d50a6c6b4b1d1aa5a3dd.Alessandro-Barbieri@gentoo
1 commit: d5f185d8f77e3cd57425d50a6c6b4b1d1aa5a3dd
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 27 23:03:13 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu Apr 28 05:57:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5f185d8
7
8 dev-ml/async_inotify: add 0.15.0, drop 0.14.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-ml/async_inotify/Manifest | 2 +-
13 ..._inotify-0.14.0.ebuild => async_inotify-0.15.0.ebuild} | 15 +++++++++------
14 2 files changed, 10 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-ml/async_inotify/Manifest b/dev-ml/async_inotify/Manifest
17 index 21ebc2ae1..30895d12e 100644
18 --- a/dev-ml/async_inotify/Manifest
19 +++ b/dev-ml/async_inotify/Manifest
20 @@ -1 +1 @@
21 -DIST async_inotify-0.14.0.tar.gz 6659 BLAKE2B 8df69b030978593b6df4010a68d8a874fd4281338937b76a943d90b588698d177b9e8df29767e605fab27ce4772b1aee5401737864b918b6d20389ac0f7b2c42 SHA512 219b66e668b332b6891a32cafb7ab03d8123c580badaf0f34df870c08a1259e0f32ba708cc4432a0d71eaa01774a5de1701b1964437a1784d02e6b396aa6cf82
22 +DIST async_inotify-0.15.0.tar.gz 8182 BLAKE2B f1c42be4b2206f7cb330af3fb333ff54a9923350711137d3eeca97231b3babdf73ea296084c213028cbd108071be00f8aaadcfa9b174cedc4ad8f940ea9103c8 SHA512 d3f0d5886ee113ae9e5f9d2440a9fb497eb19c41afb64f8427bcb9c0a5c6b45e176b4570cd3f196ad0f752de1188ed632f89270f57498ab89963df93efa79c02
23
24 diff --git a/dev-ml/async_inotify/async_inotify-0.14.0.ebuild b/dev-ml/async_inotify/async_inotify-0.15.0.ebuild
25 similarity index 64%
26 rename from dev-ml/async_inotify/async_inotify-0.14.0.ebuild
27 rename to dev-ml/async_inotify/async_inotify-0.15.0.ebuild
28 index 051e43dcc..4808cc800 100644
29 --- a/dev-ml/async_inotify/async_inotify-0.14.0.ebuild
30 +++ b/dev-ml/async_inotify/async_inotify-0.15.0.ebuild
31 @@ -6,7 +6,10 @@ EAPI=8
32 inherit dune
33
34 DESCRIPTION="Async wrapper for inotify"
35 -HOMEPAGE="https://github.com/janestreet/async_inotify"
36 +HOMEPAGE="
37 + https://github.com/janestreet/async_inotify
38 + https://opam.ocaml.org/packages/async_inotify/
39 +"
40 SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
41
42 LICENSE="MIT"
43 @@ -16,11 +19,11 @@ IUSE="ocamlopt"
44
45 DEPEND="
46 >=dev-lang/ocaml-4.08.0:=[ocamlopt?]
47 - =dev-ml/core_unix-0.14*:=
48 - =dev-ml/async-0.14*:=
49 - =dev-ml/async_find-0.14*:=
50 - =dev-ml/core-0.14*:=
51 - =dev-ml/ppx_jane-0.14*:=
52 + =dev-ml/core_unix-0.15*:=
53 + =dev-ml/async-0.15*:=
54 + =dev-ml/async_find-0.15*:=
55 + =dev-ml/core-0.15*:=
56 + =dev-ml/ppx_jane-0.15*:=
57 >=dev-ml/inotify-0.2.0:=
58 "
59 RDEPEND="${DEPEND}"