public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2015-12-09 10:24 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2015-12-09 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3ecae2fd5608a35e47b02f47a525450933e0d221
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  9 09:17:36 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 10:24:12 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ecae2fd

dev-ml/lwt: bump to 2.5.1

Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/lwt/Manifest         |  1 +
 dev-ml/lwt/lwt-2.5.1.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index bfec53c..66a12b5 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,3 +1,4 @@
 DIST lwt-2.4.3.tar.gz 504000 SHA256 efee23937750290d6dee96eed6c0bbdb19817d5be6eefcba61ac5031fac10107 SHA512 725d50a096a43294d49ae2322fdc985c301ce6a8ff5c956925225d7977e787ccb446e36a9db5fdbb50f284b9f1a3a12a52d1aa44d4400feecb59f6f938ed00ad WHIRLPOOL c5999e950008902600b43bf39f174ed0bc2cb3f6dce983d885416969a3bb98170ec8b74c8f5829459c3c96d160e5b4c8491b7057e7efeac035a46c9846ff7764
 DIST lwt-2.4.6.tar.gz 306510 SHA256 9f90c6b326e603865bae9a882301e35ee745d22e6b886b488a26dfa94ca69ff1 SHA512 8ba7cf74a228016f662523a14c083367e1d5eae43dbc208b8620fa867b44b99ea35644a9788fba3e3031e94fd0a852bdf5e85d250494fdbf6ddbe7959cb858e4 WHIRLPOOL d5fea0daf60e9adb213652d2cb4857bae81342c9b1e1e6492137e9683ffe3ac360e63623cfa8771b9406d2a2a8ec110681f8991399ee31028e9efd2b6f0a43eb
 DIST lwt-2.5.0.tar.gz 1278567 SHA256 37ae28a56bc5e112947ff84562b37fbd2263d54ecbb0b1e2076b2b775f546130 SHA512 a951f55ebd8440f15c1d60ab41cefe9afea12332f64e477f50537de231535814d704baea0ed167bee2f7e2c7ec8c128811d3d446cad2d6b8d46ab612a160ed40 WHIRLPOOL 661db9f59a8205c649309c95292aca80a7e9195f2ac8c4cb0dfca56689e7bae881eb1b4869f02d27a09d33b0aca5bf83f937a8e4389adefb3b9fab071779392d
+DIST lwt-2.5.1.tar.gz 1272834 SHA256 351ea57e30cdeeebb02ae3b12906ed391f947fd35d57148905828ee121ec29ec SHA512 648f08e13a5b13072ed44ec380cce226bbf2ac480ca6adcd170e5bfa789bf6a4e832af0748bb1bff0e45611fd8d1b14592ece4211fb78be5b03cbcd7c3cb3b7d WHIRLPOOL c89ff1cd278ca194e1edf11ee447466dfd90f1bae4c79967e296c73cecf6684f017f8873a9f8cd6c367e83d1acfbd65ccc021edc1a7efc01432207e171f8e9dd

diff --git a/dev-ml/lwt/lwt-2.5.1.ebuild b/dev-ml/lwt/lwt-2.5.1.ebuild
new file mode 100644
index 0000000..ac81e53
--- /dev/null
+++ b/dev-ml/lwt/lwt-2.5.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+# fails to build
+#OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Cooperative light-weight thread library for OCaml"
+SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="http://ocsigen.org/lwt"
+
+IUSE="gtk +react +ssl"
+
+DEPEND="react? ( >=dev-ml/react-1.2:= )
+	dev-libs/libev
+	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
+	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
+	|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
+
+RDEPEND="${DEPEND}
+	!<www-servers/ocsigen-1.1"
+
+SLOT="0/${PV}"
+LICENSE="LGPL-2.1-with-linking-exception"
+KEYWORDS="~amd64 ~x86-fbsd"
+
+DOCS=( "CHANGES" "README.md" )
+
+src_configure() {
+	oasis_configure_opts="$(use_enable gtk glib)
+		$(use_enable react)
+		$(use_enable ssl)
+		--enable-camlp4
+		--disable-ppx" \
+		oasis_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2016-02-06 15:07 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2016-02-06 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     32799bbc1e56a3f3f05e585f6360291e9ce14e3e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 15:06:54 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 15:07:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32799bbc

dev-ml/lwt: add ppx useflag and enable it by default since it is recommended on ocaml 4.02+

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/lwt/lwt-2.5.1.ebuild | 5 +++--
 dev-ml/lwt/metadata.xml     | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ml/lwt/lwt-2.5.1.ebuild b/dev-ml/lwt/lwt-2.5.1.ebuild
index ac81e53..ac787dd 100644
--- a/dev-ml/lwt/lwt-2.5.1.ebuild
+++ b/dev-ml/lwt/lwt-2.5.1.ebuild
@@ -14,12 +14,13 @@ DESCRIPTION="Cooperative light-weight thread library for OCaml"
 SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="http://ocsigen.org/lwt"
 
-IUSE="gtk +react +ssl"
+IUSE="gtk +ppx +react +ssl"
 
 DEPEND="react? ( >=dev-ml/react-1.2:= )
 	dev-libs/libev
 	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
 	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
+	ppx? ( dev-ml/ppx_tools:= )
 	|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 
 RDEPEND="${DEPEND}
@@ -36,6 +37,6 @@ src_configure() {
 		$(use_enable react)
 		$(use_enable ssl)
 		--enable-camlp4
-		--disable-ppx" \
+		$(use_enable ppx)" \
 		oasis_src_configure
 }

diff --git a/dev-ml/lwt/metadata.xml b/dev-ml/lwt/metadata.xml
index d740843..03beb8a 100644
--- a/dev-ml/lwt/metadata.xml
+++ b/dev-ml/lwt/metadata.xml
@@ -18,6 +18,7 @@
     <name>Proxy Maintainers</name>
   </maintainer>
   <use>
+	<flag name="ppx">Enables the ppx syntax extension</flag>
     <flag name="react">Enables support for <pkg>dev-ml/react</pkg>: Functional reactive programming (signals, events, etc.).</flag>
     <flag name="toplevel">Enables enhanced toplevel.</flag>
     <flag name="text">Enables text mode utilities.</flag>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2016-02-07 16:14 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2016-02-07 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e56ddc1e505a9da43913f70ccc5efb53abcacf21
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 16:06:31 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 16:13:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56ddc1e

dev-ml/lwt: remove old

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/lwt/Manifest         |  2 --
 dev-ml/lwt/lwt-2.4.6.ebuild | 43 -------------------------------------------
 dev-ml/lwt/lwt-2.5.0.ebuild | 41 -----------------------------------------
 dev-ml/lwt/metadata.xml     |  2 --
 4 files changed, 88 deletions(-)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 66a12b5..3b76f7e 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,4 +1,2 @@
 DIST lwt-2.4.3.tar.gz 504000 SHA256 efee23937750290d6dee96eed6c0bbdb19817d5be6eefcba61ac5031fac10107 SHA512 725d50a096a43294d49ae2322fdc985c301ce6a8ff5c956925225d7977e787ccb446e36a9db5fdbb50f284b9f1a3a12a52d1aa44d4400feecb59f6f938ed00ad WHIRLPOOL c5999e950008902600b43bf39f174ed0bc2cb3f6dce983d885416969a3bb98170ec8b74c8f5829459c3c96d160e5b4c8491b7057e7efeac035a46c9846ff7764
-DIST lwt-2.4.6.tar.gz 306510 SHA256 9f90c6b326e603865bae9a882301e35ee745d22e6b886b488a26dfa94ca69ff1 SHA512 8ba7cf74a228016f662523a14c083367e1d5eae43dbc208b8620fa867b44b99ea35644a9788fba3e3031e94fd0a852bdf5e85d250494fdbf6ddbe7959cb858e4 WHIRLPOOL d5fea0daf60e9adb213652d2cb4857bae81342c9b1e1e6492137e9683ffe3ac360e63623cfa8771b9406d2a2a8ec110681f8991399ee31028e9efd2b6f0a43eb
-DIST lwt-2.5.0.tar.gz 1278567 SHA256 37ae28a56bc5e112947ff84562b37fbd2263d54ecbb0b1e2076b2b775f546130 SHA512 a951f55ebd8440f15c1d60ab41cefe9afea12332f64e477f50537de231535814d704baea0ed167bee2f7e2c7ec8c128811d3d446cad2d6b8d46ab612a160ed40 WHIRLPOOL 661db9f59a8205c649309c95292aca80a7e9195f2ac8c4cb0dfca56689e7bae881eb1b4869f02d27a09d33b0aca5bf83f937a8e4389adefb3b9fab071779392d
 DIST lwt-2.5.1.tar.gz 1272834 SHA256 351ea57e30cdeeebb02ae3b12906ed391f947fd35d57148905828ee121ec29ec SHA512 648f08e13a5b13072ed44ec380cce226bbf2ac480ca6adcd170e5bfa789bf6a4e832af0748bb1bff0e45611fd8d1b14592ece4211fb78be5b03cbcd7c3cb3b7d WHIRLPOOL c89ff1cd278ca194e1edf11ee447466dfd90f1bae4c79967e296c73cecf6684f017f8873a9f8cd6c367e83d1acfbd65ccc021edc1a7efc01432207e171f8e9dd

diff --git a/dev-ml/lwt/lwt-2.4.6.ebuild b/dev-ml/lwt/lwt-2.4.6.ebuild
deleted file mode 100644
index e932741..0000000
--- a/dev-ml/lwt/lwt-2.4.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-# fails to build
-#OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE="gtk +react +ssl text toplevel"
-
-DEPEND="react? ( >=dev-ml/react-1.2:= )
-	dev-libs/libev
-	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
-	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
-	text? ( >=dev-ml/ocaml-text-0.4:= )
-	|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
-
-RDEPEND="${DEPEND}
-	!<www-servers/ocsigen-1.1"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~x86-fbsd"
-
-DOCS=( "CHANGES" "README" )
-
-src_configure() {
-	oasis_configure_opts="$(use_enable gtk glib)
-		$(use_enable react)
-		$(use_enable ssl)
-		$(use_enable toplevel)
-		$(use_enable text)
-		--disable-ppx" \
-		oasis_src_configure
-}

diff --git a/dev-ml/lwt/lwt-2.5.0.ebuild b/dev-ml/lwt/lwt-2.5.0.ebuild
deleted file mode 100644
index ac81e53..0000000
--- a/dev-ml/lwt/lwt-2.5.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-# fails to build
-#OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE="gtk +react +ssl"
-
-DEPEND="react? ( >=dev-ml/react-1.2:= )
-	dev-libs/libev
-	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
-	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
-	|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
-
-RDEPEND="${DEPEND}
-	!<www-servers/ocsigen-1.1"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~x86-fbsd"
-
-DOCS=( "CHANGES" "README.md" )
-
-src_configure() {
-	oasis_configure_opts="$(use_enable gtk glib)
-		$(use_enable react)
-		$(use_enable ssl)
-		--enable-camlp4
-		--disable-ppx" \
-		oasis_src_configure
-}

diff --git a/dev-ml/lwt/metadata.xml b/dev-ml/lwt/metadata.xml
index 03beb8a..04c21f1 100644
--- a/dev-ml/lwt/metadata.xml
+++ b/dev-ml/lwt/metadata.xml
@@ -20,8 +20,6 @@
   <use>
 	<flag name="ppx">Enables the ppx syntax extension</flag>
     <flag name="react">Enables support for <pkg>dev-ml/react</pkg>: Functional reactive programming (signals, events, etc.).</flag>
-    <flag name="toplevel">Enables enhanced toplevel.</flag>
-    <flag name="text">Enables text mode utilities.</flag>
   </use>
   <upstream>
     <remote-id type="github">ocsigen/lwt</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2016-05-03  9:14 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2016-05-03  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ccc366802f666f3acc246e05db37c61b9973fc93
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun May  1 14:23:05 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May  3 09:13:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc36680

dev-ml/lwt: bump to 2.5.2

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/lwt/Manifest         |  1 +
 dev-ml/lwt/lwt-2.5.2.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 3b76f7e..2e3223f 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,2 +1,3 @@
 DIST lwt-2.4.3.tar.gz 504000 SHA256 efee23937750290d6dee96eed6c0bbdb19817d5be6eefcba61ac5031fac10107 SHA512 725d50a096a43294d49ae2322fdc985c301ce6a8ff5c956925225d7977e787ccb446e36a9db5fdbb50f284b9f1a3a12a52d1aa44d4400feecb59f6f938ed00ad WHIRLPOOL c5999e950008902600b43bf39f174ed0bc2cb3f6dce983d885416969a3bb98170ec8b74c8f5829459c3c96d160e5b4c8491b7057e7efeac035a46c9846ff7764
 DIST lwt-2.5.1.tar.gz 1272834 SHA256 351ea57e30cdeeebb02ae3b12906ed391f947fd35d57148905828ee121ec29ec SHA512 648f08e13a5b13072ed44ec380cce226bbf2ac480ca6adcd170e5bfa789bf6a4e832af0748bb1bff0e45611fd8d1b14592ece4211fb78be5b03cbcd7c3cb3b7d WHIRLPOOL c89ff1cd278ca194e1edf11ee447466dfd90f1bae4c79967e296c73cecf6684f017f8873a9f8cd6c367e83d1acfbd65ccc021edc1a7efc01432207e171f8e9dd
+DIST lwt-2.5.2.tar.gz 268168 SHA256 b319514cf51656780a8f609a63ead08d3052a442546b218530ce146d37bf6331 SHA512 83c7a9d9798fe12e0bdd618e7f69ac357065a9b26e2abb644240c420cb1d507a3b558549b2f82ecc9c3fbc9ca5952e8d7cb32b6832713bfb6fffcb58975d5449 WHIRLPOOL f0482836988a248b691c332ef7acbeb5121226582cb8ef1e0b301719d35e25fd5d08e6b7b9e9ab02081b4d734ddc399251a31b66a26859542a4484342e517257

diff --git a/dev-ml/lwt/lwt-2.5.2.ebuild b/dev-ml/lwt/lwt-2.5.2.ebuild
new file mode 100644
index 0000000..ac787dd
--- /dev/null
+++ b/dev-ml/lwt/lwt-2.5.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+# fails to build
+#OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Cooperative light-weight thread library for OCaml"
+SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="http://ocsigen.org/lwt"
+
+IUSE="gtk +ppx +react +ssl"
+
+DEPEND="react? ( >=dev-ml/react-1.2:= )
+	dev-libs/libev
+	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
+	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
+	ppx? ( dev-ml/ppx_tools:= )
+	|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
+
+RDEPEND="${DEPEND}
+	!<www-servers/ocsigen-1.1"
+
+SLOT="0/${PV}"
+LICENSE="LGPL-2.1-with-linking-exception"
+KEYWORDS="~amd64 ~x86-fbsd"
+
+DOCS=( "CHANGES" "README.md" )
+
+src_configure() {
+	oasis_configure_opts="$(use_enable gtk glib)
+		$(use_enable react)
+		$(use_enable ssl)
+		--enable-camlp4
+		$(use_enable ppx)" \
+		oasis_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2016-06-23 14:24 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2016-06-23 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     eba43c8e83f5b01b2120b6fbda6b1135b2b2114a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 14:22:26 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 14:24:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba43c8e

dev-ml/lwt: drop Pierre & proxy maints from metadata. He is not maintaining it anymore.

Package-Manager: portage-2.3.0_rc1

 dev-ml/lwt/metadata.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/dev-ml/lwt/metadata.xml b/dev-ml/lwt/metadata.xml
index 04c21f1..c91fb5f 100644
--- a/dev-ml/lwt/metadata.xml
+++ b/dev-ml/lwt/metadata.xml
@@ -5,18 +5,10 @@
     <email>aballier@gentoo.org</email>
     <name>Alexis Ballier</name>
   </maintainer>
-  <maintainer type="person">
-    <email>pclairam@gmail.com</email>
-    <name>Pierre Clairambault</name>
-  </maintainer>
   <maintainer type="project">
     <email>ml@gentoo.org</email>
     <name>Gentoo ML Project</name>
   </maintainer>
-  <maintainer type="project">
-    <email>proxy-maint@gentoo.org</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
   <use>
 	<flag name="ppx">Enables the ppx syntax extension</flag>
     <flag name="react">Enables support for <pkg>dev-ml/react</pkg>: Functional reactive programming (signals, events, etc.).</flag>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2016-06-23 14:24 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2016-06-23 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     919f787a522df1b26d8eda97cc784823e87ce80e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 14:23:13 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 14:24:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919f787a

dev-ml/lwt: drop backward compat dep on camlp4

Package-Manager: portage-2.3.0_rc1

 dev-ml/lwt/{lwt-2.5.2.ebuild => lwt-2.5.2-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/lwt/lwt-2.5.2.ebuild b/dev-ml/lwt/lwt-2.5.2-r1.ebuild
similarity index 90%
rename from dev-ml/lwt/lwt-2.5.2.ebuild
rename to dev-ml/lwt/lwt-2.5.2-r1.ebuild
index ac787dd..032f01a 100644
--- a/dev-ml/lwt/lwt-2.5.2.ebuild
+++ b/dev-ml/lwt/lwt-2.5.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ DEPEND="react? ( >=dev-ml/react-1.2:= )
 	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
 	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
 	ppx? ( dev-ml/ppx_tools:= )
-	|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
+	dev-ml/camlp4:="
 
 RDEPEND="${DEPEND}
 	!<www-servers/ocsigen-1.1"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2016-06-29 21:12 Michał Górny
  0 siblings, 0 replies; 50+ messages in thread
From: Michał Górny @ 2016-06-29 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3d2cf3e1ff5fc88e8c9eda9c005404f83d346d0c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 21:10:03 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 21:10:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2cf3e1

dev-ml/lwt: Drop interim version w/ same kw, #586918

 dev-ml/lwt/Manifest         |  1 -
 dev-ml/lwt/lwt-2.5.1.ebuild | 42 ------------------------------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 2e3223f..626c2d0 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,3 +1,2 @@
 DIST lwt-2.4.3.tar.gz 504000 SHA256 efee23937750290d6dee96eed6c0bbdb19817d5be6eefcba61ac5031fac10107 SHA512 725d50a096a43294d49ae2322fdc985c301ce6a8ff5c956925225d7977e787ccb446e36a9db5fdbb50f284b9f1a3a12a52d1aa44d4400feecb59f6f938ed00ad WHIRLPOOL c5999e950008902600b43bf39f174ed0bc2cb3f6dce983d885416969a3bb98170ec8b74c8f5829459c3c96d160e5b4c8491b7057e7efeac035a46c9846ff7764
-DIST lwt-2.5.1.tar.gz 1272834 SHA256 351ea57e30cdeeebb02ae3b12906ed391f947fd35d57148905828ee121ec29ec SHA512 648f08e13a5b13072ed44ec380cce226bbf2ac480ca6adcd170e5bfa789bf6a4e832af0748bb1bff0e45611fd8d1b14592ece4211fb78be5b03cbcd7c3cb3b7d WHIRLPOOL c89ff1cd278ca194e1edf11ee447466dfd90f1bae4c79967e296c73cecf6684f017f8873a9f8cd6c367e83d1acfbd65ccc021edc1a7efc01432207e171f8e9dd
 DIST lwt-2.5.2.tar.gz 268168 SHA256 b319514cf51656780a8f609a63ead08d3052a442546b218530ce146d37bf6331 SHA512 83c7a9d9798fe12e0bdd618e7f69ac357065a9b26e2abb644240c420cb1d507a3b558549b2f82ecc9c3fbc9ca5952e8d7cb32b6832713bfb6fffcb58975d5449 WHIRLPOOL f0482836988a248b691c332ef7acbeb5121226582cb8ef1e0b301719d35e25fd5d08e6b7b9e9ab02081b4d734ddc399251a31b66a26859542a4484342e517257

diff --git a/dev-ml/lwt/lwt-2.5.1.ebuild b/dev-ml/lwt/lwt-2.5.1.ebuild
deleted file mode 100644
index ac787dd..0000000
--- a/dev-ml/lwt/lwt-2.5.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-# fails to build
-#OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE="gtk +ppx +react +ssl"
-
-DEPEND="react? ( >=dev-ml/react-1.2:= )
-	dev-libs/libev
-	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
-	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
-	ppx? ( dev-ml/ppx_tools:= )
-	|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
-
-RDEPEND="${DEPEND}
-	!<www-servers/ocsigen-1.1"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~x86-fbsd"
-
-DOCS=( "CHANGES" "README.md" )
-
-src_configure() {
-	oasis_configure_opts="$(use_enable gtk glib)
-		$(use_enable react)
-		$(use_enable ssl)
-		--enable-camlp4
-		$(use_enable ppx)" \
-		oasis_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2016-12-07 19:33 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2016-12-07 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4c3253bc560bd84aec50fb691bf9410193d375ca
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 19:30:47 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 19:31:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3253bc

dev-ml/lwt: bump to 2.6.0

Package-Manager: portage-2.3.3

 dev-ml/lwt/Manifest         |  1 +
 dev-ml/lwt/lwt-2.6.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++
 dev-ml/lwt/metadata.xml     |  1 +
 3 files changed, 44 insertions(+)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 626c2d0..7569ba1 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,2 +1,3 @@
 DIST lwt-2.4.3.tar.gz 504000 SHA256 efee23937750290d6dee96eed6c0bbdb19817d5be6eefcba61ac5031fac10107 SHA512 725d50a096a43294d49ae2322fdc985c301ce6a8ff5c956925225d7977e787ccb446e36a9db5fdbb50f284b9f1a3a12a52d1aa44d4400feecb59f6f938ed00ad WHIRLPOOL c5999e950008902600b43bf39f174ed0bc2cb3f6dce983d885416969a3bb98170ec8b74c8f5829459c3c96d160e5b4c8491b7057e7efeac035a46c9846ff7764
 DIST lwt-2.5.2.tar.gz 268168 SHA256 b319514cf51656780a8f609a63ead08d3052a442546b218530ce146d37bf6331 SHA512 83c7a9d9798fe12e0bdd618e7f69ac357065a9b26e2abb644240c420cb1d507a3b558549b2f82ecc9c3fbc9ca5952e8d7cb32b6832713bfb6fffcb58975d5449 WHIRLPOOL f0482836988a248b691c332ef7acbeb5121226582cb8ef1e0b301719d35e25fd5d08e6b7b9e9ab02081b4d734ddc399251a31b66a26859542a4484342e517257
+DIST lwt-2.6.0.tar.gz 288385 SHA256 bf7ff0d1c3aa8230f00f55cac149cd335a1a1183b4661c9b098ba8a2d0037cbd SHA512 a30accd39941b421a8afd908129c799bcd178caeabbf36f8a67e07da1e088b4a163a0916738bb11b301972e42800aaf1c194b7eed4d67eb15ea69d04f7cb8abc WHIRLPOOL 963b45a7affa39ceeef209100d293db189fd8bfc21b8c385f92fbbcdeced9df185fca29119af69e72927e628012cff7dd9632067150f4baeeeca967f2616ad74

diff --git a/dev-ml/lwt/lwt-2.6.0.ebuild b/dev-ml/lwt/lwt-2.6.0.ebuild
new file mode 100644
index 00000000..c92324c
--- /dev/null
+++ b/dev-ml/lwt/lwt-2.6.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+# fails to build
+#OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Cooperative light-weight thread library for OCaml"
+SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="http://ocsigen.org/lwt"
+
+IUSE="+camlp4 gtk +ppx +react +ssl"
+
+DEPEND="react? ( >=dev-ml/react-1.2:= )
+	dev-libs/libev
+	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
+	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
+	ppx? ( dev-ml/ppx_tools:= )
+	camlp4? ( dev-ml/camlp4:= )"
+
+RDEPEND="${DEPEND}
+	!<www-servers/ocsigen-1.1"
+
+SLOT="0/${PV}"
+LICENSE="LGPL-2.1-with-linking-exception"
+KEYWORDS="~amd64 ~x86-fbsd"
+
+DOCS=( "CHANGES" "README.md" )
+
+src_configure() {
+	oasis_configure_opts="$(use_enable gtk glib)
+		$(use_enable react)
+		$(use_enable ssl)
+		$(use_enable camlp4)
+		$(use_enable ppx)" \
+		oasis_src_configure
+}

diff --git a/dev-ml/lwt/metadata.xml b/dev-ml/lwt/metadata.xml
index c91fb5f..5316207 100644
--- a/dev-ml/lwt/metadata.xml
+++ b/dev-ml/lwt/metadata.xml
@@ -10,6 +10,7 @@
     <name>Gentoo ML Project</name>
   </maintainer>
   <use>
+	<flag name="camlp4">Enable camlp4 syntax extension</flag>
 	<flag name="ppx">Enables the ppx syntax extension</flag>
     <flag name="react">Enables support for <pkg>dev-ml/react</pkg>: Functional reactive programming (signals, events, etc.).</flag>
   </use>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-01-04 11:58 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2017-01-04 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     fa19c96c14d215ec1bbe90ecaa755c4b7aec3cce
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 11:43:15 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 11:58:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa19c96c

dev-ml/lwt: bump to 2.7.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/lwt/Manifest         |  1 +
 dev-ml/lwt/lwt-2.7.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 7569ba1..404b813 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,3 +1,4 @@
 DIST lwt-2.4.3.tar.gz 504000 SHA256 efee23937750290d6dee96eed6c0bbdb19817d5be6eefcba61ac5031fac10107 SHA512 725d50a096a43294d49ae2322fdc985c301ce6a8ff5c956925225d7977e787ccb446e36a9db5fdbb50f284b9f1a3a12a52d1aa44d4400feecb59f6f938ed00ad WHIRLPOOL c5999e950008902600b43bf39f174ed0bc2cb3f6dce983d885416969a3bb98170ec8b74c8f5829459c3c96d160e5b4c8491b7057e7efeac035a46c9846ff7764
 DIST lwt-2.5.2.tar.gz 268168 SHA256 b319514cf51656780a8f609a63ead08d3052a442546b218530ce146d37bf6331 SHA512 83c7a9d9798fe12e0bdd618e7f69ac357065a9b26e2abb644240c420cb1d507a3b558549b2f82ecc9c3fbc9ca5952e8d7cb32b6832713bfb6fffcb58975d5449 WHIRLPOOL f0482836988a248b691c332ef7acbeb5121226582cb8ef1e0b301719d35e25fd5d08e6b7b9e9ab02081b4d734ddc399251a31b66a26859542a4484342e517257
 DIST lwt-2.6.0.tar.gz 288385 SHA256 bf7ff0d1c3aa8230f00f55cac149cd335a1a1183b4661c9b098ba8a2d0037cbd SHA512 a30accd39941b421a8afd908129c799bcd178caeabbf36f8a67e07da1e088b4a163a0916738bb11b301972e42800aaf1c194b7eed4d67eb15ea69d04f7cb8abc WHIRLPOOL 963b45a7affa39ceeef209100d293db189fd8bfc21b8c385f92fbbcdeced9df185fca29119af69e72927e628012cff7dd9632067150f4baeeeca967f2616ad74
+DIST lwt-2.7.0.tar.gz 294476 SHA256 00419834e0c5601b3fee6ca9efb0e10ab797a9ff8f695bf2434d89395b7252ec SHA512 9851326a5444f88bcbc03b0fe170285c0155f310d986b1e1e06a550a63ada0121dc818b7723b35741b07679f8c3c7dd391355557cd3a86f8cae985c3448c94d4 WHIRLPOOL 170a66c409f942d3bb6fde73e82b976a3c01e2eb1df564addf0477213fb8541e220a381e091f6053f6d7bd0935f81ac4548aabd411b77c5476d1b89571616288

diff --git a/dev-ml/lwt/lwt-2.7.0.ebuild b/dev-ml/lwt/lwt-2.7.0.ebuild
new file mode 100644
index 00000000..88838de
--- /dev/null
+++ b/dev-ml/lwt/lwt-2.7.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Cooperative light-weight thread library for OCaml"
+SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="http://ocsigen.org/lwt"
+
+IUSE="+camlp4 gtk +ppx +react +ssl"
+
+DEPEND="react? ( >=dev-ml/react-1.2:= )
+	dev-libs/libev
+	>=dev-lang/ocaml-4.02:=
+	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
+	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
+	ppx? ( dev-ml/ppx_tools:= )
+	camlp4? ( dev-ml/camlp4:= )"
+
+RDEPEND="${DEPEND}
+	!<www-servers/ocsigen-1.1"
+
+SLOT="0/${PV}"
+LICENSE="LGPL-2.1-with-linking-exception"
+KEYWORDS="~amd64 ~x86-fbsd"
+
+DOCS=( "CHANGES" "README.md" )
+
+src_configure() {
+	oasis_configure_opts="$(use_enable gtk glib)
+		$(use_enable react)
+		$(use_enable ssl)
+		$(use_enable camlp4)
+		$(use_enable ppx)" \
+		oasis_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-01-24 11:14 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2017-01-24 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0594d30cb36e3b9de09e4ba606c94b1e1863d99f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 11:08:37 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 11:14:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0594d30c

dev-ml/lwt: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/lwt/Manifest            |  2 --
 dev-ml/lwt/lwt-2.5.2-r1.ebuild | 42 ------------------------------------------
 dev-ml/lwt/lwt-2.6.0.ebuild    | 42 ------------------------------------------
 3 files changed, 86 deletions(-)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 404b813..6af5934 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,4 +1,2 @@
 DIST lwt-2.4.3.tar.gz 504000 SHA256 efee23937750290d6dee96eed6c0bbdb19817d5be6eefcba61ac5031fac10107 SHA512 725d50a096a43294d49ae2322fdc985c301ce6a8ff5c956925225d7977e787ccb446e36a9db5fdbb50f284b9f1a3a12a52d1aa44d4400feecb59f6f938ed00ad WHIRLPOOL c5999e950008902600b43bf39f174ed0bc2cb3f6dce983d885416969a3bb98170ec8b74c8f5829459c3c96d160e5b4c8491b7057e7efeac035a46c9846ff7764
-DIST lwt-2.5.2.tar.gz 268168 SHA256 b319514cf51656780a8f609a63ead08d3052a442546b218530ce146d37bf6331 SHA512 83c7a9d9798fe12e0bdd618e7f69ac357065a9b26e2abb644240c420cb1d507a3b558549b2f82ecc9c3fbc9ca5952e8d7cb32b6832713bfb6fffcb58975d5449 WHIRLPOOL f0482836988a248b691c332ef7acbeb5121226582cb8ef1e0b301719d35e25fd5d08e6b7b9e9ab02081b4d734ddc399251a31b66a26859542a4484342e517257
-DIST lwt-2.6.0.tar.gz 288385 SHA256 bf7ff0d1c3aa8230f00f55cac149cd335a1a1183b4661c9b098ba8a2d0037cbd SHA512 a30accd39941b421a8afd908129c799bcd178caeabbf36f8a67e07da1e088b4a163a0916738bb11b301972e42800aaf1c194b7eed4d67eb15ea69d04f7cb8abc WHIRLPOOL 963b45a7affa39ceeef209100d293db189fd8bfc21b8c385f92fbbcdeced9df185fca29119af69e72927e628012cff7dd9632067150f4baeeeca967f2616ad74
 DIST lwt-2.7.0.tar.gz 294476 SHA256 00419834e0c5601b3fee6ca9efb0e10ab797a9ff8f695bf2434d89395b7252ec SHA512 9851326a5444f88bcbc03b0fe170285c0155f310d986b1e1e06a550a63ada0121dc818b7723b35741b07679f8c3c7dd391355557cd3a86f8cae985c3448c94d4 WHIRLPOOL 170a66c409f942d3bb6fde73e82b976a3c01e2eb1df564addf0477213fb8541e220a381e091f6053f6d7bd0935f81ac4548aabd411b77c5476d1b89571616288

diff --git a/dev-ml/lwt/lwt-2.5.2-r1.ebuild b/dev-ml/lwt/lwt-2.5.2-r1.ebuild
deleted file mode 100644
index 032f01a..00000000
--- a/dev-ml/lwt/lwt-2.5.2-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-# fails to build
-#OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE="gtk +ppx +react +ssl"
-
-DEPEND="react? ( >=dev-ml/react-1.2:= )
-	dev-libs/libev
-	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
-	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
-	ppx? ( dev-ml/ppx_tools:= )
-	dev-ml/camlp4:="
-
-RDEPEND="${DEPEND}
-	!<www-servers/ocsigen-1.1"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~x86-fbsd"
-
-DOCS=( "CHANGES" "README.md" )
-
-src_configure() {
-	oasis_configure_opts="$(use_enable gtk glib)
-		$(use_enable react)
-		$(use_enable ssl)
-		--enable-camlp4
-		$(use_enable ppx)" \
-		oasis_src_configure
-}

diff --git a/dev-ml/lwt/lwt-2.6.0.ebuild b/dev-ml/lwt/lwt-2.6.0.ebuild
deleted file mode 100644
index c92324c..00000000
--- a/dev-ml/lwt/lwt-2.6.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-# fails to build
-#OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE="+camlp4 gtk +ppx +react +ssl"
-
-DEPEND="react? ( >=dev-ml/react-1.2:= )
-	dev-libs/libev
-	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
-	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
-	ppx? ( dev-ml/ppx_tools:= )
-	camlp4? ( dev-ml/camlp4:= )"
-
-RDEPEND="${DEPEND}
-	!<www-servers/ocsigen-1.1"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~x86-fbsd"
-
-DOCS=( "CHANGES" "README.md" )
-
-src_configure() {
-	oasis_configure_opts="$(use_enable gtk glib)
-		$(use_enable react)
-		$(use_enable ssl)
-		$(use_enable camlp4)
-		$(use_enable ppx)" \
-		oasis_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-04-05  9:51 Michael Weber
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Weber @ 2017-04-05  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e981aea680cd76d298051929b52d2ca6256b53b9
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 09:36:25 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 09:51:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e981aea6

dev-ml/lwt: add ~ppc (bug 527318).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"

 dev-ml/lwt/lwt-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-2.7.0.ebuild b/dev-ml/lwt/lwt-2.7.0.ebuild
index 43e654b31c1..6a72be49a08 100644
--- a/dev-ml/lwt/lwt-2.7.0.ebuild
+++ b/dev-ml/lwt/lwt-2.7.0.ebuild
@@ -27,7 +27,7 @@ RDEPEND="${DEPEND}
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~x86-fbsd"
 
 DOCS=( "CHANGES" "README.md" )
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-04-05 17:50 Markus Meier
  0 siblings, 0 replies; 50+ messages in thread
From: Markus Meier @ 2017-04-05 17:50 UTC (permalink / raw
  To: gentoo-commits

commit:     c32f62bc532e227e68180ab8f31f916ea6a3dc18
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 17:43:07 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 17:50:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32f62bc

dev-ml/lwt: add ~arm, bug #611014

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm"

 dev-ml/lwt/lwt-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-2.7.0.ebuild b/dev-ml/lwt/lwt-2.7.0.ebuild
index 6a72be49a08..e3296e5a402 100644
--- a/dev-ml/lwt/lwt-2.7.0.ebuild
+++ b/dev-ml/lwt/lwt-2.7.0.ebuild
@@ -27,7 +27,7 @@ RDEPEND="${DEPEND}
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~ppc ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ppc ~x86-fbsd"
 
 DOCS=( "CHANGES" "README.md" )
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-04-11  4:42 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2017-04-11  4:42 UTC (permalink / raw
  To: gentoo-commits

commit:     06bf0efa5b0eb7bed47b0e9bde7c998f9e22950b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 03:15:31 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 03:15:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06bf0efa

dev-ml/lwt: Bump to 2.7.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/lwt/Manifest         |  1 +
 dev-ml/lwt/lwt-2.7.1.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 6af59341a1c..3e976a65d2e 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,2 +1,3 @@
 DIST lwt-2.4.3.tar.gz 504000 SHA256 efee23937750290d6dee96eed6c0bbdb19817d5be6eefcba61ac5031fac10107 SHA512 725d50a096a43294d49ae2322fdc985c301ce6a8ff5c956925225d7977e787ccb446e36a9db5fdbb50f284b9f1a3a12a52d1aa44d4400feecb59f6f938ed00ad WHIRLPOOL c5999e950008902600b43bf39f174ed0bc2cb3f6dce983d885416969a3bb98170ec8b74c8f5829459c3c96d160e5b4c8491b7057e7efeac035a46c9846ff7764
 DIST lwt-2.7.0.tar.gz 294476 SHA256 00419834e0c5601b3fee6ca9efb0e10ab797a9ff8f695bf2434d89395b7252ec SHA512 9851326a5444f88bcbc03b0fe170285c0155f310d986b1e1e06a550a63ada0121dc818b7723b35741b07679f8c3c7dd391355557cd3a86f8cae985c3448c94d4 WHIRLPOOL 170a66c409f942d3bb6fde73e82b976a3c01e2eb1df564addf0477213fb8541e220a381e091f6053f6d7bd0935f81ac4548aabd411b77c5476d1b89571616288
+DIST lwt-2.7.1.tar.gz 296224 SHA256 43c0541c185f9db4ef7e44703bd75b832dc7a69ccc9905dd413d08563d44d639 SHA512 e353cfabb6845f3c410e1a3e658787f3a9cb981e73701d84555e639af052bb05eb734d7f7027eb3c0079c9edfef21bb0ca4b9a7683b02056d724142a2980c348 WHIRLPOOL 3ff40d5c19759b21781e210c2422e97b29077fd7be663778093463509a13ddaef9ebd148f56591d73a025f536a7a5356c280383ef1e58391ea44d0adfc2b71f7

diff --git a/dev-ml/lwt/lwt-2.7.1.ebuild b/dev-ml/lwt/lwt-2.7.1.ebuild
new file mode 100644
index 00000000000..e3296e5a402
--- /dev/null
+++ b/dev-ml/lwt/lwt-2.7.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Cooperative light-weight thread library for OCaml"
+SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="http://ocsigen.org/lwt"
+
+IUSE="+camlp4 gtk +ppx +react +ssl"
+
+DEPEND="react? ( >=dev-ml/react-1.2:= )
+	dev-libs/libev
+	>=dev-lang/ocaml-4.02:=
+	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
+	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
+	ppx? ( dev-ml/ppx_tools:= )
+	camlp4? ( dev-ml/camlp4:= )"
+
+RDEPEND="${DEPEND}
+	!<www-servers/ocsigen-1.1"
+
+SLOT="0/${PV}"
+LICENSE="LGPL-2.1-with-linking-exception"
+KEYWORDS="~amd64 ~arm ~ppc ~x86-fbsd"
+
+DOCS=( "CHANGES" "README.md" )
+
+src_configure() {
+	oasis_configure_opts="$(use_enable gtk glib)
+		$(use_enable react)
+		$(use_enable ssl)
+		$(use_enable camlp4)
+		$(use_enable ppx)" \
+		oasis_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-04-12 19:20 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2017-04-12 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     1340ee72abc95f350673b740d230b91352b2d1df
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 16:40:46 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 19:20:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1340ee72

dev-ml/lwt: Bump to 3.0.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/lwt/Manifest         |  1 +
 dev-ml/lwt/lwt-3.0.0.ebuild | 46 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 3e976a65d2e..77198b6d536 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,3 +1,4 @@
 DIST lwt-2.4.3.tar.gz 504000 SHA256 efee23937750290d6dee96eed6c0bbdb19817d5be6eefcba61ac5031fac10107 SHA512 725d50a096a43294d49ae2322fdc985c301ce6a8ff5c956925225d7977e787ccb446e36a9db5fdbb50f284b9f1a3a12a52d1aa44d4400feecb59f6f938ed00ad WHIRLPOOL c5999e950008902600b43bf39f174ed0bc2cb3f6dce983d885416969a3bb98170ec8b74c8f5829459c3c96d160e5b4c8491b7057e7efeac035a46c9846ff7764
 DIST lwt-2.7.0.tar.gz 294476 SHA256 00419834e0c5601b3fee6ca9efb0e10ab797a9ff8f695bf2434d89395b7252ec SHA512 9851326a5444f88bcbc03b0fe170285c0155f310d986b1e1e06a550a63ada0121dc818b7723b35741b07679f8c3c7dd391355557cd3a86f8cae985c3448c94d4 WHIRLPOOL 170a66c409f942d3bb6fde73e82b976a3c01e2eb1df564addf0477213fb8541e220a381e091f6053f6d7bd0935f81ac4548aabd411b77c5476d1b89571616288
 DIST lwt-2.7.1.tar.gz 296224 SHA256 43c0541c185f9db4ef7e44703bd75b832dc7a69ccc9905dd413d08563d44d639 SHA512 e353cfabb6845f3c410e1a3e658787f3a9cb981e73701d84555e639af052bb05eb734d7f7027eb3c0079c9edfef21bb0ca4b9a7683b02056d724142a2980c348 WHIRLPOOL 3ff40d5c19759b21781e210c2422e97b29077fd7be663778093463509a13ddaef9ebd148f56591d73a025f536a7a5356c280383ef1e58391ea44d0adfc2b71f7
+DIST lwt-3.0.0.tar.gz 285864 SHA256 fc1654bb06fdd48180f093f6e05e7264936626a11fef23cc8cf2ca4b5e3d7d44 SHA512 270a6dc2fc58950380eecf72767782c72a5d72226f4af0e9a4f9b0e70b788eeb1d2727348ab8da4411ee59374a19524a6a793b14a26fe7051d51f987ef0e42b8 WHIRLPOOL 2fbee62faa6929ab8fec1d07f32bdfbaeb7d46bba7cbd60ca1362b9e136575f90c5b906fe1cb9471e66270f4d40014bda7b4be3d4b863cd485095c3867d914ce

diff --git a/dev-ml/lwt/lwt-3.0.0.ebuild b/dev-ml/lwt/lwt-3.0.0.ebuild
new file mode 100644
index 00000000000..653291c0b92
--- /dev/null
+++ b/dev-ml/lwt/lwt-3.0.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Cooperative light-weight thread library for OCaml"
+SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="http://ocsigen.org/lwt"
+
+IUSE="+camlp4 gtk +ppx +react +ssl"
+
+DEPEND="
+	dev-libs/libev
+	>=dev-lang/ocaml-4.02:=
+	ppx? ( dev-ml/ppx_tools:= )
+	camlp4? ( dev-ml/camlp4:= )"
+
+RDEPEND="${DEPEND}
+	!<www-servers/ocsigen-1.1"
+
+PDEPEND="
+	gtk? ( dev-ml/lwt_glib )
+	react? ( dev-ml/lwt_react )
+	ssl? ( dev-ml/lwt_ssl )
+"
+
+SLOT="0/${PV}"
+LICENSE="LGPL-2.1-with-linking-exception"
+KEYWORDS="~amd64 ~arm ~ppc ~x86-fbsd"
+
+DOCS=( "CHANGES" "README.md" )
+
+src_configure() {
+	oasis_configure_opts="
+		--disable-glib
+		--disable-react
+		--disable-ssl
+		$(use_enable camlp4)
+		$(use_enable ppx)" \
+		oasis_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-04-20 13:24 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2017-04-20 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     bb8fd278cc5228439a12e9dbdd7db715bda5f5f7
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 13:22:47 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 13:24:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8fd278

dev-ml/lwt: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/lwt/Manifest         |  2 --
 dev-ml/lwt/lwt-2.7.0.ebuild | 41 -----------------------------------------
 dev-ml/lwt/lwt-2.7.1.ebuild | 41 -----------------------------------------
 3 files changed, 84 deletions(-)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 77198b6d536..02ac41db24a 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,4 +1,2 @@
 DIST lwt-2.4.3.tar.gz 504000 SHA256 efee23937750290d6dee96eed6c0bbdb19817d5be6eefcba61ac5031fac10107 SHA512 725d50a096a43294d49ae2322fdc985c301ce6a8ff5c956925225d7977e787ccb446e36a9db5fdbb50f284b9f1a3a12a52d1aa44d4400feecb59f6f938ed00ad WHIRLPOOL c5999e950008902600b43bf39f174ed0bc2cb3f6dce983d885416969a3bb98170ec8b74c8f5829459c3c96d160e5b4c8491b7057e7efeac035a46c9846ff7764
-DIST lwt-2.7.0.tar.gz 294476 SHA256 00419834e0c5601b3fee6ca9efb0e10ab797a9ff8f695bf2434d89395b7252ec SHA512 9851326a5444f88bcbc03b0fe170285c0155f310d986b1e1e06a550a63ada0121dc818b7723b35741b07679f8c3c7dd391355557cd3a86f8cae985c3448c94d4 WHIRLPOOL 170a66c409f942d3bb6fde73e82b976a3c01e2eb1df564addf0477213fb8541e220a381e091f6053f6d7bd0935f81ac4548aabd411b77c5476d1b89571616288
-DIST lwt-2.7.1.tar.gz 296224 SHA256 43c0541c185f9db4ef7e44703bd75b832dc7a69ccc9905dd413d08563d44d639 SHA512 e353cfabb6845f3c410e1a3e658787f3a9cb981e73701d84555e639af052bb05eb734d7f7027eb3c0079c9edfef21bb0ca4b9a7683b02056d724142a2980c348 WHIRLPOOL 3ff40d5c19759b21781e210c2422e97b29077fd7be663778093463509a13ddaef9ebd148f56591d73a025f536a7a5356c280383ef1e58391ea44d0adfc2b71f7
 DIST lwt-3.0.0.tar.gz 285864 SHA256 fc1654bb06fdd48180f093f6e05e7264936626a11fef23cc8cf2ca4b5e3d7d44 SHA512 270a6dc2fc58950380eecf72767782c72a5d72226f4af0e9a4f9b0e70b788eeb1d2727348ab8da4411ee59374a19524a6a793b14a26fe7051d51f987ef0e42b8 WHIRLPOOL 2fbee62faa6929ab8fec1d07f32bdfbaeb7d46bba7cbd60ca1362b9e136575f90c5b906fe1cb9471e66270f4d40014bda7b4be3d4b863cd485095c3867d914ce

diff --git a/dev-ml/lwt/lwt-2.7.0.ebuild b/dev-ml/lwt/lwt-2.7.0.ebuild
deleted file mode 100644
index e3296e5a402..00000000000
--- a/dev-ml/lwt/lwt-2.7.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE="+camlp4 gtk +ppx +react +ssl"
-
-DEPEND="react? ( >=dev-ml/react-1.2:= )
-	dev-libs/libev
-	>=dev-lang/ocaml-4.02:=
-	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
-	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
-	ppx? ( dev-ml/ppx_tools:= )
-	camlp4? ( dev-ml/camlp4:= )"
-
-RDEPEND="${DEPEND}
-	!<www-servers/ocsigen-1.1"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~ppc ~x86-fbsd"
-
-DOCS=( "CHANGES" "README.md" )
-
-src_configure() {
-	oasis_configure_opts="$(use_enable gtk glib)
-		$(use_enable react)
-		$(use_enable ssl)
-		$(use_enable camlp4)
-		$(use_enable ppx)" \
-		oasis_src_configure
-}

diff --git a/dev-ml/lwt/lwt-2.7.1.ebuild b/dev-ml/lwt/lwt-2.7.1.ebuild
deleted file mode 100644
index e3296e5a402..00000000000
--- a/dev-ml/lwt/lwt-2.7.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE="+camlp4 gtk +ppx +react +ssl"
-
-DEPEND="react? ( >=dev-ml/react-1.2:= )
-	dev-libs/libev
-	>=dev-lang/ocaml-4.02:=
-	ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
-	gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
-	ppx? ( dev-ml/ppx_tools:= )
-	camlp4? ( dev-ml/camlp4:= )"
-
-RDEPEND="${DEPEND}
-	!<www-servers/ocsigen-1.1"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~ppc ~x86-fbsd"
-
-DOCS=( "CHANGES" "README.md" )
-
-src_configure() {
-	oasis_configure_opts="$(use_enable gtk glib)
-		$(use_enable react)
-		$(use_enable ssl)
-		$(use_enable camlp4)
-		$(use_enable ppx)" \
-		oasis_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-04-20 13:24 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2017-04-20 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c8448870a06e1ad0ddd83bd18d130accb5cccad6
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 13:23:49 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 13:24:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8448870

dev-ml/lwt: drop transitory useflags, pacakges should now depend on the respective dev-ml/lwt_foo packages directly

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/lwt/lwt-3.0.0.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/dev-ml/lwt/lwt-3.0.0.ebuild b/dev-ml/lwt/lwt-3.0.0.ebuild
index 653291c0b92..756603f8bd1 100644
--- a/dev-ml/lwt/lwt-3.0.0.ebuild
+++ b/dev-ml/lwt/lwt-3.0.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Cooperative light-weight thread library for OCaml"
 SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="http://ocsigen.org/lwt"
 
-IUSE="+camlp4 gtk +ppx +react +ssl"
+IUSE="+camlp4 +ppx"
 
 DEPEND="
 	dev-libs/libev
@@ -23,12 +23,6 @@ DEPEND="
 RDEPEND="${DEPEND}
 	!<www-servers/ocsigen-1.1"
 
-PDEPEND="
-	gtk? ( dev-ml/lwt_glib )
-	react? ( dev-ml/lwt_react )
-	ssl? ( dev-ml/lwt_ssl )
-"
-
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
 KEYWORDS="~amd64 ~arm ~ppc ~x86-fbsd"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-04-20 13:25 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2017-04-20 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     18c139e3bb724cf124f2ffc8996a2116f75475eb
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 13:25:37 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 13:25:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c139e3

dev-ml/lwt: drop to herd

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/lwt/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-ml/lwt/metadata.xml b/dev-ml/lwt/metadata.xml
index 5316207ba22..a7921cdc955 100644
--- a/dev-ml/lwt/metadata.xml
+++ b/dev-ml/lwt/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>aballier@gentoo.org</email>
-    <name>Alexis Ballier</name>
-  </maintainer>
   <maintainer type="project">
     <email>ml@gentoo.org</email>
     <name>Gentoo ML Project</name>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-04-25 16:25 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2017-04-25 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     17b507ce2ce651768a94b3c30c2bdffc2aedc872
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 16:25:15 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 16:25:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b507ce

dev-ml/lwt: add missing result dep, bug #616604

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/lwt/lwt-3.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ml/lwt/lwt-3.0.0.ebuild b/dev-ml/lwt/lwt-3.0.0.ebuild
index 756603f8bd1..675661506e0 100644
--- a/dev-ml/lwt/lwt-3.0.0.ebuild
+++ b/dev-ml/lwt/lwt-3.0.0.ebuild
@@ -17,6 +17,7 @@ IUSE="+camlp4 +ppx"
 DEPEND="
 	dev-libs/libev
 	>=dev-lang/ocaml-4.02:=
+	dev-ml/result:=
 	ppx? ( dev-ml/ppx_tools:= )
 	camlp4? ( dev-ml/camlp4:= )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-05-02 11:12 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2017-05-02 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     37e0665c87ec4be4ff2647dcf8847647e7439078
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 11:12:38 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May  2 11:12:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e0665c

dev-ml/lwt: Add missing cppo build dep, bug #616896

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/lwt/lwt-3.0.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ml/lwt/lwt-3.0.0.ebuild b/dev-ml/lwt/lwt-3.0.0.ebuild
index 675661506e0..64514dce6e0 100644
--- a/dev-ml/lwt/lwt-3.0.0.ebuild
+++ b/dev-ml/lwt/lwt-3.0.0.ebuild
@@ -23,6 +23,8 @@ DEPEND="
 
 RDEPEND="${DEPEND}
 	!<www-servers/ocsigen-1.1"
+DEPEND="${DEPEND}
+	dev-ml/cppo"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-06-22 14:24 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2017-06-22 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8b386b6b4a1338d82cd2e317329266eb6e1da588
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 12:13:00 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 14:24:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b386b6b

dev-ml/lwt: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/lwt/lwt-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-3.0.0.ebuild b/dev-ml/lwt/lwt-3.0.0.ebuild
index 64514dce6e0..c7d0d673ddb 100644
--- a/dev-ml/lwt/lwt-3.0.0.ebuild
+++ b/dev-ml/lwt/lwt-3.0.0.ebuild
@@ -28,7 +28,7 @@ DEPEND="${DEPEND}
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~ppc ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86-fbsd"
 
 DOCS=( "CHANGES" "README.md" )
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-07-21 12:38 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2017-07-21 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b7fecab2d87e3e18fc53f8e1633907944007ebb2
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 12:37:57 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 12:38:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fecab2

dev-ml/lwt: bump to 3.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-ml/lwt/Manifest         |  1 +
 dev-ml/lwt/lwt-3.1.0.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++++++
 dev-ml/lwt/metadata.xml     |  1 +
 3 files changed, 56 insertions(+)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 15dc85f2018..208d241e037 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1 +1,2 @@
 DIST lwt-3.0.0.tar.gz 285864 SHA256 fc1654bb06fdd48180f093f6e05e7264936626a11fef23cc8cf2ca4b5e3d7d44 SHA512 270a6dc2fc58950380eecf72767782c72a5d72226f4af0e9a4f9b0e70b788eeb1d2727348ab8da4411ee59374a19524a6a793b14a26fe7051d51f987ef0e42b8 WHIRLPOOL 2fbee62faa6929ab8fec1d07f32bdfbaeb7d46bba7cbd60ca1362b9e136575f90c5b906fe1cb9471e66270f4d40014bda7b4be3d4b863cd485095c3867d914ce
+DIST lwt-3.1.0.tar.gz 285309 SHA256 b10689b76d20c66bd27fca4d6bba4daf7b6d77d7d4e42a9eba5579f0cb3e0941 SHA512 0b2269e53f2e8a57e1ffd6f237c6b22de39a3b6b0d57276c7cb9371392aabc9fb6364b2617a6408ed0049ed64f71de0c540209cf83ce43899fd025295342eb0d WHIRLPOOL 5eb2cdf678d65c0ed4dd7209de57e3f9a8b39eaf88b024bf143ab15d31e4462209f3abf04b7d2ee9226dece2ddba695f33921335a3b94e411713b181b5bd31b8

diff --git a/dev-ml/lwt/lwt-3.1.0.ebuild b/dev-ml/lwt/lwt-3.1.0.ebuild
new file mode 100644
index 00000000000..96092301fb9
--- /dev/null
+++ b/dev-ml/lwt/lwt-3.1.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Cooperative light-weight thread library for OCaml"
+SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="http://ocsigen.org/lwt"
+
+IUSE="+camlp4 +libev"
+
+DEPEND="
+	>=dev-lang/ocaml-4.02:=
+	dev-ml/result:=
+	dev-ml/ocaml-migrate-parsetree:=
+	libev? ( dev-libs/libev )
+	camlp4? ( dev-ml/camlp4:= )"
+
+RDEPEND="${DEPEND}
+	!<www-servers/ocsigen-1.1"
+DEPEND="${DEPEND}
+	dev-ml/cppo
+	dev-ml/findlib
+	dev-ml/jbuilder
+	dev-ml/opam"
+
+SLOT="0/${PV}"
+LICENSE="LGPL-2.1-with-linking-exception"
+KEYWORDS="~amd64 ~arm64 ~x86-fbsd"
+
+src_configure() {
+	ocaml src/util/configure.ml \
+		-use-libev $(usex libev true false) \
+		-use-camlp4 $(usex camlp4 true false) \
+		|| die
+}
+
+src_compile() {
+	jbuilder  build -p lwt || die
+	ocaml src/util/install_filter.ml || die
+}
+
+src_test() {
+	jbuilder runtest -p lwt || die
+}
+
+src_install() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		--mandir="${ED}/usr/share/man" \
+		${PN}.install || die
+}

diff --git a/dev-ml/lwt/metadata.xml b/dev-ml/lwt/metadata.xml
index 0aa54dcd04c..2f6b7dc1cf9 100644
--- a/dev-ml/lwt/metadata.xml
+++ b/dev-ml/lwt/metadata.xml
@@ -7,6 +7,7 @@
   </maintainer>
   <use>
 	<flag name="camlp4">Enable camlp4 syntax extension</flag>
+	<flag name="libev">Enable the <pkg>dev-libs/libev</pkg>-based backend.</flag>
 	<flag name="ppx">Enables the ppx syntax extension</flag>
   </use>
   <upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-07-21 18:32 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2017-07-21 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     874df570e7355f6ed637291fa0f26a0a5a9bd585
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 18:31:57 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 18:32:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874df570

dev-ml/lwt: add missing ppx_tools_verisoned dep, bug #625886

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-ml/lwt/lwt-3.1.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ml/lwt/lwt-3.1.0.ebuild b/dev-ml/lwt/lwt-3.1.0.ebuild
index 96092301fb9..e3b39149b6f 100644
--- a/dev-ml/lwt/lwt-3.1.0.ebuild
+++ b/dev-ml/lwt/lwt-3.1.0.ebuild
@@ -13,6 +13,7 @@ DEPEND="
 	>=dev-lang/ocaml-4.02:=
 	dev-ml/result:=
 	dev-ml/ocaml-migrate-parsetree:=
+	dev-ml/ppx_tools_versioned:=
 	libev? ( dev-libs/libev )
 	camlp4? ( dev-ml/camlp4:= )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-07-24  5:56 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2017-07-24  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     523531175caf85b1480a5309727b7e21c70efbbb
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 05:56:11 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 05:56:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52353117

dev-ml/lwt: keyword ~arm

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-ml/lwt/lwt-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-3.1.0.ebuild b/dev-ml/lwt/lwt-3.1.0.ebuild
index e3b39149b6f..54deff235c7 100644
--- a/dev-ml/lwt/lwt-3.1.0.ebuild
+++ b/dev-ml/lwt/lwt-3.1.0.ebuild
@@ -27,7 +27,7 @@ DEPEND="${DEPEND}
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm64 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86-fbsd"
 
 src_configure() {
 	ocaml src/util/configure.ml \


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-07-30 15:39 Sergei Trofimovich
  0 siblings, 0 replies; 50+ messages in thread
From: Sergei Trofimovich @ 2017-07-30 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     cf2ad005fcafcdd1a4093ab4c3efc70d7033c3fe
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 15:39:05 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 15:39:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2ad005

dev-ml/lwt: keyworded 3.1.0 for ppc, bug #625848

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-ml/lwt/lwt-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-3.1.0.ebuild b/dev-ml/lwt/lwt-3.1.0.ebuild
index 54deff235c7..eced51577fd 100644
--- a/dev-ml/lwt/lwt-3.1.0.ebuild
+++ b/dev-ml/lwt/lwt-3.1.0.ebuild
@@ -27,7 +27,7 @@ DEPEND="${DEPEND}
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86-fbsd"
 
 src_configure() {
 	ocaml src/util/configure.ml \


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2017-08-02 11:23 Alexis Ballier
  0 siblings, 0 replies; 50+ messages in thread
From: Alexis Ballier @ 2017-08-02 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0418eb9a32f1438ba23b6964b428059f3e2640ce
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  2 10:36:02 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 11:22:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0418eb9a

dev-ml/lwt: keyword ~x86

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-ml/lwt/lwt-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-3.1.0.ebuild b/dev-ml/lwt/lwt-3.1.0.ebuild
index eced51577fd..98584bf6621 100644
--- a/dev-ml/lwt/lwt-3.1.0.ebuild
+++ b/dev-ml/lwt/lwt-3.1.0.ebuild
@@ -27,7 +27,7 @@ DEPEND="${DEPEND}
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd"
 
 src_configure() {
 	ocaml src/util/configure.ml \


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2018-02-11 21:56 Thomas Deutschmann
  0 siblings, 0 replies; 50+ messages in thread
From: Thomas Deutschmann @ 2018-02-11 21:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2375edcd8e1ef331f9d9b0010c28c1472052151f
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 21:46:53 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 21:56:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2375edcd

dev-ml/lwt: x86 keyworded (bug #611014)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ml/lwt/lwt-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/lwt/lwt-3.0.0.ebuild b/dev-ml/lwt/lwt-3.0.0.ebuild
index c7d0d673ddb..e811ad86da8 100644
--- a/dev-ml/lwt/lwt-3.0.0.ebuild
+++ b/dev-ml/lwt/lwt-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -28,7 +28,7 @@ DEPEND="${DEPEND}
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd"
 
 DOCS=( "CHANGES" "README.md" )
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2020-10-17  5:41 Sam James
  0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2020-10-17  5:41 UTC (permalink / raw
  To: gentoo-commits

commit:     14bd3974f174b1b9aab3ed6b2b22f712a1304cc8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 05:41:07 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 05:41:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bd3974

dev-ml/lwt: depend on newer cppo

Solves similar issue to the one seen for ocplib-endian.

See 34cf79fccb906b79c9c0fa570d86ce241bd8c199 for full
explanation.

Bug: https://bugs.gentoo.org/748549
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/lwt/{lwt-5.3.0.ebuild => lwt-5.3.0-r1.ebuild} | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-ml/lwt/lwt-5.3.0.ebuild b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
similarity index 95%
rename from dev-ml/lwt/lwt-5.3.0.ebuild
rename to dev-ml/lwt/lwt-5.3.0-r1.ebuild
index 417b2d5dfd1..fd4f8ed9887 100644
--- a/dev-ml/lwt/lwt-5.3.0.ebuild
+++ b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
@@ -9,6 +9,9 @@ DESCRIPTION="Cooperative light-weight thread library for OCaml"
 SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="http://ocsigen.org/lwt"
 
+SLOT="0/${PV}"
+LICENSE="LGPL-2.1-with-linking-exception"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="
@@ -20,17 +23,12 @@ DEPEND="
 	dev-ml/react:=
 	dev-ml/dune-configurator:=
 	dev-libs/libev"
-
 RDEPEND="${DEPEND}
 	!<www-servers/ocsigen-1.1"
-DEPEND="${DEPEND}
-	dev-ml/cppo
+BDEPEND="
+	>=dev-ml/cppo-1.6.6
 	dev-ml/findlib"
 
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
 # backported from https://github.com/ocsigen/lwt/pull/807
 PATCHES=(
 	"${FILESDIR}"/${PN}-5.3.0-ppxlib-0.18.0.patch


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2020-12-02 17:46 Aaron Bauman
  0 siblings, 0 replies; 50+ messages in thread
From: Aaron Bauman @ 2020-12-02 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6ea346d668ef3132813c0fcdfa1ab1d3582b63e5
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 17:27:03 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 17:45:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea346d6

dev-ml/lwt: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-ml/lwt/Manifest         |  2 --
 dev-ml/lwt/lwt-3.0.0.ebuild | 43 -----------------------------------
 dev-ml/lwt/lwt-3.1.0.ebuild | 55 ---------------------------------------------
 3 files changed, 100 deletions(-)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 52c917dfdd0..7564e979a9b 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,3 +1 @@
-DIST lwt-3.0.0.tar.gz 285864 BLAKE2B d14f8f8a9e71a61c57bd7c208575849667dab4a4770b56a0d94e93024b22be9b7d88d10c0fa24eb8060b67c75e72c2c8bbfa0362f3aa815c76c93575225ce056 SHA512 270a6dc2fc58950380eecf72767782c72a5d72226f4af0e9a4f9b0e70b788eeb1d2727348ab8da4411ee59374a19524a6a793b14a26fe7051d51f987ef0e42b8
-DIST lwt-3.1.0.tar.gz 285309 BLAKE2B ffc3a416491d4c7b7e7c0da67b48d9eeb5b7fa50e3637d4f0cfcd1689b75626b48c8dd6d91e87c93022047809a3774683c41ce620e07ee4d3e1409185e7f8d16 SHA512 0b2269e53f2e8a57e1ffd6f237c6b22de39a3b6b0d57276c7cb9371392aabc9fb6364b2617a6408ed0049ed64f71de0c540209cf83ce43899fd025295342eb0d
 DIST lwt-5.3.0.tar.gz 298152 BLAKE2B a39494bf98fcca07bf4601a742f4bfdc1ea2a67e2babbab650c41d2df58296a859520509ddc080af9c4d55be76439b401174720765fb942586d7c866f80cc538 SHA512 9922c19944595b0c07da8e1bbdecb2cc7c5a7edcdc2224215efb819d9c735da8986388a2446bd0762e28533f5d9d386970f07a4f1b0d14255c6743f3a1d16cb6

diff --git a/dev-ml/lwt/lwt-3.0.0.ebuild b/dev-ml/lwt/lwt-3.0.0.ebuild
deleted file mode 100644
index 5b3a44a3d1b..00000000000
--- a/dev-ml/lwt/lwt-3.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE="+camlp4 +ppx"
-
-DEPEND="
-	dev-libs/libev
-	>=dev-lang/ocaml-4.02:=
-	dev-ml/result:=
-	ppx? ( dev-ml/ppx_tools:= )
-	camlp4? ( dev-ml/camlp4:= )"
-
-RDEPEND="${DEPEND}
-	!<www-servers/ocsigen-1.1"
-DEPEND="${DEPEND}
-	dev-ml/cppo"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-
-DOCS=( "CHANGES" "README.md" )
-
-src_configure() {
-	oasis_configure_opts="
-		--disable-glib
-		--disable-react
-		--disable-ssl
-		$(use_enable camlp4)
-		$(use_enable ppx)" \
-		oasis_src_configure
-}

diff --git a/dev-ml/lwt/lwt-3.1.0.ebuild b/dev-ml/lwt/lwt-3.1.0.ebuild
deleted file mode 100644
index 58c19493d7b..00000000000
--- a/dev-ml/lwt/lwt-3.1.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE="+camlp4 +libev"
-
-DEPEND="
-	>=dev-lang/ocaml-4.02:=
-	dev-ml/result:=
-	dev-ml/ocaml-migrate-parsetree:=
-	dev-ml/ppx_tools_versioned:=
-	libev? ( dev-libs/libev )
-	camlp4? ( dev-ml/camlp4:= )"
-
-RDEPEND="${DEPEND}
-	!<www-servers/ocsigen-1.1"
-DEPEND="${DEPEND}
-	dev-ml/cppo
-	dev-ml/findlib
-	dev-ml/jbuilder
-	dev-ml/opam"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-
-src_configure() {
-	ocaml src/util/configure.ml \
-		-use-libev $(usex libev true false) \
-		-use-camlp4 $(usex camlp4 true false) \
-		|| die
-}
-
-src_compile() {
-	jbuilder  build -p lwt || die
-	ocaml src/util/install_filter.ml || die
-}
-
-src_test() {
-	jbuilder runtest -p lwt || die
-}
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		--mandir="${ED}/usr/share/man" \
-		${PN}.install || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2020-12-02 18:27 Aaron Bauman
  0 siblings, 0 replies; 50+ messages in thread
From: Aaron Bauman @ 2020-12-02 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     20c479ec9ac28570ddbd8b5caa27e129ecd4f7da
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 18:27:18 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 18:27:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c479ec

dev-ml/lwt: drop UnusedLocalUse

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-ml/lwt/metadata.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dev-ml/lwt/metadata.xml b/dev-ml/lwt/metadata.xml
index 876bdf620f9..5b7d7469f26 100644
--- a/dev-ml/lwt/metadata.xml
+++ b/dev-ml/lwt/metadata.xml
@@ -5,11 +5,6 @@
 		<email>gienah@gentoo.org</email>
 		<name>Mark Wright</name>
 	</maintainer>
-	<use>
-		<flag name="camlp4">Enable camlp4 syntax extension</flag>
-		<flag name="libev">Enable the <pkg>dev-libs/libev</pkg>-based backend.</flag>
-		<flag name="ppx">Enables the ppx syntax extension</flag>
-	</use>
 	<upstream>
 		<remote-id type="github">ocsigen/lwt</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2021-02-10 16:33 Sam James
  0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2021-02-10 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0324a8cc7638a68ed4588c396d9ef3a35f3c60c8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 16:32:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 16:32:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0324a8cc

dev-ml/lwt: Stabilize 5.3.0-r1 ppc64, #769317

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/lwt/lwt-5.3.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/lwt/lwt-5.3.0-r1.ebuild b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
index a5de9c42f1e..3d8b6fc704e 100644
--- a/dev-ml/lwt/lwt-5.3.0-r1.ebuild
+++ b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="http://ocsigen.org/lwt"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2021-02-10 18:53 Sam James
  0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2021-02-10 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     6767c5d41b049bb3c9fc551a822f1ffd8fd423bc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 18:53:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:53:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6767c5d4

dev-ml/lwt: Stabilize 5.3.0-r1 amd64, #769317

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/lwt/lwt-5.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-5.3.0-r1.ebuild b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
index 3d8b6fc704e..f18c0143b25 100644
--- a/dev-ml/lwt/lwt-5.3.0-r1.ebuild
+++ b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://ocsigen.org/lwt"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2021-02-11  6:26 Sam James
  0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2021-02-11  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     726fa06489c9975b5cbbbd8f18a7a889b8e72e1e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:25:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:25:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=726fa064

dev-ml/lwt: Stabilize 5.3.0-r1 x86, #769317

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/lwt/lwt-5.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-5.3.0-r1.ebuild b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
index f18c0143b25..7b48dc369c2 100644
--- a/dev-ml/lwt/lwt-5.3.0-r1.ebuild
+++ b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://ocsigen.org/lwt"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2021-02-11  6:31 Sam James
  0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2021-02-11  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     2f80adc0d41e0a7cb99881866a8736720a00bd27
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:31:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:31:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f80adc0

dev-ml/lwt: Stabilize 5.3.0-r1 ppc, #769317

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/lwt/lwt-5.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-5.3.0-r1.ebuild b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
index 7b48dc369c2..86ab95f72f7 100644
--- a/dev-ml/lwt/lwt-5.3.0-r1.ebuild
+++ b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://ocsigen.org/lwt"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2021-03-14  0:48 Sam James
  0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2021-03-14  0:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6516a57bbc2865635cc81bcd6b51ffa64cff738d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 00:45:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 00:48:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6516a57b

dev-ml/lwt: Stabilize 5.3.0-r1 arm64, #772833

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/lwt/lwt-5.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-5.3.0-r1.ebuild b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
index cce22d330cc..b635eab67eb 100644
--- a/dev-ml/lwt/lwt-5.3.0-r1.ebuild
+++ b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://ocsigen.org/lwt"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2021-10-03  9:58 Alfredo Tupone
  0 siblings, 0 replies; 50+ messages in thread
From: Alfredo Tupone @ 2021-10-03  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     b0e5fc9b11285a1bd0bf945cb7a726d14289fc18
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  3 09:54:39 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Oct  3 09:57:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e5fc9b

dev-ml/lwt: src_compile is in dune.eclass

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/lwt/lwt-5.3.0-r1.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-ml/lwt/lwt-5.3.0-r1.ebuild b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
index 40958766de0..8e708c4359b 100644
--- a/dev-ml/lwt/lwt-5.3.0-r1.ebuild
+++ b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
@@ -34,7 +34,3 @@ PATCHES=(
 	"${FILESDIR}"/${PN}-5.3.0-ppxlib-0.18.0.patch
 	"${FILESDIR}"/${P}-ocaml-4.12.patch
 )
-
-src_compile() {
-	dune build @install --profile release || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2021-10-29 19:15 Alfredo Tupone
  0 siblings, 0 replies; 50+ messages in thread
From: Alfredo Tupone @ 2021-10-29 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     ca3886c06f42327fc2bc28d0462ca8a7213d1fce
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 19:15:20 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 19:15:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3886c0

dev-ml/lwt: NonexistentBlocker

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/lwt/lwt-5.3.0-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-ml/lwt/lwt-5.3.0-r1.ebuild b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
index 8e708c4359b..0e293e14d7a 100644
--- a/dev-ml/lwt/lwt-5.3.0-r1.ebuild
+++ b/dev-ml/lwt/lwt-5.3.0-r1.ebuild
@@ -23,8 +23,7 @@ DEPEND="
 	dev-ml/react:=
 	dev-ml/dune-configurator:=
 	dev-libs/libev"
-RDEPEND="${DEPEND}
-	!<www-servers/ocsigen-1.1"
+RDEPEND="${DEPEND}"
 BDEPEND="
 	>=dev-ml/cppo-1.6.6
 	dev-ml/findlib"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2021-11-07 12:18 Alfredo Tupone
  0 siblings, 0 replies; 50+ messages in thread
From: Alfredo Tupone @ 2021-11-07 12:18 UTC (permalink / raw
  To: gentoo-commits

commit:     c33e220cd85435d5f3e4ac8db9a6d1a354cd6640
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 12:17:48 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 12:18:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33e220c

dev-ml/lwt: 5.4.2 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/lwt/Manifest         |  1 +
 dev-ml/lwt/lwt-5.4.2.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 7564e979a9b..9ff070f85ed 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1 +1,2 @@
 DIST lwt-5.3.0.tar.gz 298152 BLAKE2B a39494bf98fcca07bf4601a742f4bfdc1ea2a67e2babbab650c41d2df58296a859520509ddc080af9c4d55be76439b401174720765fb942586d7c866f80cc538 SHA512 9922c19944595b0c07da8e1bbdecb2cc7c5a7edcdc2224215efb819d9c735da8986388a2446bd0762e28533f5d9d386970f07a4f1b0d14255c6743f3a1d16cb6
+DIST lwt-5.4.2.tar.gz 304541 BLAKE2B d474b20538af382c6f64072da2caa25e285f431c9b161c9796a44d1c84475f72e50d81baccb22ae908f82594c9dcaac6a874f54fe6332de2550128774d1280fc SHA512 9f46fb2e56dc7bd57a12d5ab4dc68719947a1462f336087a95e991d087bb9b5b8dee2592d0f7d35abc507d9a641dd221c44c949c81d00e26c673a067d94ba3f4

diff --git a/dev-ml/lwt/lwt-5.4.2.ebuild b/dev-ml/lwt/lwt-5.4.2.ebuild
new file mode 100644
index 00000000000..684aa31032c
--- /dev/null
+++ b/dev-ml/lwt/lwt-5.4.2.ebuild
@@ -0,0 +1,27 @@
+# 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"
+SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="http://ocsigen.org/lwt"
+
+SLOT="0/${PV}"
+LICENSE="LGPL-2.1-with-linking-exception"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="
+	dev-ml/result:=
+	dev-ml/ocplib-endian:=
+	dev-ml/ppxlib:=
+	dev-ml/react:=
+	dev-ml/luv:=
+	dev-libs/libev"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-ml/cppo
+	dev-ml/findlib"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2021-11-07 19:14 Alfredo Tupone
  0 siblings, 0 replies; 50+ messages in thread
From: Alfredo Tupone @ 2021-11-07 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     111cf7b8e254f0f4d32e22ecccc738e567a8b940
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 19:14:37 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 19:14:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111cf7b8

dev-ml/lwt: readd dev-ml/mmap dependency

Closes: https://bugs.gentoo.org/822303
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/lwt/lwt-5.4.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ml/lwt/lwt-5.4.2.ebuild b/dev-ml/lwt/lwt-5.4.2.ebuild
index 684aa31032c..966389447c1 100644
--- a/dev-ml/lwt/lwt-5.4.2.ebuild
+++ b/dev-ml/lwt/lwt-5.4.2.ebuild
@@ -16,6 +16,7 @@ IUSE="+ocamlopt"
 
 DEPEND="
 	dev-ml/result:=
+	dev-ml/mmap:=
 	dev-ml/ocplib-endian:=
 	dev-ml/ppxlib:=
 	dev-ml/react:=


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2021-11-20 10:24 Arthur Zamarin
  0 siblings, 0 replies; 50+ messages in thread
From: Arthur Zamarin @ 2021-11-20 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0e3d4bb435dcdfa56acb859fbef084c7c31e1090
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 20 10:24:08 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 20 10:24:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3d4bb4

dev-ml/lwt: Keyword 5.4.2 ppc, #822717

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/lwt/lwt-5.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-5.4.2.ebuild b/dev-ml/lwt/lwt-5.4.2.ebuild
index 966389447c19..16e04e5e1c3d 100644
--- a/dev-ml/lwt/lwt-5.4.2.ebuild
+++ b/dev-ml/lwt/lwt-5.4.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://ocsigen.org/lwt"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2021-11-20 10:24 Arthur Zamarin
  0 siblings, 0 replies; 50+ messages in thread
From: Arthur Zamarin @ 2021-11-20 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c06c5b6c209fad7cf6c8f167fee5c56def3dcae7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 20 10:24:12 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 20 10:24:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06c5b6c

dev-ml/lwt: Keyword 5.4.2 ppc64, #822717

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/lwt/lwt-5.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-5.4.2.ebuild b/dev-ml/lwt/lwt-5.4.2.ebuild
index 16e04e5e1c3d..ebe53baa350d 100644
--- a/dev-ml/lwt/lwt-5.4.2.ebuild
+++ b/dev-ml/lwt/lwt-5.4.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://ocsigen.org/lwt"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

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

commit:     66c6ba66d980d07a361589e4c4674e94b5235338
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 23:51:38 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec  8 02:13:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c6ba66

dev-ml/lwt: install all subpackages

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

 dev-ml/lwt/{lwt-5.4.2.ebuild => lwt-5.4.2-r1.ebuild} | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/dev-ml/lwt/lwt-5.4.2.ebuild b/dev-ml/lwt/lwt-5.4.2-r1.ebuild
similarity index 83%
rename from dev-ml/lwt/lwt-5.4.2.ebuild
rename to dev-ml/lwt/lwt-5.4.2-r1.ebuild
index ebe53baa350d..9fd078bdb572 100644
--- a/dev-ml/lwt/lwt-5.4.2.ebuild
+++ b/dev-ml/lwt/lwt-5.4.2-r1.ebuild
@@ -26,3 +26,12 @@ RDEPEND="${DEPEND}"
 BDEPEND="
 	dev-ml/cppo
 	dev-ml/findlib"
+
+src_install() {
+	local i
+	for i in lwt lwt_luv lwt_ppx lwt_react ; do
+		dune_src_install ${i}
+	done
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2022-04-18 21:07 Jakov Smolić
  0 siblings, 0 replies; 50+ messages in thread
From: Jakov Smolić @ 2022-04-18 21:07 UTC (permalink / raw
  To: gentoo-commits

commit:     d647ae15c42df8ecce9a8a6a517589128b377470
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Sun Apr 17 15:41:08 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 21:06:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d647ae15

dev-ml/lwt: Keyword 5.4.2-r1 riscv, #835392

Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-ml/lwt/lwt-5.4.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/lwt/lwt-5.4.2-r1.ebuild b/dev-ml/lwt/lwt-5.4.2-r1.ebuild
index 9fd078bdb572..416c08864003 100644
--- a/dev-ml/lwt/lwt-5.4.2-r1.ebuild
+++ b/dev-ml/lwt/lwt-5.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="http://ocsigen.org/lwt"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2022-10-09 12:49 Alfredo Tupone
  0 siblings, 0 replies; 50+ messages in thread
From: Alfredo Tupone @ 2022-10-09 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     4a4a132915a265dbccb82a18ae70a0b988b8c656
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 12:47:29 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 12:49:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4a1329

dev-ml/lwt: remove seq dependency

Closes: https://bugs.gentoo.org/872674

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/lwt/lwt-5.4.2-r1.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dev-ml/lwt/lwt-5.4.2-r1.ebuild b/dev-ml/lwt/lwt-5.4.2-r1.ebuild
index 416c08864003..37deef97464a 100644
--- a/dev-ml/lwt/lwt-5.4.2-r1.ebuild
+++ b/dev-ml/lwt/lwt-5.4.2-r1.ebuild
@@ -27,6 +27,14 @@ BDEPEND="
 	dev-ml/cppo
 	dev-ml/findlib"
 
+src_prepare() {
+	sed -i \
+		-e "s: seq::" \
+		src/core/dune \
+		die
+	default
+}
+
 src_install() {
 	local i
 	for i in lwt lwt_luv lwt_ppx lwt_react ; do


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

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

commit:     535be6644b8eb734baf1b5a51f32b9cbb4390214
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 18:03:35 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=535be664

dev-ml/lwt: bump to 5.6.1

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

 dev-ml/lwt/Manifest         |  1 +
 dev-ml/lwt/lwt-5.6.1.ebuild | 60 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 9ff070f85edd..837895055927 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,2 +1,3 @@
 DIST lwt-5.3.0.tar.gz 298152 BLAKE2B a39494bf98fcca07bf4601a742f4bfdc1ea2a67e2babbab650c41d2df58296a859520509ddc080af9c4d55be76439b401174720765fb942586d7c866f80cc538 SHA512 9922c19944595b0c07da8e1bbdecb2cc7c5a7edcdc2224215efb819d9c735da8986388a2446bd0762e28533f5d9d386970f07a4f1b0d14255c6743f3a1d16cb6
 DIST lwt-5.4.2.tar.gz 304541 BLAKE2B d474b20538af382c6f64072da2caa25e285f431c9b161c9796a44d1c84475f72e50d81baccb22ae908f82594c9dcaac6a874f54fe6332de2550128774d1280fc SHA512 9f46fb2e56dc7bd57a12d5ab4dc68719947a1462f336087a95e991d087bb9b5b8dee2592d0f7d35abc507d9a641dd221c44c949c81d00e26c673a067d94ba3f4
+DIST lwt-5.6.1.tar.gz 316067 BLAKE2B a9cf6bc2b57a130a5df8aa745987f9b8516adf0fce040d50d3bfbd6d9f801917ca37d050eb7fd7a210c5b0ae5e5726dd21fc675c2e8ee8670d0475204dbcc3aa SHA512 698875bd3bfcd5baa47eb48e412f442d289f9972421321541860ebe110b9af1949c3fbc253768495726ec547fe4ba25483cd97ff39bc668496fba95b2ed9edd8

diff --git a/dev-ml/lwt/lwt-5.6.1.ebuild b/dev-ml/lwt/lwt-5.6.1.ebuild
new file mode 100644
index 000000000000..7091845a19b6
--- /dev/null
+++ b/dev-ml/lwt/lwt-5.6.1.ebuild
@@ -0,0 +1,60 @@
+# 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"
+SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="http://ocsigen.org/lwt"
+
+SLOT="0/${PV}"
+LICENSE="LGPL-2.1-with-linking-exception"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="
+	dev-libs/libev
+	dev-ml/luv:=
+	dev-ml/mmap:=
+	dev-ml/ocplib-endian:=
+	dev-ml/ppx_let:=
+	dev-ml/ppxlib:=
+	dev-ml/react:=
+	dev-ml/result:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-ml/cppo
+	dev-ml/findlib
+"
+
+# "domainslib" is unpackaged.
+OCAML_SUBPACKAGES=(
+	lwt
+	lwt_luv
+	lwt_ppx
+	lwt_ppx_let
+	lwt_react
+)
+
+src_prepare() {
+	sed -i "s| seq||" "${S}"/src/core/dune || die
+
+	default
+}
+
+src_compile() {
+	dune-compile ${OCAML_SUBPACKAGES[@]}
+}
+
+src_test() {
+	dune-test ${OCAML_SUBPACKAGES[@]}
+}
+
+src_install() {
+	dune-install ${OCAML_SUBPACKAGES[@]}
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2023-04-24 11:38 Alfredo Tupone
  0 siblings, 0 replies; 50+ messages in thread
From: Alfredo Tupone @ 2023-04-24 11:38 UTC (permalink / raw
  To: gentoo-commits

commit:     d4700ede1df1b29b9d6a21ca741a3b78ce506875
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 11:37:48 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 11:37:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4700ede

dev-ml/lwt: stabilize 5.6.1 for amd64

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/lwt/lwt-5.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-5.6.1.ebuild b/dev-ml/lwt/lwt-5.6.1.ebuild
index 7091845a19b6..63160322fcc1 100644
--- a/dev-ml/lwt/lwt-5.6.1.ebuild
+++ b/dev-ml/lwt/lwt-5.6.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://ocsigen.org/lwt"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2023-09-02 13:17 Alfredo Tupone
  0 siblings, 0 replies; 50+ messages in thread
From: Alfredo Tupone @ 2023-09-02 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     0d3667055c2d301c3a96eeda0bf16a5f56af1dcd
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 12:36:43 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 13:16:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d366705

dev-ml/lwt: add 5.7.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/lwt/Manifest         |  1 +
 dev-ml/lwt/lwt-5.7.0.ebuild | 59 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 837895055927..e431a404eeae 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,3 +1,4 @@
 DIST lwt-5.3.0.tar.gz 298152 BLAKE2B a39494bf98fcca07bf4601a742f4bfdc1ea2a67e2babbab650c41d2df58296a859520509ddc080af9c4d55be76439b401174720765fb942586d7c866f80cc538 SHA512 9922c19944595b0c07da8e1bbdecb2cc7c5a7edcdc2224215efb819d9c735da8986388a2446bd0762e28533f5d9d386970f07a4f1b0d14255c6743f3a1d16cb6
 DIST lwt-5.4.2.tar.gz 304541 BLAKE2B d474b20538af382c6f64072da2caa25e285f431c9b161c9796a44d1c84475f72e50d81baccb22ae908f82594c9dcaac6a874f54fe6332de2550128774d1280fc SHA512 9f46fb2e56dc7bd57a12d5ab4dc68719947a1462f336087a95e991d087bb9b5b8dee2592d0f7d35abc507d9a641dd221c44c949c81d00e26c673a067d94ba3f4
 DIST lwt-5.6.1.tar.gz 316067 BLAKE2B a9cf6bc2b57a130a5df8aa745987f9b8516adf0fce040d50d3bfbd6d9f801917ca37d050eb7fd7a210c5b0ae5e5726dd21fc675c2e8ee8670d0475204dbcc3aa SHA512 698875bd3bfcd5baa47eb48e412f442d289f9972421321541860ebe110b9af1949c3fbc253768495726ec547fe4ba25483cd97ff39bc668496fba95b2ed9edd8
+DIST lwt-5.7.0.tar.gz 313632 BLAKE2B e1b401c70b7722b266085c0493ab4e081aeb58cdf0e3569f677ee3b66edb1b4dda9afd115143315562f301a80bf8efbb09ced3f09f641adcac01fe44b3670cdc SHA512 42e629920783428673b99c9d7a639237c9e6b35079b5d907bc67e7ea506acf9edadc48cec580bdcfd2410ed9412bf5e6bcc8b09de2fa7d35ce1490973d05ddd1

diff --git a/dev-ml/lwt/lwt-5.7.0.ebuild b/dev-ml/lwt/lwt-5.7.0.ebuild
new file mode 100644
index 000000000000..843d8f87521b
--- /dev/null
+++ b/dev-ml/lwt/lwt-5.7.0.ebuild
@@ -0,0 +1,59 @@
+# 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"
+SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="http://ocsigen.org/lwt"
+
+SLOT="0/${PV}"
+LICENSE="LGPL-2.1-with-linking-exception"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="
+	dev-libs/libev
+	dev-ml/luv:=
+	dev-ml/mmap:=
+	dev-ml/ocplib-endian:=
+	dev-ml/ppx_let:=
+	dev-ml/ppxlib:=
+	dev-ml/react:=
+	dev-ml/result:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-ml/cppo
+	dev-ml/findlib
+"
+
+# "domainslib" is unpackaged.
+OCAML_SUBPACKAGES=(
+	lwt
+	lwt_ppx
+	lwt_ppx_let
+	lwt_react
+)
+
+src_prepare() {
+	sed -i "s| seq||" "${S}"/src/core/dune || die
+
+	default
+}
+
+src_compile() {
+	dune-compile ${OCAML_SUBPACKAGES[@]}
+}
+
+src_test() {
+	dune-test ${OCAML_SUBPACKAGES[@]}
+}
+
+src_install() {
+	dune-install ${OCAML_SUBPACKAGES[@]}
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2023-10-08 16:21 Arthur Zamarin
  0 siblings, 0 replies; 50+ messages in thread
From: Arthur Zamarin @ 2023-10-08 16:21 UTC (permalink / raw
  To: gentoo-commits

commit:     3a9fd4296589d850e4dfc66b46edb6cdd2009b77
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 16:20:16 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 16:20:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9fd429

dev-ml/lwt: Stabilize 5.7.0 amd64, #915368

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/lwt/lwt-5.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-5.7.0.ebuild b/dev-ml/lwt/lwt-5.7.0.ebuild
index 843d8f87521b..d44d9e35f60a 100644
--- a/dev-ml/lwt/lwt-5.7.0.ebuild
+++ b/dev-ml/lwt/lwt-5.7.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://ocsigen.org/lwt"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2023-10-08 17:41 Arthur Zamarin
  0 siblings, 0 replies; 50+ messages in thread
From: Arthur Zamarin @ 2023-10-08 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     6375bc52d6cd0641263a460968b5ea9b11848dbb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 17:41:49 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 17:41:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6375bc52

dev-ml/lwt: Stabilize 5.7.0 x86, #915368

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/lwt/lwt-5.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-5.7.0.ebuild b/dev-ml/lwt/lwt-5.7.0.ebuild
index d44d9e35f60a..02e055d22e69 100644
--- a/dev-ml/lwt/lwt-5.7.0.ebuild
+++ b/dev-ml/lwt/lwt-5.7.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://ocsigen.org/lwt"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2023-10-08 17:41 Arthur Zamarin
  0 siblings, 0 replies; 50+ messages in thread
From: Arthur Zamarin @ 2023-10-08 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     52340de74d383905f900459dfe29ecc5d95505e8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 17:41:50 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 17:41:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52340de7

dev-ml/lwt: Stabilize 5.7.0 arm64, #915368

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/lwt/lwt-5.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-5.7.0.ebuild b/dev-ml/lwt/lwt-5.7.0.ebuild
index 02e055d22e69..47bcf5c623cb 100644
--- a/dev-ml/lwt/lwt-5.7.0.ebuild
+++ b/dev-ml/lwt/lwt-5.7.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://ocsigen.org/lwt"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
@ 2023-10-08 20:16 Sam James
  0 siblings, 0 replies; 50+ messages in thread
From: Sam James @ 2023-10-08 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     efc7400570eb8b8c5c329bff3524203928f67a30
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 20:15:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 20:15:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc74005

dev-ml/lwt: Stabilize 5.7.0 arm, #915368

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/lwt/lwt-5.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lwt/lwt-5.7.0.ebuild b/dev-ml/lwt/lwt-5.7.0.ebuild
index 47bcf5c623cb..6229e3ef36b4 100644
--- a/dev-ml/lwt/lwt-5.7.0.ebuild
+++ b/dev-ml/lwt/lwt-5.7.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://ocsigen.org/lwt"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

end of thread, other threads:[~2023-10-08 20:16 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-18 21:07 [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/ Jakov Smolić
  -- strict thread matches above, loose matches on Subject: below --
2023-10-08 20:16 Sam James
2023-10-08 17:41 Arthur Zamarin
2023-10-08 17:41 Arthur Zamarin
2023-10-08 16:21 Arthur Zamarin
2023-09-02 13:17 Alfredo Tupone
2023-04-24 11:38 Alfredo Tupone
2023-01-24 18:16 Maciej Barć
2022-10-09 12:49 Alfredo Tupone
2021-12-08  2:13 Maciej Barć
2021-11-20 10:24 Arthur Zamarin
2021-11-20 10:24 Arthur Zamarin
2021-11-07 19:14 Alfredo Tupone
2021-11-07 12:18 Alfredo Tupone
2021-10-29 19:15 Alfredo Tupone
2021-10-03  9:58 Alfredo Tupone
2021-03-14  0:48 Sam James
2021-02-11  6:31 Sam James
2021-02-11  6:26 Sam James
2021-02-10 18:53 Sam James
2021-02-10 16:33 Sam James
2020-12-02 18:27 Aaron Bauman
2020-12-02 17:46 Aaron Bauman
2020-10-17  5:41 Sam James
2018-02-11 21:56 Thomas Deutschmann
2017-08-02 11:23 Alexis Ballier
2017-07-30 15:39 Sergei Trofimovich
2017-07-24  5:56 Alexis Ballier
2017-07-21 18:32 Alexis Ballier
2017-07-21 12:38 Alexis Ballier
2017-06-22 14:24 Alexis Ballier
2017-05-02 11:12 Alexis Ballier
2017-04-25 16:25 Alexis Ballier
2017-04-20 13:25 Alexis Ballier
2017-04-20 13:24 Alexis Ballier
2017-04-20 13:24 Alexis Ballier
2017-04-12 19:20 Alexis Ballier
2017-04-11  4:42 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-04-05  9:51 Michael Weber
2017-01-24 11:14 Alexis Ballier
2017-01-04 11:58 Alexis Ballier
2016-12-07 19:33 Alexis Ballier
2016-06-29 21:12 Michał Górny
2016-06-23 14:24 Alexis Ballier
2016-06-23 14:24 Alexis Ballier
2016-05-03  9:14 Alexis Ballier
2016-02-07 16:14 Alexis Ballier
2016-02-06 15:07 Alexis Ballier
2015-12-09 10:24 Alexis Ballier

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