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/cinaps/
Date: Mon, 08 Feb 2021 08:00:27
Message-Id: 1612770922.d15e00661321cb3d314ab5e4c113fb87f3e2fca4.sam@gentoo
1 commit: d15e00661321cb3d314ab5e4c113fb87f3e2fca4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 07:55:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 07:55:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15e0066
7
8 dev-ml/cinaps: bump to 0.15.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/cinaps/Manifest | 1 +
14 dev-ml/cinaps/cinaps-0.15.0.ebuild | 24 ++++++++++++++++++++++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/dev-ml/cinaps/Manifest b/dev-ml/cinaps/Manifest
18 index 1d75851eb9b..bbbd1c0d837 100644
19 --- a/dev-ml/cinaps/Manifest
20 +++ b/dev-ml/cinaps/Manifest
21 @@ -1 +1,2 @@
22 DIST cinaps-0.14.0.tar.gz 9602 BLAKE2B 01d71b199dc966ac7653aca31d8a2e238102a5a29c4b6a1cf2ddd3f4624b41a4fd3e433025217951e7bd49b5eba21b6e4462217ef65a8755e6a4075683a55c5e SHA512 03f94ce7ab16d034edfc1976dd8fb83d533a1e5bc7f89dde3ea661553e05d6d8098c62c7e154013ef7814a283bb8cf535df0256891bcc6e0fdc847f6bf62aaf9
23 +DIST cinaps-0.15.0.tar.gz 9697 BLAKE2B b3c28b54269b7c35070b1a61b99087986aa5fead2792558597964a55d935544f09167aed269d6d68be65c1f588b7c0d645aabeed303885929a2f41628f6fabd9 SHA512 e69018c1b8ffc8895a5280c592bfbb0ac074b5a0367dc79392198819e751bf77dcbb67cf56e5f722e57939538a54b584bdb998cd8baedf6d01014a1f7d18a0c5
24
25 diff --git a/dev-ml/cinaps/cinaps-0.15.0.ebuild b/dev-ml/cinaps/cinaps-0.15.0.ebuild
26 new file mode 100644
27 index 00000000000..beef4845858
28 --- /dev/null
29 +++ b/dev-ml/cinaps/cinaps-0.15.0.ebuild
30 @@ -0,0 +1,24 @@
31 +# Copyright 2020-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit dune
37 +
38 +DESCRIPTION="Trivial metaprogramming tool"
39 +HOMEPAGE="https://github.com/ocaml-ppx/cinaps"
40 +SRC_URI="https://github.com/ocaml-ppx/cinaps/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="MIT"
43 +SLOT="0/${PV}"
44 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
45 +IUSE="+ocamlopt test"
46 +RESTRICT="!test? ( test )"
47 +
48 +DEPEND="dev-ml/re:="
49 +RDEPEND="${DEPEND}"
50 +BDEPEND="
51 + test? (
52 + dev-ml/ppx_jane
53 + )
54 +"