commit: eecb7e778851fb0bc12a1550084b3e5586ab1abe Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Sep 2 13:12:38 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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 )"
