public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ssl/
Date: Sat, 30 Sep 2023 14:24:31 +0000 (UTC)	[thread overview]
Message-ID: <1696083868.3c6d86b32c7285e54d4ec0bd68bf5fb162eca549.xgqt@gentoo> (raw)

commit:     3c6d86b32c7285e54d4ec0bd68bf5fb162eca549
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 13:28:05 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 14:24:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6d86b3

dev-ml/ocaml-ssl: bump to 0.7.0

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

 dev-ml/ocaml-ssl/Manifest               |  1 +
 dev-ml/ocaml-ssl/ocaml-ssl-0.7.0.ebuild | 45 +++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-ml/ocaml-ssl/Manifest b/dev-ml/ocaml-ssl/Manifest
index 621ae701bc98..4ee5c4065475 100644
--- a/dev-ml/ocaml-ssl/Manifest
+++ b/dev-ml/ocaml-ssl/Manifest
@@ -1 +1,2 @@
 DIST ocaml-ssl-0.5.13.tar.gz 40604 BLAKE2B 289f631e360581ddfe2fa6572d1b8883853e65c438542593f5f0be5c23b1c8056c10fe6397ba8df577ebf7a9e22cbe4723d8fccabeb373de3efebee310293653 SHA512 ca1106642cb536672dba00ff4421ade2293de6f79c94a47df27520ce6f2ff4555f8e9794736afe4ce37e131a518658d0f8c57f3b106b0187216db1a461f99867
+DIST ocaml-ssl-0.7.0.tar.gz 56102 BLAKE2B b3e41eb91c3948dcd2396de0fee0b737e40a5ca076942908e6801e8ae333174ccc6068f201e69cab88989233407f3e1a690bf4635b304f89637a0460dd80d926 SHA512 969c4d64828449a49bdef26ca5f8faa72d2fe2a2304ccbf589a3ff097c2bf8ae9eb83ae1c90216f6b4d6f359e462ea47e0106a7386e26848d14910138fcb07f8

diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.7.0.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.7.0.ebuild
new file mode 100644
index 000000000000..62d40f51f91d
--- /dev/null
+++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.7.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DUNE_PKG_NAME=ssl
+
+inherit dune
+
+DESCRIPTION="OCaml bindings for OpenSSL"
+HOMEPAGE="https://github.com/savonet/ocaml-ssl"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/savonet/${PN}.git"
+else
+	SRC_URI="https://github.com/savonet/${PN}/archive/v${PV}.tar.gz
+		-> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-libs/openssl:0=
+	dev-lang/ocaml
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	dev-ml/dune-configurator
+	test? ( dev-ml/alcotest )
+"
+
+DOCS=( CHANGES.md README.md )
+
+src_install() {
+	dune_src_install
+
+	einstalldocs
+}


             reply	other threads:[~2023-09-30 14:24 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-30 14:24 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-09 18:11 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ssl/ Arthur Zamarin
2024-06-09 18:11 Arthur Zamarin
2024-06-09 12:56 Arthur Zamarin
2024-06-09 12:06 Arthur Zamarin
2023-09-30 14:24 Maciej Barć
2023-09-30 14:24 Maciej Barć
2023-09-30 14:24 Maciej Barć
2023-04-29  8:23 Arthur Zamarin
2023-04-24 11:32 Alfredo Tupone
2023-01-07 11:10 Maciej Barć
2022-09-07 12:17 Maciej Barć
2022-09-06 22:36 Maciej Barć
2022-09-06 17:00 Maciej Barć
2021-04-18  6:47 Sam James
2021-04-18  6:45 Sam James
2021-03-12 15:25 Sam James
2021-02-19 20:12 Thomas Deutschmann
2021-02-17 18:04 Alfredo Tupone
2021-02-01 17:47 Sam James
2021-01-24 11:12 Alfredo Tupone
2020-10-24  0:38 Sam James
2020-10-22 13:59 Sam James
2020-10-22 13:54 Sam James
2020-10-20  9:56 Sam James
2020-10-20  7:03 Sam James
2020-10-20  2:16 Sam James
2020-10-20  1:37 Sam James
2020-10-20  1:37 Sam James
2017-10-14 12:10 Alexis Ballier
2017-10-04  8:02 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-01-26 11:43 Alexis Ballier
2017-01-25 14:29 Agostino Sarubbo
2017-01-25 10:58 Agostino Sarubbo
2017-01-24 11:23 Alexis Ballier
2016-11-10 15:18 Alexis Ballier
2015-11-24 15:08 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=1696083868.3c6d86b32c7285e54d4ec0bd68bf5fb162eca549.xgqt@gentoo \
    --to=xgqt@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