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/jst-config/
Date: Thu, 14 Oct 2021 07:57:14
Message-Id: 1634198164.037d0ed17dbc2396adb3eb71994e3c0a7d52f911.sam@gentoo
1 commit: 037d0ed17dbc2396adb3eb71994e3c0a7d52f911
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 07:54:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 07:56:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037d0ed1
7
8 dev-ml/jst-config: add 0.14.1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/jst-config/Manifest | 1 +
13 dev-ml/jst-config/jst-config-0.14.1.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-ml/jst-config/Manifest b/dev-ml/jst-config/Manifest
17 index cfc8c7df814..9542f0b66b9 100644
18 --- a/dev-ml/jst-config/Manifest
19 +++ b/dev-ml/jst-config/Manifest
20 @@ -1 +1,2 @@
21 DIST jst-config-0.14.0.tar.gz 4916 BLAKE2B e052cf9aad6e7bef737cd39643663b4577cffe9b9a8e116a8f23ce8d92ebb172d8c66eb20976c319593c217d95de253b4b7f86c05616bf665061896989f0908c SHA512 9d76f3394490762aaef36a3fd3ced4769da05e5a62176bb215379f18a29eab5089e65f599a3a3621937a5a79fcbda22cecf189e8e290acffef5b565e1b4d3b58
22 +DIST jst-config-0.14.1.tar.gz 4931 BLAKE2B b24aefa5f4e0b76c3cfd1ecbb9ae7789891db8ade236f6071b814dc3d4be6d94ad39b2d0808ca81a633f2b7a31db18b530c73a7a0c43c65f4ddc8abe90adddd6 SHA512 0a43ba941c2915afb30b3cdc09c3c83e05d5b1367bf89aaa4b3adb72878c8435e07838bcf345452c25482d7621d2a7277b92328a2a8842ec172d4bf73005d9c2
23
24 diff --git a/dev-ml/jst-config/jst-config-0.14.1.ebuild b/dev-ml/jst-config/jst-config-0.14.1.ebuild
25 new file mode 100644
26 index 00000000000..17ae2234d2b
27 --- /dev/null
28 +++ b/dev-ml/jst-config/jst-config-0.14.1.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit dune
36 +
37 +DESCRIPTION="Compile-time configuration for Jane Street libraries"
38 +HOMEPAGE="https://github.com/janestreet/jst-config"
39 +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="MIT"
42 +SLOT="0/${PV}"
43 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
44 +IUSE="+ocamlopt"
45 +
46 +DEPEND="
47 + dev-ml/base:=
48 + dev-ml/ppx_assert:=
49 + dev-ml/stdio:=
50 + dev-ml/dune-configurator:=
51 +"
52 +RDEPEND="${DEPEND}"