public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_diff/
@ 2025-06-03 19:49 Alfredo Tupone
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone @ 2025-06-03 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a39bac780cbd11c3d8fedbe49654d3bb135c08be
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  3 19:28:09 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jun  3 19:47:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39bac78

dev-ml/ppx_diff: depends on all 0.17.* slot of base

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

 ...ppx_diff-0.17.0.ebuild => ppx_diff-0.17.0-r1.ebuild} | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-ml/ppx_diff/ppx_diff-0.17.0.ebuild b/dev-ml/ppx_diff/ppx_diff-0.17.0-r1.ebuild
similarity index 62%
rename from dev-ml/ppx_diff/ppx_diff-0.17.0.ebuild
rename to dev-ml/ppx_diff/ppx_diff-0.17.0-r1.ebuild
index ac5108b1ecd0..3bc7ae8eedfd 100644
--- a/dev-ml/ppx_diff/ppx_diff-0.17.0.ebuild
+++ b/dev-ml/ppx_diff/ppx_diff-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
@@ -14,14 +14,17 @@ SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
 IUSE="+ocamlopt"
 
+# Jane Street Minor
+JSM=$(ver_cut 1-2)*
+
 RDEPEND="
 	>=dev-lang/ocaml-5
-	dev-ml/base:${SLOT}[ocamlopt?]
-	dev-ml/gel:${SLOT}[ocamlopt?]
-	dev-ml/ppx_compare:${SLOT}[ocamlopt?]
-	dev-ml/ppx_enumerate:${SLOT}[ocamlopt?]
-	dev-ml/ppx_jane:${SLOT}[ocamlopt?]
-	dev-ml/ppxlib_jane:${SLOT}[ocamlopt?]
+	=dev-ml/base-${JSM}:=[ocamlopt?]
+	=dev-ml/gel-${JSM}:=[ocamlopt?]
+	=dev-ml/ppx_compare-${JSM}:=[ocamlopt?]
+	=dev-ml/ppx_enumerate-${JSM}:=[ocamlopt?]
+	=dev-ml/ppx_jane-${JSM}:=[ocamlopt?]
+	=dev-ml/ppxlib_jane-${JSM}:=[ocamlopt?]
 	>=dev-ml/ppxlib-0.32.1:=[ocamlopt?]
 "
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_diff/
@ 2025-07-12 20:13 Alfredo Tupone
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone @ 2025-07-12 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6f73124bb42edf552f291ff581029ebbeead8614
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 20:13:19 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 20:13:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f73124b

dev-ml/ppx_diff: add 0.17.1

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

 dev-ml/ppx_diff/Manifest               |  1 +
 dev-ml/ppx_diff/ppx_diff-0.17.1.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-ml/ppx_diff/Manifest b/dev-ml/ppx_diff/Manifest
index 9e17b2c9512e..3ab67bddc5a8 100644
--- a/dev-ml/ppx_diff/Manifest
+++ b/dev-ml/ppx_diff/Manifest
@@ -1 +1,2 @@
 DIST ppx_diff-0.17.0.tar.gz 51242 BLAKE2B 0ff71cade9b94b9a4352958c5d288d910676cc43524bf060b25a0d63ed75ac9b8241ecfeae7f928806269a0fbe961ddc6f60388bd134bc609bebd12971ce13e6 SHA512 63c66108d38e37e1568dd2055e2b90ada633d3a6795144fd9c75cce9dc11edff4df61c19d4845f2b14aae3c732186a7d3b0b7e0591cbfa8c46a440f5c323e6ab
+DIST ppx_diff-0.17.1.tar.gz 51247 BLAKE2B 46c6a461bd8dfd046ff61aa54ea4e5909e59f4abe8871934384668c419fe654fd8ca89cd168d456bc8a0db7d3e974e7b4f05c48ccee44652251dde89a445c887 SHA512 5848274cb0c5acd1ee3f29318e6111c5fef4b357aeda78120e0370067b9b23f62bb57e1e0be948c3af385b5900a3e0fb657f26dd4fe7ee95cd7002b9d8b68547

