From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/
Date: Sun, 9 Jan 2022 01:42:18 +0000 (UTC) [thread overview]
Message-ID: <1641692314.254233865f3f9acfc8fc180ddcba9cebde02ade8.sam@gentoo> (raw)
commit: 254233865f3f9acfc8fc180ddcba9cebde02ade8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 9 01:38:34 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 9 01:38:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25423386
dev-ml/ocurl: add 0.9.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/ocurl/Manifest | 1 +
dev-ml/ocurl/ocurl-0.9.2.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-ml/ocurl/Manifest b/dev-ml/ocurl/Manifest
index 6c6fc0aaa928..4bc3d1319a6a 100644
--- a/dev-ml/ocurl/Manifest
+++ b/dev-ml/ocurl/Manifest
@@ -1 +1,2 @@
DIST ocurl-0.9.1.tar.gz 111393 BLAKE2B 83ec8f5e2e83b5cc519683556ca97818a092a80f41305394cc04088371c1179f256dee3d8a8e80597837fb156299698450c70ca00f1ec336ace46b02b84bb51e SHA512 f4acb596f213ce57e749c9805225330b532e17718f3b228745b438cd1fe6d89b37e56d401a11c329107729dd0e6bdd4a425d547f9a83dabe32edbf18aca585b5
+DIST ocurl-0.9.2.tar.gz 116659 BLAKE2B 3947cd82343cc9246c930f8fc89f7899f41a06f41358b5a014fbd05f5c85e70eb3df8c10690e62bd76d345c5738fdab63a936deed53fde0c8a3b040c5890129f SHA512 de9b06a2a4cbf804b6c947ef1011a75f45e3effbc29db054a9b72453920a0f554baa06d06b2a36eeee33090df7f9eb35280404237e2e3be219fb2dc98fe2bc82
diff --git a/dev-ml/ocurl/ocurl-0.9.2.ebuild b/dev-ml/ocurl/ocurl-0.9.2.ebuild
new file mode 100644
index 000000000000..f60438e9964a
--- /dev/null
+++ b/dev-ml/ocurl/ocurl-0.9.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit findlib
+
+DESCRIPTION="OCaml interface to the libcurl library"
+HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl"
+SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="examples +ocamlopt"
+
+RDEPEND=">=net-misc/curl-7.9.8
+ dev-ml/lwt:=
+ dev-ml/camlp4:=
+ >=dev-lang/ocaml-3.12:=[ocamlopt?]"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_compile() {
+ emake -j1 all
+}
+
+src_install() {
+ findlib_src_install
+
+ dodoc CHANGES.txt README.md
+
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
next reply other threads:[~2022-01-09 1:42 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-09 1:42 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-24 22:16 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocurl/ Jakov Smolić
2024-11-23 18:57 Alfredo Tupone
2024-06-25 17:39 Alfredo Tupone
2022-11-24 18:14 Conrad Kostecki
2022-05-19 13:36 Agostino Sarubbo
2022-03-10 10:10 Jakov Smolić
2022-02-19 12:02 Arthur Zamarin
2022-02-19 8:19 Arthur Zamarin
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-10-28 3:36 Sam James
2020-10-20 1:37 Sam James
2020-10-20 1:37 Sam James
2018-02-11 21:56 Thomas Deutschmann
2017-08-09 21:27 Sergei Trofimovich
2017-08-09 21:27 Sergei Trofimovich
2017-08-02 11:23 Alexis Ballier
2017-06-22 14:24 Alexis Ballier
2017-06-15 8:49 Alexis Ballier
2017-04-20 17:16 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-01-24 11:32 Alexis Ballier
2016-10-04 10:07 Alexis Ballier
2016-10-04 10:07 Alexis Ballier
2016-09-14 15:33 Alexis Ballier
2016-05-17 10:27 Alexis Ballier
2015-10-30 10:56 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1641692314.254233865f3f9acfc8fc180ddcba9cebde02ade8.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox