Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/hex/
Date: Sun, 08 May 2022 01:58:24
Message-Id: 1651975087.7aa504194a60d92268c95df4d9ad8a5a6095aad5.Alessandro-Barbieri@gentoo
1 commit: 7aa504194a60d92268c95df4d9ad8a5a6095aad5
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat May 7 23:13:31 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun May 8 01:58:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7aa50419
7
8 dev-ml/hex: add 1.5.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-ml/hex/Manifest | 1 +
13 dev-ml/hex/hex-1.5.0.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-ml/hex/Manifest b/dev-ml/hex/Manifest
17 index 1404909a9..ca4c4ed50 100644
18 --- a/dev-ml/hex/Manifest
19 +++ b/dev-ml/hex/Manifest
20 @@ -1 +1,2 @@
21 +DIST hex-1.5.0.tbz 6915 BLAKE2B 17214c5b9c43fa3783c4d14d49cf5c78e771fed8fc6c815131996aa5f0fd2706af551418b3109c280440151542e8a128ae9a3ef3b29903af645035382df578b0 SHA512 baa09b47a90f0a54ad2becfb272f0674219e4fc0c03559deff26aaf13ccd59258b31bf98e56c44a5a8fa03437e3eba2bf5f0cd76e52d184d26cfb1170c490462
22 DIST hex-v1.4.0.tbz 6546 BLAKE2B 9c8302af46b464e25b3c50e747e8493a80ef39eb7be8f9d94a5b3f761b90191ede63a942dec8b510fe0e954377e3018f7229f43280ed7f1a66c52b074dae646c SHA512 51fe702a5ffdb53380c4528c28f84d814a3c2c4cdfc1cc097348816fc66f27a0c871a2600549a2b6c7f1dff760386f7687de3a111343e526eb9bd86f92ef1814
23
24 diff --git a/dev-ml/hex/hex-1.5.0.ebuild b/dev-ml/hex/hex-1.5.0.ebuild
25 new file mode 100644
26 index 000000000..dc5688745
27 --- /dev/null
28 +++ b/dev-ml/hex/hex-1.5.0.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit dune
36 +
37 +DESCRIPTION="Hexadecimal converter"
38 +HOMEPAGE="https://github.com/mirage/ocaml-hex"
39 +SRC_URI="https://github.com/mirage/ocaml-${PN}/releases/download/v${PV}/${P}.tbz"
40 +
41 +LICENSE="ISC"
42 +SLOT="0/${PV}"
43 +KEYWORDS="~amd64"
44 +IUSE="ocamlopt"
45 +
46 +DEPEND="
47 + >=dev-lang/ocaml-4.08.0[ocamlopt?]
48 + >=dev-ml/cstruct-1.7.0
49 +"
50 +RDEPEND="${DEPEND}"