diff --git a/dev-ml/ppxlib_jane/Manifest b/dev-ml/ppxlib_jane/Manifest index afa58e7d9ebcc..7ebacf1abb7ea 100644 --- a/dev-ml/ppxlib_jane/Manifest +++ b/dev-ml/ppxlib_jane/Manifest @@ -1 +1,2 @@ DIST ppxlib_jane-0.17.0.tar.gz 46439 BLAKE2B 97b8040571e0641ebc6a67d9ee394cba2388be0993eac5f8255b3358225533d7813ad7a9fd7af8f87007348badfb7a51a73af44365c87c1a70b0c74b8401e71c SHA512 0907a5c9dfce17dab6df86bc8b04b20c1f809c45a89e947c1da57092851489c618c741aabb853fdc6ca48f4737a74ee2a8c8fc1abfbd85939fd003991adccc09 +DIST ppxlib_jane-0.17.2.tar.gz 46492 BLAKE2B 6bad78b03c1769d21f62acbf1c88e1a1e41db11bb942b8286d0ea195f3b6272f64203572d151b7a6b13d916a0a79ffa7a51bd2bec3fca31f6c3dad9ee827a628 SHA512 342e034d44d14958869e643befb0e749d4de3ca0040891ab51592e2583bc5bb827bdaa5bd06966ac536151d160997aef79baa090247d1649a6b5849a359744d8 diff --git a/dev-ml/ppxlib_jane/ppxlib_jane-0.17.0.ebuild b/dev-ml/ppxlib_jane/ppxlib_jane-0.17.0-r1.ebuild similarity index 90% rename from dev-ml/ppxlib_jane/ppxlib_jane-0.17.0.ebuild rename to dev-ml/ppxlib_jane/ppxlib_jane-0.17.0-r1.ebuild index 3d4cb81767a50..07f03db970a36 100644 --- a/dev-ml/ppxlib_jane/ppxlib_jane-0.17.0.ebuild +++ b/dev-ml/ppxlib_jane/ppxlib_jane-0.17.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,6 +17,7 @@ IUSE="+ocamlopt" RDEPEND=" >=dev-lang/ocaml-5 + =dev-ml/ppxlib-0.32.1:=[ocamlopt?] " diff --git a/dev-ml/ppxlib_jane/ppxlib_jane-0.17.2.ebuild b/dev-ml/ppxlib_jane/ppxlib_jane-0.17.2.ebuild new file mode 100644 index 0000000000000..212b4b65119e5 --- /dev/null +++ b/dev-ml/ppxlib_jane/ppxlib_jane-0.17.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Utilities for working with Jane Street AST constructs" +HOMEPAGE="https://github.com/janestreet/ppxlib_jane" +SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64" +IUSE="+ocamlopt" + +RDEPEND=" + >=dev-lang/ocaml-5.3 + dev-ml/stdlib-shims:=[ocamlopt?] + >=dev-ml/ppxlib-0.32.1:=[ocamlopt?] +" +DEPEND="${RDEPEND}" +BDEPEND=">=dev-ml/dune-3.11"