commit:     c956e258845d534f8c0fc79dafaa49c84fb4cc9d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 23:01:39 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Dec  7 23:26:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c956e258

dev-ml/lwt_log: new package; add version 1.1.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/lwt_log/Manifest             |  1 +
 dev-ml/lwt_log/lwt_log-1.1.1.ebuild | 18 ++++++++++++++++++
 dev-ml/lwt_log/metadata.xml         | 13 +++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-ml/lwt_log/Manifest b/dev-ml/lwt_log/Manifest
new file mode 100644
index 000000000000..fd31114d1534
--- /dev/null
+++ b/dev-ml/lwt_log/Manifest
@@ -0,0 +1 @@
+DIST lwt_log-1.1.1.tar.gz 24569 BLAKE2B 
c205382dcb17f9ce6f8037bb19f817138081c61b60f5253913d9346c009694c0a6f67228293fa1d63ea405c94950141ea2f383f1483fcf674771f8a9252f9eff
 SHA512 
df3d171a7c72f37e96b756d252ab586767df9c13e01500faf13d4b2cee936b0602fd7c725c03db488d3737d8d92300af103d395a926dc654a2c44a5d6068f24a

diff --git a/dev-ml/lwt_log/lwt_log-1.1.1.ebuild 
b/dev-ml/lwt_log/lwt_log-1.1.1.ebuild
new file mode 100644
index 000000000000..167920cb95c4
--- /dev/null
+++ b/dev-ml/lwt_log/lwt_log-1.1.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Cooperative light-weight thread library for OCaml"
+HOMEPAGE="https://github.com/ocsigen/lwt_log";
+SRC_URI="https://github.com/ocsigen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-ml/lwt:="
+RDEPEND="${DEPEND}"

diff --git a/dev-ml/lwt_log/metadata.xml b/dev-ml/lwt_log/metadata.xml
new file mode 100644
index 000000000000..f49c7a0cb39f
--- /dev/null
+++ b/dev-ml/lwt_log/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+
+<pkgmetadata>
+  <maintainer type="project">
+    <email>m...@gentoo.org</email>
+    <name>ML</name>
+  </maintainer>
+  <upstream>
+    <bugs-to>https://github.com/ocsigen/lwt_log/issues/</bugs-to>
+    <remote-id type="github">ocsigen/lwt_log</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to