diff --git a/dev-ml/ppx_diff/ppx_diff-0.17.1.ebuild b/dev-ml/ppx_diff/ppx_diff-0.17.1.ebuild
new file mode 100644
index 000000000000..942265c932ab
--- /dev/null
+++ b/dev-ml/ppx_diff/ppx_diff-0.17.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="A PPX rewriter that genreates the implementation of [Ldiffable.S]."
+HOMEPAGE="https://github.com/janestreet/ppx_diff"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
+IUSE="+ocamlopt"
+
+# Jane Street Minor
+JSM=$(ver_cut 1-2)*
+
+RDEPEND="
+	>=dev-lang/ocaml-5
+	=dev-ml/base-${JSM}:=[ocamlopt?]
+	=dev-ml/gel-${JSM}:=[ocamlopt?]
+	=dev-ml/ppx_compare-${JSM}:=[ocamlopt?]
+	=dev-ml/ppx_enumerate-${JSM}:=[ocamlopt?]
+	=dev-ml/ppx_jane-${JSM}:=[ocamlopt?]
+	=dev-ml/ppxlib_jane-${JSM}:=[ocamlopt?]
+	>=dev-ml/ppxlib-0.36.0:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-ml/dune-3.11"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_diff/
@ 2025-07-12 20:13 Alfredo Tupone
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone @ 2025-07-12 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1122c33f8eb24da647c67053fbc1b835ef7a3a17
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 20:11:42 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 20:11:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1122c33f

dev-ml/ppx_diff: ppxlib < 0.36.0

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

 dev-ml/ppx_diff/{ppx_diff-0.17.0-r1.ebuild => ppx_diff-0.17.0-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ml/ppx_diff/ppx_diff-0.17.0-r1.ebuild b/dev-ml/ppx_diff/ppx_diff-0.17.0-r2.ebuild
similarity index 97%
rename from dev-ml/ppx_diff/ppx_diff-0.17.0-r1.ebuild
rename to dev-ml/ppx_diff/ppx_diff-0.17.0-r2.ebuild
index 3bc7ae8eedfd..006543c42435 100644
--- a/dev-ml/ppx_diff/ppx_diff-0.17.0-r1.ebuild
+++ b/dev-ml/ppx_diff/ppx_diff-0.17.0-r2.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 	=dev-ml/ppx_jane-${JSM}:=[ocamlopt?]
 	=dev-ml/ppxlib_jane-${JSM}:=[ocamlopt?]
 	>=dev-ml/ppxlib-0.32.1:=[ocamlopt?]
+	<dev-ml/ppxlib-0.36.0
 "
 DEPEND="${RDEPEND}"
 BDEPEND=">=dev-ml/dune-3.11"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_diff/
@ 2025-07-14  0:22 Jakov Smolić
  0 siblings, 0 replies; 4+ messages in thread
From: Jakov Smolić @ 2025-07-14  0:22 UTC (permalink / raw
  To: gentoo-commits

commit:     06b3b2973115f9ab4f1e9f7f5d1caa38f7bde12b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 14 00:22:29 2025 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jul 14 00:22:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b3b297

dev-ml/ppx_diff: Keyword 0.17.0-r2 riscv, #959600

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-ml/ppx_diff/ppx_diff-0.17.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_diff/ppx_diff-0.17.0-r2.ebuild b/dev-ml/ppx_diff/ppx_diff-0.17.0-r2.ebuild
index 006543c42435..e2a991d80b1f 100644
--- a/dev-ml/ppx_diff/ppx_diff-0.17.0-r2.ebuild
+++ b/dev-ml/ppx_diff/ppx_diff-0.17.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv"
 IUSE="+ocamlopt"
 
 # Jane Street Minor


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-14  0:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-14  0:22 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_diff/ Jakov Smolić
  -- strict thread matches above, loose matches on Subject: below --
2025-07-12 20:13 Alfredo Tupone
2025-07-12 20:13 Alfredo Tupone
2025-06-03 19:49 Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox