public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppxlib/
Date: Wed, 15 Feb 2023 20:53:26 +0000 (UTC)	[thread overview]
Message-ID: <1676494372.c9841d05e4ac7c0d2c496b8fa796bcf410aae39c.tupone@gentoo> (raw)

commit:     c9841d05e4ac7c0d2c496b8fa796bcf410aae39c
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 20:52:36 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 20:52:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9841d05

dev-ml/ppxlib: add 0.29.1

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

 dev-ml/ppxlib/Manifest             |  1 +
 dev-ml/ppxlib/ppxlib-0.29.1.ebuild | 39 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-ml/ppxlib/Manifest b/dev-ml/ppxlib/Manifest
index 01237b7ed2ea..c6cbfb7aadb6 100644
--- a/dev-ml/ppxlib/Manifest
+++ b/dev-ml/ppxlib/Manifest
@@ -7,3 +7,4 @@ DIST ppxlib-0.23.0.tar.gz 364308 BLAKE2B b1cc622eb5e01c455da437365053fd32a00d330
 DIST ppxlib-0.24.0.tar.gz 390297 BLAKE2B 7d8972b766cc8104a4d43aebc79e927e51cba114ad678837bfa1b8f009e2437df948c6cd3461db58ef247145e629d3bb11dff58dc5feadefce8152c77b056dfa SHA512 2f6a94c90fd17cea00f3294fde5742637d4758b9f43a021d667f2b09be326954efe22bb188ccf6a7205338ffc75fe096cbe2a075b125e3ced9f829a06ad2f496
 DIST ppxlib-0.28.0.tar.gz 422105 BLAKE2B a88f6c0cba93c880bd3f6e29fdc152e45240a5eb170454ed540c01dc5b88648f1ac71071316f0282bdd4c55cc6bc57e10ac5a7b08004354f50ed0cb2334646bf SHA512 31290cd34f4b306f289b6ef78fbc5907f007c722ffc2cb0682c1944af954f2c6732b236891d1872a22b856d0aee0f7e84d3262ee103aff15d0a4dcd1a20bbfe6
 DIST ppxlib-0.29.0.tar.gz 572842 BLAKE2B e772cfbbc5ff0390b1d256b7671e51aac0c86fe14e912e42fa6f428958d25af09920deae89ba080e37842f21361494237b697abe48dd563df9f69512a4a110ea SHA512 34babcea63b952ca610b5b9841a7d045e3973870014968d5abfff259de8d0f383e79f799fa3522830e0da5a7ff02fa52764b7cad64c8ac0da5a37f8897314c80
+DIST ppxlib-0.29.1.tar.gz 543819 BLAKE2B b0d3920b2aaef887b0120ae66dfa3a0f83d4a4edb237390bddd5206084f77bbd8483d99bc422ce6411a9a1aca7de4fcc5f1f85f9cf46532b7e06c476f2b76b72 SHA512 9bfd52709a63399ff35697b442de6818e2a61b9a2ccf33638f2da6295e3e034e2ae6108a2b8567402e80d928636cdee1572cc14d228a47fbda50625219e411f9

diff --git a/dev-ml/ppxlib/ppxlib-0.29.1.ebuild b/dev-ml/ppxlib/ppxlib-0.29.1.ebuild
new file mode 100644
index 000000000000..5dcf6f546bc2
--- /dev/null
+++ b/dev-ml/ppxlib/ppxlib-0.29.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+# Note that new "major" versions may change which OCaml version they support
+# See:
+# https://github.com/ocaml-ppx/ppxlib/issues/243
+# https://github.com/ocaml-ppx/ppxlib/issues/232
+
+DESCRIPTION="Base library and tools for ppx rewriters"
+HOMEPAGE="https://github.com/ocaml-ppx/ppxlib"
+SRC_URI="https://github.com/ocaml-ppx/ppxlib/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-ml/ocaml-compiler-libs-0.11.0:=
+	>=dev-ml/ocaml-migrate-parsetree-2.2.0:=
+	dev-ml/sexplib0:=
+	dev-ml/stdlib-shims:=
+	>=dev-ml/ppx_derivers-1.2.1:=
+"
+DEPEND="${RDEPEND}
+	test? (
+		dev-ml/findlib:=
+		>=dev-ml/base-0.11.0:=
+		dev-ml/cinaps:=
+		dev-ml/re:=
+		>=dev-ml/stdio-0.11.0:=
+	)
+"
+BDEPEND=">=dev-ml/dune-2.8"


             reply	other threads:[~2023-02-15 20:53 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-15 20:53 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-08  6:05 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppxlib/ Alfredo Tupone
2025-08-27 13:59 Alfredo Tupone
2025-08-26  8:54 Alfredo Tupone
2025-08-25 18:04 Alfredo Tupone
2025-07-13  7:28 Alfredo Tupone
2025-07-07 18:06 Alfredo Tupone
2025-07-06 18:15 Alfredo Tupone
2025-07-06 18:04 Alfredo Tupone
2025-06-02 19:07 Alfredo Tupone
2024-10-18 17:54 Alfredo Tupone
2024-10-15 18:30 Alfredo Tupone
2023-12-29 22:14 Alfredo Tupone
2023-10-08 17:42 Arthur Zamarin
2023-10-08 17:41 Arthur Zamarin
2023-10-08 15:29 Arthur Zamarin
2023-10-08 15:29 Arthur Zamarin
2023-10-08 15:29 Arthur Zamarin
2023-07-01 20:12 Alfredo Tupone
2023-04-24 11:32 Alfredo Tupone
2023-03-17  9:00 Arthur Zamarin
2023-03-17  9:00 Arthur Zamarin
2023-03-17  9:00 Arthur Zamarin
2023-03-17  9:00 Arthur Zamarin
2023-03-16 12:55 Alfredo Tupone
2023-02-08 19:37 Alfredo Tupone
2023-01-27 22:25 Alfredo Tupone
2021-12-10 12:51 Maciej Barć
2021-11-02  9:14 Agostino Sarubbo
2021-11-02  9:13 Agostino Sarubbo
2021-10-29 12:33 Sam James
2021-10-29 12:33 Sam James
2021-10-19  5:53 Agostino Sarubbo
2021-10-18 15:22 Agostino Sarubbo
2021-10-15  3:04 Sam James
2021-10-15  3:04 Sam James
2021-10-02  5:33 Sam James
2021-10-02  5:33 Sam James
2021-10-02  5:23 Sam James
2021-07-10 18:45 Alfredo Tupone
2021-03-01 13:49 Alfredo Tupone
2021-02-12 22:19 Sam James
2021-02-09 16:55 Sam James
2021-02-08  8:02 Sam James
2021-01-24 22:40 Sam James
2021-01-24 22:40 Sam James
2021-01-16 12:56 Alfredo Tupone
2020-10-16 15:17 Mark Wright
2020-10-15 13:48 Mark Wright
2020-10-15 12:20 Mark Wright

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1676494372.c9841d05e4ac7c0d2c496b8fa796bcf410aae39c.tupone@gentoo \
    --to=tupone@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox