public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt_log/
@ 2021-12-07 23:26 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2021-12-07 23:26 UTC (permalink / raw
  To: gentoo-commits

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>ml@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>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt_log/
@ 2021-12-08 19:00 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2021-12-08 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     1a935eec1db577278dedc8536474e2339241e829
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  8 18:59:25 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec  8 18:59:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a935eec

dev-ml/lwt_log: fid *DEPEND

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

 dev-ml/lwt_log/{lwt_log-1.1.1.ebuild => lwt_log-1.1.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt_log/lwt_log-1.1.1.ebuild b/dev-ml/lwt_log/lwt_log-1.1.1-r1.ebuild
similarity index 95%
rename from dev-ml/lwt_log/lwt_log-1.1.1.ebuild
rename to dev-ml/lwt_log/lwt_log-1.1.1-r1.ebuild
index 167920cb95c4..65e0d086940d 100644
--- a/dev-ml/lwt_log/lwt_log-1.1.1.ebuild
+++ b/dev-ml/lwt_log/lwt_log-1.1.1-r1.ebuild
@@ -15,4 +15,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="dev-ml/lwt:="
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt_log/
@ 2023-01-24 18:16 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2023-01-24 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     88a55671b73d532d2a927b58d02dc3e78e530288
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 18:06:39 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 18:16:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a55671

dev-ml/lwt_log: bump to 1.1.2

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/lwt_log/Manifest             |  1 +
 dev-ml/lwt_log/lwt_log-1.1.2.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ml/lwt_log/Manifest b/dev-ml/lwt_log/Manifest
index fd31114d1534..adfbcf4704f6 100644
--- a/dev-ml/lwt_log/Manifest
+++ b/dev-ml/lwt_log/Manifest
@@ -1 +1,2 @@
 DIST lwt_log-1.1.1.tar.gz 24569 BLAKE2B c205382dcb17f9ce6f8037bb19f817138081c61b60f5253913d9346c009694c0a6f67228293fa1d63ea405c94950141ea2f383f1483fcf674771f8a9252f9eff SHA512 df3d171a7c72f37e96b756d252ab586767df9c13e01500faf13d4b2cee936b0602fd7c725c03db488d3737d8d92300af103d395a926dc654a2c44a5d6068f24a
+DIST lwt_log-1.1.2.tar.gz 24567 BLAKE2B d555b2e54b327ddbb68d8fcf1f669eb8b74709673da8c0f0dc32ee5d58c5055ebda52c2f13d39ac37e0fda724e02c057872147b88921ed15dbed73b58c59962d SHA512 fb976d89c0f868b57434a9e0907ffae0842fe48fc747ddb860954d20f36722faea315ebb0b4dac202f9bf7203b0a09681614e9619f3bbd0dd59f8dd7bbd50575

diff --git a/dev-ml/lwt_log/lwt_log-1.1.2.ebuild b/dev-ml/lwt_log/lwt_log-1.1.2.ebuild
new file mode 100644
index 000000000000..dd13b97c8ce0
--- /dev/null
+++ b/dev-ml/lwt_log/lwt_log-1.1.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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:="
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-24 18:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-07 23:26 [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt_log/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2021-12-08 19:00 Maciej Barć
2023-01-24 18:16 Maciej Barć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox