From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8CEB15800A for ; Sat, 2 Sep 2023 13:17:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF3992BC023; Sat, 2 Sep 2023 13:17:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9BF02BC023 for ; Sat, 2 Sep 2023 13:17:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94E5F340D9F for ; Sat, 2 Sep 2023 13:17:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01E091104 for ; Sat, 2 Sep 2023 13:17:07 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1693660597.f7e12b76f3f13e23bce0a0438c234a436ef5e7c3.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt_ssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lwt_ssl/Manifest dev-ml/lwt_ssl/lwt_ssl-1.2.0.ebuild X-VCS-Directories: dev-ml/lwt_ssl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: f7e12b76f3f13e23bce0a0438c234a436ef5e7c3 X-VCS-Branch: master Date: Sat, 2 Sep 2023 13:17:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 870ca14c-5e6d-41c5-a524-fbe4d2efe3f8 X-Archives-Hash: da2607282b56df800d2597d3e5b7b654 commit: f7e12b76f3f13e23bce0a0438c234a436ef5e7c3 Author: Alfredo Tupone gentoo org> AuthorDate: Sat Sep 2 13:10:35 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Sep 2 13:16:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e12b76 dev-ml/lwt_ssl: add 1.2.0 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/lwt_ssl/Manifest | 1 + dev-ml/lwt_ssl/lwt_ssl-1.2.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-ml/lwt_ssl/Manifest b/dev-ml/lwt_ssl/Manifest index d593bf553750..e2a7a8ed8b7b 100644 --- a/dev-ml/lwt_ssl/Manifest +++ b/dev-ml/lwt_ssl/Manifest @@ -1 +1,2 @@ DIST lwt_ssl-1.1.3.tar.gz 14785 BLAKE2B b131d821c0e1394fee749ad5fdb0c7394ea96ffdb17dd22646d365c86ed41e1ed4e2b64a351fd14cc60f0e656e43a35e74c1c369c84e23a342fd7f056d49d40c SHA512 1bcc610ccf660436be2ed068ef98d85d752aecd2f364eab585ef1553b0ef1561a0fd50b5edc15000cf4cffc78d0ba184f7ede53651de14f5227ad1b795e2240a +DIST lwt_ssl-1.2.0.tar.gz 14955 BLAKE2B 14c3d2160ba88147257fda953b298e8bdae5550edc4942eff6e90398eef1353e592e32ce2bd3e6d519fc48a48757015f5bf95af7d3eac283f49ea40206c4ddf4 SHA512 fee0fbc558e638917d626a0c7ce8c4701bc523141d9c3ebefef494fe8dd05cf8e4aeaf37abab1c9727be7677f353b429d31f2e8fe20b30a04a69f27beca22881 diff --git a/dev-ml/lwt_ssl/lwt_ssl-1.2.0.ebuild b/dev-ml/lwt_ssl/lwt_ssl-1.2.0.ebuild new file mode 100644 index 000000000000..c89e166b346e --- /dev/null +++ b/dev-ml/lwt_ssl/lwt_ssl-1.2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="GLib integration for Lwt" +SRC_URI="https://github.com/ocsigen/lwt_ssl/archive/${PV}.tar.gz + -> ${P}.tar.gz" +HOMEPAGE="http://ocsigen.org/lwt_ssl" + +IUSE="+ocamlopt" + +SLOT="0/${PV}" +LICENSE="LGPL-2.1-with-linking-exception" +KEYWORDS="~amd64 ~arm ~ppc" + +RDEPEND=" + dev-ml/base + >=dev-ml/lwt-3.1:= + >=dev-ml/ocaml-ssl-0.5.13:= +"