Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-base64/
Date: Tue, 09 Feb 2021 22:47:50
Message-Id: 1612910863.7a8ade6f458eae7da002476bcb6433f12ab520c5.sam@gentoo
1 commit: 7a8ade6f458eae7da002476bcb6433f12ab520c5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 22:41:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 22:47:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8ade6f
7
8 dev-ml/ocaml-base64: bump to 3.5.0
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/ocaml-base64/Manifest | 1 +
14 dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild | 19 +++++++++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/dev-ml/ocaml-base64/Manifest b/dev-ml/ocaml-base64/Manifest
18 index 4f8e3c8b263..a5c39469ee5 100644
19 --- a/dev-ml/ocaml-base64/Manifest
20 +++ b/dev-ml/ocaml-base64/Manifest
21 @@ -1 +1,2 @@
22 DIST ocaml-base64-2.2.0.tar.gz 5056 BLAKE2B c8a95d31646e5cad741dbece511e3f0fb736c31e5f90b560e2dffe5787810cd218966016840eef0c67517e790d0e4c67111c3382303c740791475647bac27de1 SHA512 0390c450076786777baeb596bc81bc3357074619894334a9608f958a2a10113e22afdbd3a2b368bc93c5c5636828fc2600818399847704309e2cc6092b10f3b0
23 +DIST ocaml-base64-3.5.0.tar.gz 18888 BLAKE2B e35d6331f163a066169455ea3dac304cedd7ca47fac0a2cbda26b8bd9620b4e49e144d5a06a8a2c6085501e531b2be98f6b24002880d83d6d57025ee055e0887 SHA512 a3886701943a9b165a74e45f66c3d8279b381927774217f5e042494811bc17a08f8933292335d4b76f01c6b1d3c496b4cfca650faa5848ddbf6150ac87386038
24
25 diff --git a/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild b/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild
26 new file mode 100644
27 index 00000000000..abfff50eb62
28 --- /dev/null
29 +++ b/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +DUNE_PKG_NAME="base64"
37 +inherit dune
38 +
39 +DESCRIPTION="Library for radix-64 representation (de)coding"
40 +HOMEPAGE="https://github.com/mirage/ocaml-base64"
41 +SRC_URI="https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="ISC"
44 +SLOT="0/${PV}"
45 +KEYWORDS="~amd64"
46 +IUSE="+ocamlopt test"
47 +RESTRICT="!test? ( test )"
48 +
49 +DEPEND="test? ( dev-ml/rresult dev-ml/bos dev-ml/alcotest )"