From b5d1e572b7c9574b9ac124c72a8bc6bb66a08fca Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 28 Jan 2023 14:19:54 +0100 Subject: dev-ml/sexp_pretty: bump to 0.15.1 Signed-off-by: Alfredo Tupone --- dev-ml/sexp_pretty/Manifest | 1 + dev-ml/sexp_pretty/sexp_pretty-0.15.0-r1.ebuild | 26 +++++++++++++++++++++++++ dev-ml/sexp_pretty/sexp_pretty-0.15.0.ebuild | 24 ----------------------- dev-ml/sexp_pretty/sexp_pretty-0.15.1.ebuild | 26 +++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 24 deletions(-) create mode 100644 dev-ml/sexp_pretty/sexp_pretty-0.15.0-r1.ebuild delete mode 100644 dev-ml/sexp_pretty/sexp_pretty-0.15.0.ebuild create mode 100644 dev-ml/sexp_pretty/sexp_pretty-0.15.1.ebuild (limited to 'dev-ml/sexp_pretty') diff --git a/dev-ml/sexp_pretty/Manifest b/dev-ml/sexp_pretty/Manifest index 0b56b3b8d0ac..2f426c485ada 100644 --- a/dev-ml/sexp_pretty/Manifest +++ b/dev-ml/sexp_pretty/Manifest @@ -1 +1,2 @@ DIST sexp_pretty-0.15.0.tar.gz 22407 BLAKE2B df8d246ebe1164f0d2d3ae78074c8249d2aa255a089e02eb9fcc0c21b808dc172da2da264d3b21b92dcc7bf9e51a2921ea8631eb45b45a46035447ead7abe02d SHA512 bc2a7aecfc3ae379a56e8940b9cc80ece686009c9f67233e7993e25ebbe251d62559601923db718a0f967cf42fc84024597c069659842760bb2ac5ce0eab8df2 +DIST sexp_pretty-0.15.1.tar.gz 22410 BLAKE2B e3819bce21afb8addcf391aff7a330db7f332c338d11f87cf0264d0e8d45ead7897b881a646a908e6165e2b60b9d49c6f2cb4da26ef7f3402ddbc864ff6b088b SHA512 900accca43727f8e7603f21adb0b2bc5a121b1444112b152ed1bfd6ace553b3cd4b2f80371a8f924b636ea33cfa26e913bdcd0ab42e5af5fd24f21ecbca8e736 diff --git a/dev-ml/sexp_pretty/sexp_pretty-0.15.0-r1.ebuild b/dev-ml/sexp_pretty/sexp_pretty-0.15.0-r1.ebuild new file mode 100644 index 000000000000..df25c3ade56d --- /dev/null +++ b/dev-ml/sexp_pretty/sexp_pretty-0.15.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="S-expression pretty-printer" +HOMEPAGE="https://github.com/janestreet/sexp_pretty" +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" +IUSE="+ocamlopt" + +DEPEND=" + dev-ml/ppx_base:${SLOT} + dev-ml/ppx_hash:= + dev-ml/ppxlib:= + dev-ml/sexplib:${SLOT} + dev-ml/re:= +" +RDEPEND="${DEPEND}" +BDEPEND="" diff --git a/dev-ml/sexp_pretty/sexp_pretty-0.15.0.ebuild b/dev-ml/sexp_pretty/sexp_pretty-0.15.0.ebuild deleted file mode 100644 index a7320a57b1d9..000000000000 --- a/dev-ml/sexp_pretty/sexp_pretty-0.15.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="S-expression pretty-printer" -HOMEPAGE="https://github.com/janestreet/sexp_pretty" -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" -IUSE="+ocamlopt" - -DEPEND=" - dev-ml/ppx_base:${SLOT} - dev-ml/sexplib:${SLOT} - dev-ml/re:= -" -RDEPEND="${DEPEND}" -BDEPEND="" diff --git a/dev-ml/sexp_pretty/sexp_pretty-0.15.1.ebuild b/dev-ml/sexp_pretty/sexp_pretty-0.15.1.ebuild new file mode 100644 index 000000000000..df25c3ade56d --- /dev/null +++ b/dev-ml/sexp_pretty/sexp_pretty-0.15.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="S-expression pretty-printer" +HOMEPAGE="https://github.com/janestreet/sexp_pretty" +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" +IUSE="+ocamlopt" + +DEPEND=" + dev-ml/ppx_base:${SLOT} + dev-ml/ppx_hash:= + dev-ml/ppxlib:= + dev-ml/sexplib:${SLOT} + dev-ml/re:= +" +RDEPEND="${DEPEND}" +BDEPEND="" -- cgit v1.2.3-65-gdbad