[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/inotify/

2022-06-01 Thread Alessandro Barbieri
commit: a90f3f016fb6e7dc559c817200e4a6145556d801
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue May 31 22:47:36 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu Jun  2 01:23:29 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a90f3f01

dev-ml/inotify: add 2.4

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/inotify/Manifest   |  1 +
 dev-ml/inotify/inotify-2.4.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ml/inotify/Manifest b/dev-ml/inotify/Manifest
index 5968c9462..6028fefd5 100644
--- a/dev-ml/inotify/Manifest
+++ b/dev-ml/inotify/Manifest
@@ -1 +1,2 @@
 DIST inotify-2.3_p2028.tar.gz 15870 BLAKE2B 
cd9b80dcf924ef9fd3c4b95e2e105e17dcfb3b4897b9552ac87b4f8d59dc128f76c6aa95bbf2647b2b60577b53abde003391ba05833ce5ddf0ebbb366b608780
 SHA512 
3ac6b739797a7d2bafcbe007bd467841eeab8ceecc50dc3a71cd24e0d24da846d9166166a45d6b07d9717d3bab649cd1619ebc8964149700522a7082c1b0d3d5
+DIST inotify-2.4.gh.tar.gz 16439 BLAKE2B 
9d96e07b80b594deb3840dd563320de0f53334927e106a4b1e4f9716ad509d97e3cc6003d5386861a4bc00d00031e348a3a32667b4e270dd3aaa2dc46436831f
 SHA512 
d164ab997517008671fdd60ab219cf1539f75928334838f416e31799a2c5198a97eb9d795225c3bb40cc41ac8431022c26b7c8b78ad2d45673158a5e2e554997

diff --git a/dev-ml/inotify/inotify-2.4.ebuild 
b/dev-ml/inotify/inotify-2.4.ebuild
new file mode 100644
index 0..9d9e44111
--- /dev/null
+++ b/dev-ml/inotify/inotify-2.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+MYPN="ocaml-${PN}"
+
+DESCRIPTION="OCaml bindings for inotify"
+HOMEPAGE="
+   https://github.com/whitequark/ocaml-inotify
+   https://opam.ocaml.org/packages/inotify/
+"
+SRC_URI="https://github.com/whitequark/${MYPN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
+S="${WORKDIR}/${MYPN}-${PV}"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt test"
+
+RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   >=dev-ml/ounit2-2.0
+   >=dev-ml/ocaml-fileutils-0.4.4
+   dev-ml/lwt
+   )
+"
+
+RESTRICT="!test? ( test )"



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/inotify/

2022-04-20 Thread Alessandro Barbieri
commit: 425e7879713850e1c7704ed9fa3cda52ef3d24c1
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Apr 21 00:03:27 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu Apr 21 00:03:27 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=425e7879

dev-ml/inotify: update HOMEPAGE

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/inotify/inotify-2.3_p2028.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ml/inotify/inotify-2.3_p2028.ebuild 
b/dev-ml/inotify/inotify-2.3_p2028.ebuild
index 6b478199d..006f042e9 100644
--- a/dev-ml/inotify/inotify-2.3_p2028.ebuild
+++ b/dev-ml/inotify/inotify-2.3_p2028.ebuild
@@ -9,7 +9,10 @@ COMMIT="b340204c72ae3ff27def6e116c1998485fc3227e"
 MYPN="ocaml-${PN}"
 
 DESCRIPTION="OCaml bindings for inotify"
-HOMEPAGE="https://github.com/whitequark/ocaml-inotify";
+HOMEPAGE="
+   https://github.com/whitequark/ocaml-inotify
+   https://opam.ocaml.org/packages/inotify/
+"
 SRC_URI="https://github.com/whitequark/${MYPN}/archive/${COMMIT}.tar.gz -> 
${PF}.tar.gz"
 S="${WORKDIR}/${MYPN}-${COMMIT}"
 
@@ -18,12 +21,9 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE="ocamlopt test"
 
+RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
 DEPEND="
