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 A7F1315800A 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 B5A6C2BC022; 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 99EE32BC022 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 94FBC340DA5 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 1560F1105 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: <1693660601.eecb7e778851fb0bc12a1550084b3e5586ab1abe.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-base64/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-base64/Manifest dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild X-VCS-Directories: dev-ml/ocaml-base64/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: eecb7e778851fb0bc12a1550084b3e5586ab1abe 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: 41450265-0c40-4da7-9510-5d41a7755f6e X-Archives-Hash: e3cace03e86005c41053d4d3f2b4b46f commit: eecb7e778851fb0bc12a1550084b3e5586ab1abe Author: Alfredo Tupone gentoo org> AuthorDate: Sat Sep 2 13:12:38 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Sep 2 13:16:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecb7e77 dev-ml/ocaml-base64: add 3.5.1 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ocaml-base64/Manifest | 1 + dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-ml/ocaml-base64/Manifest b/dev-ml/ocaml-base64/Manifest index ec24e9893652..b5ab5e651d2a 100644 --- a/dev-ml/ocaml-base64/Manifest +++ b/dev-ml/ocaml-base64/Manifest @@ -1 +1,2 @@ DIST ocaml-base64-3.5.0.tar.gz 18888 BLAKE2B e35d6331f163a066169455ea3dac304cedd7ca47fac0a2cbda26b8bd9620b4e49e144d5a06a8a2c6085501e531b2be98f6b24002880d83d6d57025ee055e0887 SHA512 a3886701943a9b165a74e45f66c3d8279b381927774217f5e042494811bc17a08f8933292335d4b76f01c6b1d3c496b4cfca650faa5848ddbf6150ac87386038 +DIST ocaml-base64-3.5.1.tar.gz 18986 BLAKE2B 797ace8ad35099dd56871564862804a492551b580f46d561abce8a18812296e3f3629f1845007660c388291cf3d420144dfdce556ccf5c50e0b169efd680d586 SHA512 d1d4e2403cf4f58bfe87150c7cc444a431f0ac53ee9fc85a4d64983e2d85f99e0bd35b9267231b1a40eaf5e4312797460dd1f6dcfc38e3b391e3dfe746878125 diff --git a/dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild b/dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild new file mode 100644 index 000000000000..98e4de02eba4 --- /dev/null +++ b/dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DUNE_PKG_NAME="base64" +inherit dune + +DESCRIPTION="Library for radix-64 representation (de)coding" +HOMEPAGE="https://github.com/mirage/ocaml-base64" +SRC_URI="https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +DEPEND="test? ( dev-ml/rresult dev-ml/bos dev-ml/alcotest )"