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/ppx_jane/
Date: Sun,  2 Jun 2024 19:54:33 +0000 (UTC)	[thread overview]
Message-ID: <1717358057.8b23be634c28070d16e695a596518c9b7fc6d2b2.tupone@gentoo> (raw)

commit:     8b23be634c28070d16e695a596518c9b7fc6d2b2
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 19:53:56 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 19:54:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b23be63

dev-ml/ppx_jane: fix deps

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

 dev-ml/ppx_jane/ppx_jane-0.14.0-r1.ebuild | 43 +++++++++++++++++++++++++++++++
 dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild    | 43 -------------------------------
 2 files changed, 43 insertions(+), 43 deletions(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.14.0-r1.ebuild b/dev-ml/ppx_jane/ppx_jane-0.14.0-r1.ebuild
new file mode 100644
index 000000000000..c0a22ad27ef7
--- /dev/null
+++ b/dev-ml/ppx_jane/ppx_jane-0.14.0-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Standard Jane Street ppx rewriters"
+HOMEPAGE="https://github.com/janestreet/ppx_jane"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
+IUSE="+ocamlopt"
+
+DEPEND="
+	<dev-ml/base_quickcheck-0.15.0:=
+	dev-ml/ppx_assert:0/0.14.0
+	dev-ml/ppx_base:0/0.14.0
+	dev-ml/ppx_bench:0/0.14.1
+	dev-ml/ppx_bin_prot:0/0.14.0
+	<dev-ml/ppx_custom_printf-0.15:=
+	<dev-ml/ppx_expect-0.15:=
+	dev-ml/ppx_fail:=
+	<dev-ml/ppx_fields_conv-0.15:=
+	dev-ml/ppx_fixed_literal:0/0.14.0
+	dev-ml/ppx_here:0/0.14.0
+	dev-ml/ppx_inline_test:0/0.14.1
+	dev-ml/ppx_let:0/0.14.0
+	dev-ml/ppx_module_timer:0/0.14.0
+	<dev-ml/ppx_optcomp-0.15:=
+	dev-ml/ppx_optional:0/0.14.0
+	dev-ml/ppx_pipebang:0/0.14.0
+	<dev-ml/ppx_sexp_message-0.15:=
+	dev-ml/ppx_sexp_value:0/0.14.0
+	dev-ml/ppx_stable:0/0.14.1
+	dev-ml/ppx_string:0/0.14.1
+	<dev-ml/ppx_typerep_conv-0.15:=
+	<dev-ml/ppx_variants_conv-0.15:=
+	dev-ml/ppxlib:=
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
deleted file mode 100644
index bb4eaa6be97a..000000000000
--- a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-DESCRIPTION="Standard Jane Street ppx rewriters"
-HOMEPAGE="https://github.com/janestreet/ppx_jane"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
-IUSE="+ocamlopt"
-
-DEPEND="
-	>=dev-ml/base_quickcheck-0.14.0:=
-	>=dev-ml/ppx_assert-0.14.0:=
-	>=dev-ml/ppx_base-0.14.0:=
-	>=dev-ml/ppx_bench-0.14.1:=
-	>=dev-ml/ppx_bin_prot-0.14.0:=
-	>=dev-ml/ppx_custom_printf-0.14.0:=
-	>=dev-ml/ppx_expect-0.14.0:=
-	>=dev-ml/ppx_fail-0.14.0:=
-	>=dev-ml/ppx_fields_conv-0.14.1:=
-	>=dev-ml/ppx_fixed_literal-0.14.0:=
-	>=dev-ml/ppx_here-0.14.0:=
-	>=dev-ml/ppx_inline_test-0.14.1:=
-	>=dev-ml/ppx_let-0.14.0:=
-	>=dev-ml/ppx_module_timer-0.14.0:=
-	>=dev-ml/ppx_optcomp-0.14.0:=
-	>=dev-ml/ppx_optional-0.14.0:=
-	>=dev-ml/ppx_pipebang-0.14.0:=
-	>=dev-ml/ppx_sexp_message-0.14.0:=
-	>=dev-ml/ppx_sexp_value-0.14.0:=
-	>=dev-ml/ppx_stable-0.14.1:=
-	>=dev-ml/ppx_string-0.14.1:=
-	>=dev-ml/ppx_typerep_conv-0.14.1:=
-	>=dev-ml/ppx_variants_conv-0.14.1:=
-	>=dev-ml/ppxlib-0.18.0:=
-"
-RDEPEND="${DEPEND}"


             reply	other threads:[~2024-06-02 19:54 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-02 19:54 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-12  5:40 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/ Arthur Zamarin
2024-06-02 19:46 Arthur Zamarin
2024-06-02 19:41 Arthur Zamarin
2024-06-02 19:36 Arthur Zamarin
2023-07-17 19:50 Alfredo Tupone
2023-07-02  7:22 Alfredo Tupone
2023-06-15 18:20 Arthur Zamarin
2023-04-29 15:23 Arthur Zamarin
2023-04-29  8:48 Sam James
2023-04-29  8:43 Arthur Zamarin
2023-03-16 13:42 Alfredo Tupone
2023-02-24 22:20 Sam James
2023-02-24 16:56 Sam James
2023-02-20 20:27 Arthur Zamarin
2023-02-10  8:28 Yixun Lan
2023-01-27  0:30 Sam James
2022-04-25 19:38 Alfredo Tupone
2021-03-07 18:00 Alfredo Tupone
2021-02-11  6:31 Sam James
2021-02-11  6:26 Sam James
2021-02-10 18:53 Sam James
2021-02-10 16:33 Sam James
2020-10-17  1:16 Sam James
2020-10-15 22:11 Mark Wright
2020-10-15 12:42 Sam James
2020-10-15  1:19 Sam James
2017-08-15  7:26 Alexis Ballier
2017-06-25 14:42 Alexis Ballier
2017-04-02  8:38 Alexis Ballier
2017-01-24 11:40 Alexis Ballier
2016-03-22  9:20 Alexis Ballier
2016-02-12 16:31 Alexis Ballier

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=1717358057.8b23be634c28070d16e695a596518c9b7fc6d2b2.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