commit:     26976784923a389e4301dd9aab84de5c05c7db54
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Apr  9 10:25:55 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Apr 15 20:34:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26976784

dev-ml/async_inotify: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-ml/async_inotify/Manifest                    |  1 +
 dev-ml/async_inotify/async_inotify-0.15.0.ebuild | 25 ++++++++++++++++++++++++
 dev-ml/async_inotify/metadata.xml                | 11 +++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-ml/async_inotify/Manifest b/dev-ml/async_inotify/Manifest
new file mode 100644
index 000000000..30895d12e
--- /dev/null
+++ b/dev-ml/async_inotify/Manifest
@@ -0,0 +1 @@
+DIST async_inotify-0.15.0.tar.gz 8182 BLAKE2B 
f1c42be4b2206f7cb330af3fb333ff54a9923350711137d3eeca97231b3babdf73ea296084c213028cbd108071be00f8aaadcfa9b174cedc4ad8f940ea9103c8
 SHA512 
d3f0d5886ee113ae9e5f9d2440a9fb497eb19c41afb64f8427bcb9c0a5c6b45e176b4570cd3f196ad0f752de1188ed632f89270f57498ab89963df93efa79c02

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..0c50d39b0
--- /dev/null
+++ b/dev-ml/async_inotify/async_inotify-0.15.0.ebuild
@@ -0,0 +1,25 @@
+# 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}"

diff --git a/dev-ml/async_inotify/metadata.xml 
b/dev-ml/async_inotify/metadata.xml
new file mode 100644
index 000000000..53514bc6d
--- /dev/null
+++ b/dev-ml/async_inotify/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>[email protected]</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">janestreet/async_inotify</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to