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 C071D158089 for ; Sat, 30 Sep 2023 14:24:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5E3C2BC05D; Sat, 30 Sep 2023 14:24:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C2ECA2BC05D for ; Sat, 30 Sep 2023 14:24:35 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19063335C52 for ; Sat, 30 Sep 2023 14:24:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F11BC1279 for ; Sat, 30 Sep 2023 14:24:31 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1696083868.3c6d86b32c7285e54d4ec0bd68bf5fb162eca549.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-ssl/Manifest dev-ml/ocaml-ssl/ocaml-ssl-0.7.0.ebuild X-VCS-Directories: dev-ml/ocaml-ssl/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 3c6d86b32c7285e54d4ec0bd68bf5fb162eca549 X-VCS-Branch: master Date: Sat, 30 Sep 2023 14:24:31 +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: 50323496-226a-49bd-b369-5fd59faa5178 X-Archives-Hash: a680c92ce2550921874e2e0ae9f5c357 commit: 3c6d86b32c7285e54d4ec0bd68bf5fb162eca549 Author: Maciej Barć gentoo org> AuthorDate: Sat Sep 30 13:28:05 2023 +0000 Commit: Maciej Barć gentoo 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ć 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 +}