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/ppx_tools/
Date: Wed, 09 Jun 2021 21:48:43
Message-Id: 1623275267.ab70179e6daf7d1b62ac54cfd268abba5a016da5.sam@gentoo
1 commit: ab70179e6daf7d1b62ac54cfd268abba5a016da5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 21:47:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 21:47:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab70179e
7
8 dev-ml/ppx_tools: add 6.3
9
10 Closes: https://bugs.gentoo.org/795039
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/ppx_tools/Manifest | 1 +
14 dev-ml/ppx_tools/ppx_tools-6.3.ebuild | 17 +++++++++++++++++
15 2 files changed, 18 insertions(+)
16
17 diff --git a/dev-ml/ppx_tools/Manifest b/dev-ml/ppx_tools/Manifest
18 index 53e54129a94..5963a560f3b 100644
19 --- a/dev-ml/ppx_tools/Manifest
20 +++ b/dev-ml/ppx_tools/Manifest
21 @@ -1 +1,2 @@
22 DIST ppx_tools-6.2.tar.gz 46150 BLAKE2B f8af2a1eee81d5a1e73ac606ab79d285c8c226533bcf715ed22386aecfaf51260fb9a5075d270675f1b601cb174b68d8c85556f418031a7b6bda06c4376fe443 SHA512 fc3943c69901ef46843355c3482d5a1481d05ee94fb0a344ec04101059a02cbaa76fed5742cfae82730edf378f2e140d859a5cf590653f85359255d451f07dc8
23 +DIST ppx_tools-6.3.tar.gz 18811 BLAKE2B b1389dbe0c6fd855cafc8d64a9db550866317172909c2731f01acd412c6f8147f07e19a82d527187d0b211fca9eb2f2ad63bb53e8f375b0b8107c4e723710000 SHA512 6a88f6f877f49ea8736aeca60673a19c52d5104ad9e2a3e56db3f71cd557d39df9c709c4e678ccf10263ff1f3e0504f4676227bd05ceba1e0294453a988a736c
24
25 diff --git a/dev-ml/ppx_tools/ppx_tools-6.3.ebuild b/dev-ml/ppx_tools/ppx_tools-6.3.ebuild
26 new file mode 100644
27 index 00000000000..1d025b5dacd
28 --- /dev/null
29 +++ b/dev-ml/ppx_tools/ppx_tools-6.3.ebuild
30 @@ -0,0 +1,17 @@
31 +# Copyright 1999-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 +MY_PV=$(ver_rs 2 '+')
39 +DESCRIPTION="Tools for authors of ppx rewriters"
40 +HOMEPAGE="https://github.com/alainfrisch/ppx_tools"
41 +SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
42 +S="${WORKDIR}/${PN}-$(ver_rs 2 '-')"
43 +
44 +LICENSE="MIT"
45 +SLOT="0/${PV}"
46 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
47 +IUSE="+ocamlopt"