public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppxlib/
Date: Sat,  2 Oct 2021 05:33:31 +0000 (UTC)	[thread overview]
Message-ID: <1633152670.e021f67cfe94e29c3b19b885b64ccda49b4409c9.sam@gentoo> (raw)

commit:     e021f67cfe94e29c3b19b885b64ccda49b4409c9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 05:31:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 05:31:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e021f67c

dev-ml/ppxlib: add 0.23.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/ppxlib/Manifest             |  1 +
 dev-ml/ppxlib/ppxlib-0.23.0.ebuild | 47 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-ml/ppxlib/Manifest b/dev-ml/ppxlib/Manifest
index 3e10474789b..0fe2462e782 100644
--- a/dev-ml/ppxlib/Manifest
+++ b/dev-ml/ppxlib/Manifest
@@ -3,3 +3,4 @@ DIST ppxlib-0.20.0.tar.gz 193453 BLAKE2B baf5703737792f274654de489aee31c1d324011
 DIST ppxlib-0.21.0.tar.gz 201905 BLAKE2B f7a7b69ab07b2a5dce542877989fb4ca820acdda375371895072b857a44e8e7f437695f43990472dfad88261179ff07bd33f6e39881c2b28ff2650d7e2a53bdf SHA512 5760ecc8a5e0c0f49ad4f0d3ba2546185d36411f4292c4ebfbf0c9520438546a60d8fe0b265cec70793b03cc684e399401ff761cb1c369966add70118f1ecda5
 DIST ppxlib-0.22.0.tar.gz 202241 BLAKE2B 6b18ceb23e248eb2b4faed66ba0ea1cbee36df61cee9458fc0fd7057eff433340cb602a429c3f100ee054da06d9de20eca44e5ecc4ba98c888cfec2c83097151 SHA512 11442120c24bf60d9de90c9a325de9e5d87d87ba08d8e4cd216a3434f422c62427aa4214909b80646db638423ea35dff4280d5a70cf51bdfadc0a97745c32d41
 DIST ppxlib-0.22.2.tar.gz 202895 BLAKE2B 41d2c2e698846e5dfeb4158966b65dd29b253645b0286d0eab5a9dfb0e684b8b43f17a32b23023198d2c4e50e836705d2c965ea74ef337c5b0cf6aecd6fa4167 SHA512 3a83693551f11965b219a9caa4eaffbf358ea1311e05a38bfd531b8ad225d6571d86db7282e1d5bdc09775f2ba47791c03351402720cf5c2adefc52926d498e4
+DIST ppxlib-0.23.0.tar.gz 364308 BLAKE2B b1cc622eb5e01c455da437365053fd32a00d33007520cf28536e1f45c142aa0a9083da614110c1096fd3f8326453eb037a8c0054e00e17a813f99f3d8efde5d7 SHA512 9d6692ec4247031f26aed3bdc59808a5f929c34dbac3515a8b2a61c59ec118f0e90d12948d22aea40e9f01b1ed782e9dfa5b0263314b967217b2ac4006446c53

diff --git a/dev-ml/ppxlib/ppxlib-0.23.0.ebuild b/dev-ml/ppxlib/ppxlib-0.23.0.ebuild
new file mode 100644
index 00000000000..0acf232740e
--- /dev/null
+++ b/dev-ml/ppxlib/ppxlib-0.23.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~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="${DEPEND}
+	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"
+
+src_install() {
+	dune_src_install
+
+	# Clashes with dev-libs/nss[utils], accidentally installed upstream
+	# https://github.com/ocaml-ppx/ppxlib/issues/224
+	rm "${ED}"/usr/bin/pp || die
+}


             reply	other threads:[~2021-10-02  5:33 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-02  5:33 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-27 13:59 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppxlib/ 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-15 20:53 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: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=1633152670.e021f67cfe94e29c3b19b885b64ccda49b4409c9.sam@gentoo \
    --to=sam@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