* [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/cohttp/
@ 2022-04-16 16:20 Alessandro Barbieri
0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-04-16 16:20 UTC (permalink / raw
To: gentoo-commits
commit: 970d24330e862fb69768d3b485675c0caf0bd1bf
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Apr 16 13:34:02 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Apr 16 16:20:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=970d2433
dev-ml/cohttp: update HOMEPAGE
Closes: https://bugs.gentoo.org/838799
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-ml/cohttp/cohttp-5.0.0.ebuild | 107 ++++++++++++++++++++------------------
1 file changed, 56 insertions(+), 51 deletions(-)
diff --git a/dev-ml/cohttp/cohttp-5.0.0.ebuild b/dev-ml/cohttp/cohttp-5.0.0.ebuild
index 767e429e4..b4ac29f2a 100644
--- a/dev-ml/cohttp/cohttp-5.0.0.ebuild
+++ b/dev-ml/cohttp/cohttp-5.0.0.ebuild
@@ -6,7 +6,10 @@ EAPI=8
inherit dune multiprocessing
DESCRIPTION="Very lightweight HTTP server using Lwt or Async"
-HOMEPAGE="https://github.com/mirage/ocaml-cohttp"
+HOMEPAGE="
+ https://github.com/mirage/ocaml-cohttp
+ https://opam.ocaml.org/packages/cohttp/
+"
SRC_URI="https://github.com/mirage/ocaml-cohttp/archive/v${PV}.tar.gz -> ocaml-cohttp-${PV}.tar.gz"
S="${WORKDIR}/ocaml-cohttp-${PV}"
@@ -17,76 +20,78 @@ IUSE="async bench curl curl-async curl-lwt lwt lwt-jsoo lwt-unix mirage ocamlopt
RDEPEND="
async? (
- dev-ml/async
- dev-ml/async_kernel
- dev-ml/async_unix
- dev-ml/base
- dev-ml/core_unix
- dev-ml/conduit[async]
- dev-ml/fmt
- dev-ml/ipaddr
- dev-ml/logs
- dev-ml/magic-mime
- dev-ml/mirage-crypto
+ dev-ml/async:=
+ dev-ml/async_kernel:=
+ dev-ml/async_unix:=
+ dev-ml/base:=
+ dev-ml/core_unix:=
+ dev-ml/conduit:=[async]
+ dev-ml/fmt:=
+ dev-ml/ipaddr:=
+ dev-ml/logs:=
+ dev-ml/magic-mime:=
+ dev-ml/mirage-crypto:=
)
bench? (
- dev-ml/core
- dev-ml/core_bench
+ dev-ml/core:=
+ dev-ml/core_bench:=
)
curl-async? (
- dev-ml/async_kernel
- dev-ml/async_unix
- dev-ml/core_kernel
- dev-ml/ocurl
+ dev-ml/async_kernel:=
+ dev-ml/async_unix:=
+ dev-ml/core_kernel:=
+ dev-ml/ocurl:=
)
- curl? ( dev-ml/ocurl )
+ curl? ( dev-ml/ocurl:= )
curl-lwt? (
- dev-ml/lwt
- dev-ml/ocurl
+ dev-ml/lwt:=
+ dev-ml/ocurl:=
)
lwt? (
- dev-ml/logs
- dev-ml/lwt
- dev-ml/ppx_sexp_conv
+ dev-ml/logs:=
+ dev-ml/lwt:=
+ dev-ml/ppx_sexp_conv:=
)
lwt-jsoo? (
- dev-ml/js_of_ocaml[lwt,ppx]
- dev-ml/logs
- dev-ml/lwt
+ >=dev-ml/js_of_ocaml-3.5.0:=[lwt,ppx]
+ dev-ml/logs:=
+ >=dev-ml/lwt-3.0.0:=
)
lwt-unix? (
- dev-ml/base-unix
- dev-ml/cmdliner
- dev-ml/conduit[lwt,lwt-unix]
- dev-ml/fmt
- dev-ml/logs
- dev-ml/lwt
- dev-ml/magic-mime
- dev-ml/ppx_sexp_conv
+ dev-ml/base-unix:=
+ dev-ml/cmdliner:=
+ >=dev-ml/conduit-5.0.0:=[lwt,lwt-unix]
+ >=dev-ml/fmt-0.8.2:=
+ dev-ml/logs:=
+ >=dev-ml/lwt-3.0.0:=
+ dev-ml/magic-mime:=
+ >=dev-ml/ppx_sexp_conv-0.13.0:=
)
mirage? (
- dev-ml/astring
- dev-ml/conduit[mirage]
- dev-ml/fmt
- dev-ml/lwt
- dev-ml/magic-mime
- dev-ml/mirage-channel
- dev-ml/mirage-flow
- dev-ml/mirage-kv
- dev-ml/ppx_sexp_conv
+ dev-ml/astring:=
+ >=dev-ml/conduit-2.0.2:=[mirage]
+ >=dev-ml/fmt-0.8.7:=
+ >=dev-ml/lwt-2.4.3:=
+ dev-ml/magic-mime:=
+ >=dev-ml/mirage-channel-4.0.0:=
+ >=dev-ml/mirage-flow-2.0.0:=
+ >=dev-ml/mirage-kv-3.0.0:=
+ >=dev-ml/ppx_sexp_conv-0.13.0:=
)
server-lwt-unix? (
- dev-ml/lwt
+ dev-ml/lwt:=
)
- dev-ml/ocaml-base64
- dev-ml/re
- dev-ml/sexplib0
- dev-ml/stringext
- dev-ml/uri[sexp]
+ >=dev-lang/ocaml-4.08:=[ocamlopt?]
+ >=dev-ml/ocaml-base64-3.1.0:=
+ >=dev-ml/re-1.9.0:=
+ dev-ml/sexplib0:=
+ dev-ml/stringext:=
+ >=dev-ml/uri-2.0.0:=[sexp]
"
DEPEND="
${RDEPEND}
+ dev-ml/jsonm:=
test? (
dev-ml/alcotest
dev-ml/base_quickcheck
@@ -99,7 +104,7 @@ DEPEND="
dev-ml/crowbar
dev-ml/fmt
dev-ml/conduit[lwt,lwt-unix]
- dev-ml/ounit
+ dev-ml/ounit2
dev-ml/lwt
net-libs/nodejs[npm]
dev-ml/mirage-crypto
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/cohttp/
@ 2022-04-21 0:15 Alessandro Barbieri
0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-04-21 0:15 UTC (permalink / raw
To: gentoo-commits
commit: 505f0da86755f6169ab6b839893ea44bff096c7f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Apr 21 00:13:08 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Apr 21 00:13:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=505f0da8
dev-ml/cohttp: replace dep on base-* with ocaml
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-ml/cohttp/cohttp-5.0.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-ml/cohttp/cohttp-5.0.0.ebuild b/dev-ml/cohttp/cohttp-5.0.0.ebuild
index b4ac29f2a..805ddcbf3 100644
--- a/dev-ml/cohttp/cohttp-5.0.0.ebuild
+++ b/dev-ml/cohttp/cohttp-5.0.0.ebuild
@@ -58,7 +58,6 @@ RDEPEND="
>=dev-ml/lwt-3.0.0:=
)
lwt-unix? (
- dev-ml/base-unix:=
dev-ml/cmdliner:=
>=dev-ml/conduit-5.0.0:=[lwt,lwt-unix]
>=dev-ml/fmt-0.8.2:=
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-21 0:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-21 0:15 [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/cohttp/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2022-04-16 16:20 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox