commit:     22963e7bdf06f2367961cac52369245b4827f5df
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 06:57:12 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 06:57:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22963e7b

dev-ml/ppx_base: add 0.17.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ppx_base/Manifest               |  1 +
 dev-ml/ppx_base/ppx_base-0.17.0.ebuild | 28 ++++++++++++++++++++++++++++
 profiles/package.mask                  |  1 +
 3 files changed, 30 insertions(+)

diff --git a/dev-ml/ppx_base/Manifest b/dev-ml/ppx_base/Manifest
index 607aae3f80d1..951842114aa4 100644
--- a/dev-ml/ppx_base/Manifest
+++ b/dev-ml/ppx_base/Manifest
@@ -1,3 +1,4 @@
 DIST ppx_base-0.14.0.tar.gz 2953 BLAKE2B 
d62187d4b359dab01f88054ffb53a434402af022849a633749f3d60b625967a30b6c2ef58b838ef2ee6261d675da60f03d062ae1dc8391d5a4f0bb9cb3d719b0
 SHA512 
d41f36e3ddec7bdffaa93d8ec4110a197ef4d4af4f9173e060b0f1c5d9c95a33ee13379e41dc027f1103faea3b8ec4e314387b0844a7fcb78d0770ffa44c99e8
 DIST ppx_base-0.15.0.tar.gz 2942 BLAKE2B 
7e08f445f6e643a5b278bcc661a359a155ee608df282a8547b7c1080a2b3a900bcf9b33647f6cd5fdd32205042bce4e4f90a6af77e0b8fd7fae9c17232fccf77
 SHA512 
6843c496bde4e9bccab1a7169da373bf315c5c6a551fd3e71b9e2b589e1d3b9a6361ccf2130ebde4bcb10a6c07d2c25acbf9951463e4b18e91bf289ce04daf72
 DIST ppx_base-0.16.0.tar.gz 2996 BLAKE2B 
963c1966caa53fe4e626c111069a199846436e488d7c05a2323e8e726af09a5aaf5df5f2ef81a3736bc2215d8118351a413a3b3b1714361f44c1f0f3febb8af7
 SHA512 
110b03434f0ef7c82b8728c60ac03f56ec0bc2a292d9cc39bbca0102a976c34fb4a18311a7a1ff6755f7f61c2aa677d0413da36635f98336cc59eef962b8abb3
+DIST ppx_base-0.17.0.tar.gz 3047 BLAKE2B 
9f18ed75e332ca6ef548da02962a7b75cad8bebb62fff6d9a56642a9a4c4c847051e4d6d7088fcfd363069d8af68765a098d40c3bbed7b77c54cf446f70ff045
 SHA512 
71b239ec07b56f2e2b2a3e488600909dd44251e4a32624244a3ca89627fb5ca34bce7d1f01862e92b54b4fe15d0e02cab2b273f4f180e5a4f23ef69fd86570bc

diff --git a/dev-ml/ppx_base/ppx_base-0.17.0.ebuild 
b/dev-ml/ppx_base/ppx_base-0.17.0.ebuild
new file mode 100644
index 000000000000..3f2a1d39c92c
--- /dev/null
+++ b/dev-ml/ppx_base/ppx_base-0.17.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Base set of ppx rewriters"
+HOMEPAGE="https://github.com/janestreet/ppx_base";
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
+IUSE="+ocamlopt"
+
+RDEPEND="
+       >=dev-lang/ocaml-5
+       dev-ml/ppx_cold:${SLOT}[ocamlopt?]
+       dev-ml/ppx_compare:${SLOT}[ocamlopt?]
+       dev-ml/ppx_enumerate:${SLOT}[ocamlopt?]
+       dev-ml/ppx_globalize:${SLOT}[ocamlopt?]
+       dev-ml/ppx_hash:${SLOT}[ocamlopt?]
+       dev-ml/ppx_sexp_conv:${SLOT}[ocamlopt?]
+       >=dev-ml/ppxlib-0.32.1:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-ml/dune-3.11"

diff --git a/profiles/package.mask b/profiles/package.mask
index 894755def531..e9892702e593 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -186,6 +186,7 @@ dev-ml/ppx_enumerate:0/0.17
 dev-ml/ppx_globalize:0/0.17
 dev-ml/ppx_sexp_conv:0/0.17
 dev-ml/ppx_hash:0/0.17
+dev-ml/ppx_base:0/0.17
 
 # Arthur Zamarin <[email protected]> (2024-06-08)
 # EAPI=6, waiting for a version bump, not maintained for many years.

Reply via email to