-   dev-ml/base-unix:=
-   dev-ml/base-bytes:=
-"
-RDEPEND="
-   ${DEPEND}
+   ${RDEPEND}
test? (
dev-ml/ounit2
dev-ml/ocaml-fileutils



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/inotify/

2022-04-15 Thread Alessandro Barbieri
commit: 24e19cc9210d4ca2b56915c034f9196f5d9bef38
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Apr 15 22:09:56 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Apr 15 22:46:50 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24e19cc9

dev-ml/inotify: fix ounit2 dependency

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/inotify/inotify-2.3_p2028.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ml/inotify/inotify-2.3_p2028.ebuild 
b/dev-ml/inotify/inotify-2.3_p2028.ebuild
index 1d4a7544b..6b478199d 100644
--- a/dev-ml/inotify/inotify-2.3_p2028.ebuild
+++ b/dev-ml/inotify/inotify-2.3_p2028.ebuild
@@ -19,13 +19,13 @@ KEYWORDS="~amd64"
 IUSE="ocamlopt test"
 
 DEPEND="
-   dev-ml/base-unix
-   dev-ml/base-bytes
+   dev-ml/base-unix:=
+   dev-ml/base-bytes:=
 "
 RDEPEND="
${DEPEND}
test? (
-   >=dev-ml/ounit-2
+   dev-ml/ounit2
dev-ml/ocaml-fileutils
dev-ml/lwt
)



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/inotify/

2022-04-15 Thread Alessandro Barbieri
commit: 2aaa05bc8300ac8fce6b17fbccc910e141d5f2b5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  9 10:25:46 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Apr 15 20:34:19 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2aaa05bc

dev-ml/inotify: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ml/inotify/Manifest |  1 +
 dev-ml/inotify/inotify-2.3_p2028.ebuild | 34 +
 dev-ml/inotify/metadata.xml | 11 ++
 3 files changed, 46 insertions(+)

diff --git a/dev-ml/inotify/Manifest b/dev-ml/inotify/Manifest
new file mode 100644
index 0..5968c9462
--- /dev/null
+++ b/dev-ml/inotify/Manifest
@@ -0,0 +1 @@
+DIST inotify-2.3_p2028.tar.gz 15870 BLAKE2B 
cd9b80dcf924ef9fd3c4b95e2e105e17dcfb3b4897b9552ac87b4f8d59dc128f76c6aa95bbf2647b2b60577b53abde003391ba05833ce5ddf0ebbb366b608780
 SHA512 
3ac6b739797a7d2bafcbe007bd467841eeab8ceecc50dc3a71cd24e0d24da846d9166166a45d6b07d9717d3bab649cd1619ebc8964149700522a7082c1b0d3d5

diff --git a/dev-ml/inotify/inotify-2.3_p2028.ebuild 
b/dev-ml/inotify/inotify-2.3_p2028.ebuild
new file mode 100644
index 0..1d4a7544b
--- /dev/null
+++ b/dev-ml/inotify/inotify-2.3_p2028.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+COMMIT="b340204c72ae3ff27def6e116c1998485fc3227e"
+MYPN="ocaml-${PN}"
+
+DESCRIPTION="OCaml bindings for inotify"
+HOMEPAGE="https://github.com/whitequark/ocaml-inotify";
+SRC_URI="https://github.com/whitequark/${MYPN}/archive/${COMMIT}.tar.gz -> 
${PF}.tar.gz"
+S="${WORKDIR}/${MYPN}-${COMMIT}"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt test"
+
+DEPEND="
+   dev-ml/base-unix
+   dev-ml/base-bytes
+"
+RDEPEND="
+   ${DEPEND}
+   test? (
+   >=dev-ml/ounit-2
+   dev-ml/ocaml-fileutils
+   dev-ml/lwt
+   )
+"
+
+RESTRICT="!test? ( test )"

diff --git a/dev-ml/inotify/metadata.xml b/dev-ml/inotify/metadata.xml
new file mode 100644
index 0..b420263b8
--- /dev/null
+++ b/dev-ml/inotify/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+whitequark/ocaml-inotify
+  
+