public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2016-02-12 16:31 Alexis Ballier
  0 siblings, 0 replies; 33+ messages in thread
From: Alexis Ballier @ 2016-02-12 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e08fe41fbfb74044d3e33caeb836b8e2b153ccbe
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 15:33:12 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 16:30:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08fe41f

dev-ml/ppx_jane: bump to 113.24.01

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/ppx_jane/Manifest                  |  1 +
 dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild | 58 +++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/dev-ml/ppx_jane/Manifest b/dev-ml/ppx_jane/Manifest
index 3b546f1..4236540 100644
--- a/dev-ml/ppx_jane/Manifest
+++ b/dev-ml/ppx_jane/Manifest
@@ -1 +1,2 @@
 DIST ppx_jane-113.24.00.tar.gz 51938 SHA256 4a49fb16db18c577d720dc1878e4566c8530c3bc5601335d1c0657a38cb639ed SHA512 048d5971f2d92f435d33b8202356efb20c4453234753071e9a8f513c7ef9310e38d1cad1f7d85a4fbfd9833298c819793401b590e77912956ad83d57a11cd602 WHIRLPOOL a155d5b38b6ce5cb82d96aad2c1d8d84904a9a1734f1314b59f8560e274f6501885c5ac3b4f92d97defe67a45770f5f6263c960ca4a7307907676623cd854e3a
+DIST ppx_jane-113.24.01.tar.gz 51453 SHA256 a7d21547b58600a1d9639d815f82ea4884cd03af8861961a0201d3190cbad081 SHA512 89f8722295f9861aff74499d6817a2807390231569e4fc04a515e7680207b5ca19689e50933baabb2cff5022341cc1dff524fd9cdf4d6eaee282d95443ea285c WHIRLPOOL 20180f3a6cb56315407d513503859691838aaa86cc8a87e0bfbb55343a7ed3fff2aadb0e552decdf4eb957b3da05e85e6125e54c3efe7c67c808be1b414c1d3a

diff --git a/dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild b/dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild
new file mode 100644
index 0000000..ecba476
--- /dev/null
+++ b/dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Standard Jane Street ppx rewriters"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-ml/ppx_tools:=
+	dev-ml/ppx_assert:=
+	dev-ml/ppx_bench:=
+	dev-ml/ppx_bin_prot:=
+	dev-ml/ppx_compare:=
+	dev-ml/ppx_custom_printf:=
+	dev-ml/ppx_driver:=
+	dev-ml/ppx_enumerate:=
+	dev-ml/ppx_expect:=
+	dev-ml/ppx_fail:=
+	dev-ml/ppx_fields_conv:=
+	dev-ml/ppx_here:=
+	dev-ml/ppx_inline_test:=
+	dev-ml/ppx_let:=
+	dev-ml/ppx_pipebang:=
+	dev-ml/ppx_sexp_conv:=
+	dev-ml/ppx_sexp_message:=
+	dev-ml/ppx_sexp_value:=
+	dev-ml/ppx_typerep_conv:=
+	dev-ml/ppx_variants_conv:=
+"
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND} dev-ml/opam"
+
+src_configure() {
+	emake setup.exe
+	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		${PN}.install || die
+	dodoc README.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2016-03-22  9:20 Alexis Ballier
  0 siblings, 0 replies; 33+ messages in thread
From: Alexis Ballier @ 2016-03-22  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     735550b781e8360e532e09c957c450472bf61c90
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 09:12:46 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 09:20:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735550b7

dev-ml/ppx_jane: bump to 113.33.00

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/ppx_jane/Manifest                  |  1 +
 dev-ml/ppx_jane/ppx_jane-113.33.00.ebuild | 58 +++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/dev-ml/ppx_jane/Manifest b/dev-ml/ppx_jane/Manifest
index 4236540..cc5312f 100644
--- a/dev-ml/ppx_jane/Manifest
+++ b/dev-ml/ppx_jane/Manifest
@@ -1,2 +1,3 @@
 DIST ppx_jane-113.24.00.tar.gz 51938 SHA256 4a49fb16db18c577d720dc1878e4566c8530c3bc5601335d1c0657a38cb639ed SHA512 048d5971f2d92f435d33b8202356efb20c4453234753071e9a8f513c7ef9310e38d1cad1f7d85a4fbfd9833298c819793401b590e77912956ad83d57a11cd602 WHIRLPOOL a155d5b38b6ce5cb82d96aad2c1d8d84904a9a1734f1314b59f8560e274f6501885c5ac3b4f92d97defe67a45770f5f6263c960ca4a7307907676623cd854e3a
 DIST ppx_jane-113.24.01.tar.gz 51453 SHA256 a7d21547b58600a1d9639d815f82ea4884cd03af8861961a0201d3190cbad081 SHA512 89f8722295f9861aff74499d6817a2807390231569e4fc04a515e7680207b5ca19689e50933baabb2cff5022341cc1dff524fd9cdf4d6eaee282d95443ea285c WHIRLPOOL 20180f3a6cb56315407d513503859691838aaa86cc8a87e0bfbb55343a7ed3fff2aadb0e552decdf4eb957b3da05e85e6125e54c3efe7c67c808be1b414c1d3a
+DIST ppx_jane-113.33.00.tar.gz 51315 SHA256 46e5eaa6d6ed1900c2924d9e6256ab09f634ebf9769efd101073202913cb8b96 SHA512 89dc9351f3c1dd419d503c525b36e0e062bc09b7c3f6afe1a107d53c831cd72c63c6b1230a57a00d4db578168e9c3493189308f42661e69fa4703867eb82e219 WHIRLPOOL 3c4973281c06ada6441db6627e427bd4d03d2ba70f77f8efc70bcf88b078604be364d825392dc818f74e3d8a31e6a737f8e67532940455531d8d07aac26ae84a

diff --git a/dev-ml/ppx_jane/ppx_jane-113.33.00.ebuild b/dev-ml/ppx_jane/ppx_jane-113.33.00.ebuild
new file mode 100644
index 0000000..ecba476
--- /dev/null
+++ b/dev-ml/ppx_jane/ppx_jane-113.33.00.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Standard Jane Street ppx rewriters"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-ml/ppx_tools:=
+	dev-ml/ppx_assert:=
+	dev-ml/ppx_bench:=
+	dev-ml/ppx_bin_prot:=
+	dev-ml/ppx_compare:=
+	dev-ml/ppx_custom_printf:=
+	dev-ml/ppx_driver:=
+	dev-ml/ppx_enumerate:=
+	dev-ml/ppx_expect:=
+	dev-ml/ppx_fail:=
+	dev-ml/ppx_fields_conv:=
+	dev-ml/ppx_here:=
+	dev-ml/ppx_inline_test:=
+	dev-ml/ppx_let:=
+	dev-ml/ppx_pipebang:=
+	dev-ml/ppx_sexp_conv:=
+	dev-ml/ppx_sexp_message:=
+	dev-ml/ppx_sexp_value:=
+	dev-ml/ppx_typerep_conv:=
+	dev-ml/ppx_variants_conv:=
+"
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND} dev-ml/opam"
+
+src_configure() {
+	emake setup.exe
+	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		${PN}.install || die
+	dodoc README.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2017-01-24 11:40 Alexis Ballier
  0 siblings, 0 replies; 33+ messages in thread
From: Alexis Ballier @ 2017-01-24 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     aa61836bfb5fbfd9b9d3f9d8722916a14139a354
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 11:38:54 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 11:38:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa61836b

dev-ml/ppx_jane: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/ppx_jane/Manifest                  |  2 --
 dev-ml/ppx_jane/ppx_jane-113.24.00.ebuild | 59 -------------------------------
 dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild | 58 ------------------------------
 3 files changed, 119 deletions(-)

diff --git a/dev-ml/ppx_jane/Manifest b/dev-ml/ppx_jane/Manifest
index cc5312f..3be131e 100644
--- a/dev-ml/ppx_jane/Manifest
+++ b/dev-ml/ppx_jane/Manifest
@@ -1,3 +1 @@
-DIST ppx_jane-113.24.00.tar.gz 51938 SHA256 4a49fb16db18c577d720dc1878e4566c8530c3bc5601335d1c0657a38cb639ed SHA512 048d5971f2d92f435d33b8202356efb20c4453234753071e9a8f513c7ef9310e38d1cad1f7d85a4fbfd9833298c819793401b590e77912956ad83d57a11cd602 WHIRLPOOL a155d5b38b6ce5cb82d96aad2c1d8d84904a9a1734f1314b59f8560e274f6501885c5ac3b4f92d97defe67a45770f5f6263c960ca4a7307907676623cd854e3a
-DIST ppx_jane-113.24.01.tar.gz 51453 SHA256 a7d21547b58600a1d9639d815f82ea4884cd03af8861961a0201d3190cbad081 SHA512 89f8722295f9861aff74499d6817a2807390231569e4fc04a515e7680207b5ca19689e50933baabb2cff5022341cc1dff524fd9cdf4d6eaee282d95443ea285c WHIRLPOOL 20180f3a6cb56315407d513503859691838aaa86cc8a87e0bfbb55343a7ed3fff2aadb0e552decdf4eb957b3da05e85e6125e54c3efe7c67c808be1b414c1d3a
 DIST ppx_jane-113.33.00.tar.gz 51315 SHA256 46e5eaa6d6ed1900c2924d9e6256ab09f634ebf9769efd101073202913cb8b96 SHA512 89dc9351f3c1dd419d503c525b36e0e062bc09b7c3f6afe1a107d53c831cd72c63c6b1230a57a00d4db578168e9c3493189308f42661e69fa4703867eb82e219 WHIRLPOOL 3c4973281c06ada6441db6627e427bd4d03d2ba70f77f8efc70bcf88b078604be364d825392dc818f74e3d8a31e6a737f8e67532940455531d8d07aac26ae84a

diff --git a/dev-ml/ppx_jane/ppx_jane-113.24.00.ebuild b/dev-ml/ppx_jane/ppx_jane-113.24.00.ebuild
deleted file mode 100644
index a709b96..00000000
--- a/dev-ml/ppx_jane/ppx_jane-113.24.00.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Standard Jane Street ppx rewriters"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/ppx_tools:=
-	dev-ml/ppx_assert:=
-	dev-ml/ppx_bench:=
-	dev-ml/ppx_bin_prot:=
-	dev-ml/ppx_compare:=
-	dev-ml/ppx_custom_printf:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_enumerate:=
-	dev-ml/ppx_expect:=
-	dev-ml/ppx_fail:=
-	dev-ml/ppx_fields_conv:=
-	dev-ml/ppx_here:=
-	dev-ml/ppx_inline_test:=
-	dev-ml/ppx_let:=
-	dev-ml/ppx_pipebang:=
-	dev-ml/ppx_sexp_conv:=
-	dev-ml/ppx_sexp_message:=
-	dev-ml/ppx_sexp_value:=
-	dev-ml/ppx_type_conv:=
-	dev-ml/ppx_typerep_conv:=
-	dev-ml/ppx_variants_conv:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/opam"
-
-src_configure() {
-	emake setup.exe
-	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
-}
-
-src_compile() {
-	emake
-}
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		${PN}.install || die
-	dodoc README.md
-}

diff --git a/dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild b/dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild
deleted file mode 100644
index ecba476..00000000
--- a/dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Standard Jane Street ppx rewriters"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/ppx_tools:=
-	dev-ml/ppx_assert:=
-	dev-ml/ppx_bench:=
-	dev-ml/ppx_bin_prot:=
-	dev-ml/ppx_compare:=
-	dev-ml/ppx_custom_printf:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_enumerate:=
-	dev-ml/ppx_expect:=
-	dev-ml/ppx_fail:=
-	dev-ml/ppx_fields_conv:=
-	dev-ml/ppx_here:=
-	dev-ml/ppx_inline_test:=
-	dev-ml/ppx_let:=
-	dev-ml/ppx_pipebang:=
-	dev-ml/ppx_sexp_conv:=
-	dev-ml/ppx_sexp_message:=
-	dev-ml/ppx_sexp_value:=
-	dev-ml/ppx_typerep_conv:=
-	dev-ml/ppx_variants_conv:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/opam"
-
-src_configure() {
-	emake setup.exe
-	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
-}
-
-src_compile() {
-	emake
-}
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		${PN}.install || die
-	dodoc README.md
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2017-04-02  8:38 Alexis Ballier
  0 siblings, 0 replies; 33+ messages in thread
From: Alexis Ballier @ 2017-04-02  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     dab792bfc400e2fa12124bed2d5c4473b1bd6af1
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 16:51:15 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 08:38:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab792bf

dev-ml/ppx_jane: bump to 0.9.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/ppx_jane/Manifest                           |  2 +-
 ...jane-113.33.00.ebuild => ppx_jane-0.9.0.ebuild} | 31 +++++++---------------
 2 files changed, 11 insertions(+), 22 deletions(-)

diff --git a/dev-ml/ppx_jane/Manifest b/dev-ml/ppx_jane/Manifest
index 3be131e210b..dc6da2a3079 100644
--- a/dev-ml/ppx_jane/Manifest
+++ b/dev-ml/ppx_jane/Manifest
@@ -1 +1 @@
-DIST ppx_jane-113.33.00.tar.gz 51315 SHA256 46e5eaa6d6ed1900c2924d9e6256ab09f634ebf9769efd101073202913cb8b96 SHA512 89dc9351f3c1dd419d503c525b36e0e062bc09b7c3f6afe1a107d53c831cd72c63c6b1230a57a00d4db578168e9c3493189308f42661e69fa4703867eb82e219 WHIRLPOOL 3c4973281c06ada6441db6627e427bd4d03d2ba70f77f8efc70bcf88b078604be364d825392dc818f74e3d8a31e6a737f8e67532940455531d8d07aac26ae84a
+DIST ppx_jane-0.9.0.tar.gz 5831 SHA256 90b628dffeeecc9b023042d205f0c900fc05a0501ad768fe5e5fcd80e3a03970 SHA512 18b09c060519b94013c78ef4673ec7c26f465453391c6ad2ea3235b6f8e23208879c5d4e69dc01915cfb694b23171397af5e4b7208556a369d191c081c86fc2a WHIRLPOOL 6b36f3e7d4afe21f7a2d1e0bb05d11756f8ec091e473f6df929cdf9354afeff48404922afe7a17a9036a10a2430f0b37779b2951063f0ba679b97a72abdab364

diff --git a/dev-ml/ppx_jane/ppx_jane-113.33.00.ebuild b/dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild
similarity index 62%
rename from dev-ml/ppx_jane/ppx_jane-113.33.00.ebuild
rename to dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild
index 1681d751bc8..6942e038325 100644
--- a/dev-ml/ppx_jane/ppx_jane-113.33.00.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild
@@ -1,51 +1,41 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-
-inherit oasis
+EAPI=6
 
 DESCRIPTION="Standard Jane Street ppx rewriters"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+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"
 IUSE=""
 
-DEPEND="dev-ml/ppx_tools:=
+DEPEND="
+	dev-lang/ocaml:=
 	dev-ml/ppx_assert:=
+	dev-ml/ppx_base:=
 	dev-ml/ppx_bench:=
 	dev-ml/ppx_bin_prot:=
-	dev-ml/ppx_compare:=
 	dev-ml/ppx_custom_printf:=
 	dev-ml/ppx_driver:=
-	dev-ml/ppx_enumerate:=
 	dev-ml/ppx_expect:=
 	dev-ml/ppx_fail:=
 	dev-ml/ppx_fields_conv:=
 	dev-ml/ppx_here:=
 	dev-ml/ppx_inline_test:=
 	dev-ml/ppx_let:=
+	dev-ml/ppx_optional:=
 	dev-ml/ppx_pipebang:=
-	dev-ml/ppx_sexp_conv:=
 	dev-ml/ppx_sexp_message:=
 	dev-ml/ppx_sexp_value:=
 	dev-ml/ppx_typerep_conv:=
 	dev-ml/ppx_variants_conv:=
+	dev-ml/ocaml-migrate-parsetree:=
 "
 RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/opam"
-
-src_configure() {
-	emake setup.exe
-	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
-}
-
-src_compile() {
-	emake
-}
+DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder"
 
 src_install() {
 	opam-installer -i \
@@ -53,5 +43,4 @@ src_install() {
 		--libdir="${D}/$(ocamlc -where)" \
 		--docdir="${ED}/usr/share/doc/${PF}" \
 		${PN}.install || die
-	dodoc README.md
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2017-06-25 14:42 Alexis Ballier
  0 siblings, 0 replies; 33+ messages in thread
From: Alexis Ballier @ 2017-06-25 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ce36c56c3a6a14dc95d1f8992c23e08c88872382
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 12:39:12 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 14:42:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce36c56c

dev-ml/ppx_jane: add missing dev-ml/ppx_type_conv:= dep

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild
index 6942e038325..474e824f7f8 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild
@@ -31,6 +31,7 @@ DEPEND="
 	dev-ml/ppx_sexp_message:=
 	dev-ml/ppx_sexp_value:=
 	dev-ml/ppx_typerep_conv:=
+	dev-ml/ppx_type_conv:=
 	dev-ml/ppx_variants_conv:=
 	dev-ml/ocaml-migrate-parsetree:=
 "


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2017-08-15  7:26 Alexis Ballier
  0 siblings, 0 replies; 33+ messages in thread
From: Alexis Ballier @ 2017-08-15  7:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b3c6996b11eed8a2ee292085d6b41ee7dd3ed1ba
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 07:24:25 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 07:26:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c6996b

dev-ml/ppx_jane: convert to opam.eclass

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild
index 474e824f7f8..4daefb2677a 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit opam
+
 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"
@@ -13,7 +15,6 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="
-	dev-lang/ocaml:=
 	dev-ml/ppx_assert:=
 	dev-ml/ppx_base:=
 	dev-ml/ppx_bench:=
@@ -36,12 +37,4 @@ DEPEND="
 	dev-ml/ocaml-migrate-parsetree:=
 "
 RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder"
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		${PN}.install || die
-}
+DEPEND="${DEPEND} dev-ml/jbuilder"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2020-10-15  1:19 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2020-10-15  1:19 UTC (permalink / raw
  To: gentoo-commits

commit:     5fd374fa4dad8f52d6534b0384ea8e2b678db053
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 01:16:23 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 01:16:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd374fa

dev-ml/ppx_jane: Keyword 0.14.0 arm, #748936

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

 dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
index d355e0a3019..8c97ae4fadc 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2020-10-15 12:42 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2020-10-15 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     4c5383d19298f1a2895053b1316009f295530919
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 12:39:15 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 12:41:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5383d1

dev-ml/ppx_jane: arm64 keyworded (bug #748936)

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
index 8c97ae4fadc..5ca95cdc012 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2020-10-15 22:11 Mark Wright
  0 siblings, 0 replies; 33+ messages in thread
From: Mark Wright @ 2020-10-15 22:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f2b260d93518bf7fded0918083801b685dea089f
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 22:10:36 2020 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 22:10:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b260d9

dev-ml/ppx_jane: Put upper bounds on all deps

As if portage chooses to try to use any old versions of the deps
then portage can not come up with a plan to solve the conflicts,
as dev-ml/jbuilder-1.0_beta14:0 and dev-ml/dune-2.7.1:0 conflict.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah <AT> gentoo.org>

 dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild | 48 +++++++++++++++++-----------------
 1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
index 5ca95cdc012..d1f0df51ef8 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
@@ -15,29 +15,29 @@ KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="+ocamlopt"
 
 DEPEND="
-	dev-ml/base_quickcheck:=
-	dev-ml/ppx_assert:=
-	dev-ml/ppx_base:=
-	dev-ml/ppx_bench:=
-	dev-ml/ppx_bin_prot:=
-	dev-ml/ppx_custom_printf:=
-	dev-ml/ppx_expect:=
-	dev-ml/ppx_fail:=
-	dev-ml/ppx_fields_conv:=
-	dev-ml/ppx_fixed_literal:=
-	dev-ml/ppx_here:=
-	dev-ml/ppx_inline_test:=
-	dev-ml/ppx_let:=
-	dev-ml/ppx_module_timer:=
-	dev-ml/ppx_optcomp:=
-	dev-ml/ppx_optional:=
-	dev-ml/ppx_pipebang:=
-	dev-ml/ppx_sexp_message:=
-	dev-ml/ppx_sexp_value:=
-	dev-ml/ppx_stable:=
-	dev-ml/ppx_string:=
-	dev-ml/ppx_typerep_conv:=
-	dev-ml/ppx_variants_conv:=
-	dev-ml/ppxlib:=
+	>=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}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2020-10-17  1:16 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2020-10-17  1:16 UTC (permalink / raw
  To: gentoo-commits

commit:     385abdfdbe3978e5b70602e7cc9265b18dc6e175
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 01:07:50 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 01:07:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385abdfd

dev-ml/ppx_jane: Keyword 0.14.0 x86, #748936

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

 dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
index d1f0df51ef8..4bf8cc8ae2f 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2021-02-10 16:33 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2021-02-10 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     55bdb89bc9897adc8a4ca5fb5b51f6953f77ad1e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 16:32:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 16:32:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55bdb89b

dev-ml/ppx_jane: Stabilize 0.14.0 ppc64, #769317

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

 dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
index 4bc7b5b4b42..fcfecaf3fd5 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2021-02-10 18:53 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2021-02-10 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     cbd9d55490977c3c165c4f818209317e32161343
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 18:52:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:52:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd9d554

dev-ml/ppx_jane: Stabilize 0.14.0 amd64, #769317

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

 dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
index fcfecaf3fd5..19bc30dd568 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2021-02-11  6:26 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2021-02-11  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     bdb3de81bd02fa26f6daef099603c53dc6fd4583
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:25:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:25:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb3de81

dev-ml/ppx_jane: Stabilize 0.14.0 x86, #769317

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

 dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
index 19bc30dd568..e1dfd38eaef 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2021-02-11  6:31 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2021-02-11  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     c13f73179259ecdc796909a0a7e3e6590b54aaeb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:31:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:31:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13f7317

dev-ml/ppx_jane: Stabilize 0.14.0 ppc, #769317

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

 dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
index e1dfd38eaef..2068749d8da 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2021-03-07 18:00 Alfredo Tupone
  0 siblings, 0 replies; 33+ messages in thread
From: Alfredo Tupone @ 2021-03-07 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     d03a6b61d9619d6fed6d12250f6926b705f99968
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 17:41:56 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 18:00:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03a6b61

dev-ml/ppx_jane: rm old version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ppx_jane/Manifest              |  1 -
 dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild | 40 -----------------------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-ml/ppx_jane/Manifest b/dev-ml/ppx_jane/Manifest
index 2bd30d9e9f2..7c62b94aff8 100644
--- a/dev-ml/ppx_jane/Manifest
+++ b/dev-ml/ppx_jane/Manifest
@@ -1,2 +1 @@
 DIST ppx_jane-0.14.0.tar.gz 4593 BLAKE2B 787fc0701ba0361446cb210c23469881da8fbab28460262a7bdca8723af158ed8deeb4597a31c8d89a4d44e5263c74e0ebc504b83827e0a34870a503b2ea9053 SHA512 b51bef2330ebb8d361b3f856a0526a5290664b68fa56a02de7020b0e27aaf5a378f1b22fc9a24007bfc812af67eb79343b2bdc3ca550108393323b99e29c623d
-DIST ppx_jane-0.9.0.tar.gz 5831 BLAKE2B 0eda7b2a71c7e80d7febea6f204aaf7ccebff321f14a423bfe289fd3144251aeba0c3a15db360cd0732196900cdf3eeb5860db14fd001215bdc29e6471c94c52 SHA512 18b09c060519b94013c78ef4673ec7c26f465453391c6ad2ea3235b6f8e23208879c5d4e69dc01915cfb694b23171397af5e4b7208556a369d191c081c86fc2a

diff --git a/dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild
deleted file mode 100644
index 4daefb2677a..00000000000
--- a/dev-ml/ppx_jane/ppx_jane-0.9.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-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"
-IUSE=""
-
-DEPEND="
-	dev-ml/ppx_assert:=
-	dev-ml/ppx_base:=
-	dev-ml/ppx_bench:=
-	dev-ml/ppx_bin_prot:=
-	dev-ml/ppx_custom_printf:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_expect:=
-	dev-ml/ppx_fail:=
-	dev-ml/ppx_fields_conv:=
-	dev-ml/ppx_here:=
-	dev-ml/ppx_inline_test:=
-	dev-ml/ppx_let:=
-	dev-ml/ppx_optional:=
-	dev-ml/ppx_pipebang:=
-	dev-ml/ppx_sexp_message:=
-	dev-ml/ppx_sexp_value:=
-	dev-ml/ppx_typerep_conv:=
-	dev-ml/ppx_type_conv:=
-	dev-ml/ppx_variants_conv:=
-	dev-ml/ocaml-migrate-parsetree:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/jbuilder"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2022-04-25 19:38 Alfredo Tupone
  0 siblings, 0 replies; 33+ messages in thread
From: Alfredo Tupone @ 2022-04-25 19:38 UTC (permalink / raw
  To: gentoo-commits

commit:     63c9deb49045fde202a21684ceb4f05e22440bdc
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 19:37:42 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 19:38:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c9deb4

dev-ml/ppx_jane: 0.15.0 bump

Closes: https://bugs.gentoo.org/838703
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ppx_jane/Manifest               |  1 +
 dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ml/ppx_jane/Manifest b/dev-ml/ppx_jane/Manifest
index 7c62b94aff8a..ebce4217d319 100644
--- a/dev-ml/ppx_jane/Manifest
+++ b/dev-ml/ppx_jane/Manifest
@@ -1 +1,2 @@
 DIST ppx_jane-0.14.0.tar.gz 4593 BLAKE2B 787fc0701ba0361446cb210c23469881da8fbab28460262a7bdca8723af158ed8deeb4597a31c8d89a4d44e5263c74e0ebc504b83827e0a34870a503b2ea9053 SHA512 b51bef2330ebb8d361b3f856a0526a5290664b68fa56a02de7020b0e27aaf5a378f1b22fc9a24007bfc812af67eb79343b2bdc3ca550108393323b99e29c623d
+DIST ppx_jane-0.15.0.tar.gz 4647 BLAKE2B c8916e7327301a2dc54b36cc29ad61f3ef016aac2f07dd8c1421a84b144b406e9b189e229680f700efaf2138c508f30e0d132dcf726165ac60ad3120f67549d7 SHA512 e594a0caea66e0f976615b2a1db50aad89389888678d9ec7c023b2adb3211817a841a5065de9a65956bde0cb6088ce1b0b3afed6b57b618b9b50e5c07684e3fa

diff --git a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
new file mode 100644
index 000000000000..c20798f7d4e8
--- /dev/null
+++ b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="
+	dev-ml/base_quickcheck:${SLOT}
+	dev-ml/ppx_bin_prot:${SLOT}
+	dev-ml/ppx_disable_unused_warnings:${SLOT}
+	dev-ml/ppx_expect:${SLOT}
+	dev-ml/ppx_fixed_literal:${SLOT}
+	dev-ml/ppx_ignore_instrumentation:${SLOT}
+	dev-ml/ppx_log:${SLOT}
+	dev-ml/ppx_module_timer:${SLOT}
+	dev-ml/ppx_optional:${SLOT}
+	dev-ml/ppx_pipebang:${SLOT}
+	dev-ml/ppx_stable:${SLOT}
+	dev-ml/ppx_string:${SLOT}
+	dev-ml/ppx_typerep_conv:${SLOT}
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2023-01-27  0:30 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-01-27  0:30 UTC (permalink / raw
  To: gentoo-commits

commit:     1b30e184b0101320bb5216ff9adc02d4151e069e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 00:24:26 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 00:28:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b30e184

dev-ml/ppx_jane: unkeyword 0.15.0

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

 dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
index c20798f7d4e8..79ebd744d0bb 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2023-02-10  8:28 Yixun Lan
  0 siblings, 0 replies; 33+ messages in thread
From: Yixun Lan @ 2023-02-10  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     bbd4fb9b8b93e9b2bfebd7ee179a42828979b613
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 08:22:45 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 08:22:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd4fb9b

dev-ml/ppx_jane: Keyword 0.15.0 riscv, #892131

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
index 79ebd744d0bb..1fb20d155647 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2023-02-20 20:27 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2023-02-20 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     3205e526e3717eaefc5cc3d514f1ff0ca98ea17b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 20:26:24 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 20:26:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3205e526

dev-ml/ppx_jane: Keyword 0.15.0 x86, #892131

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
index 1fb20d155647..2330950b9620 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2023-02-24 16:56 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-02-24 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a1e9e6df36e1f4484d91d654e3e130ae9d3cc910
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 16:55:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 16:55:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e9e6df

dev-ml/ppx_jane: Keyword 0.15.0 arm64, #892131

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

 dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
index 2330950b9620..9d6de03812aa 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2023-02-24 22:20 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-02-24 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     458b12cb87cff9e8006e4f0014583d3c0b110677
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 22:19:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 22:19:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458b12cb

dev-ml/ppx_jane: Keyword 0.15.0 arm, #892131

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

 dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
index 9d6de03812aa..890ccd91dbdf 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2023-03-16 13:42 Alfredo Tupone
  0 siblings, 0 replies; 33+ messages in thread
From: Alfredo Tupone @ 2023-03-16 13:42 UTC (permalink / raw
  To: gentoo-commits

commit:     a2d07ecb1a59154686c8c7c54995743fb6c513d5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 13:27:10 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 13:27:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d07ecb

dev-ml/ppx_jane: stabilize 0.15.0 for amd64

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

 dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
index 890ccd91dbdf..bdeecf0fa595 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2023-04-29  8:43 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2023-04-29  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ffc2011a4c7f6b6c5cc9101b464b8dc41dfca345
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 08:43:51 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 08:43:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc2011a

dev-ml/ppx_jane: Stabilize 0.15.0 arm64, #901593

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
index bdeecf0fa595..3e70125a6a14 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2023-04-29  8:48 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-04-29  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     833798cf9e99afcfd4c9171cf6a73e6fbee667b9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 08:48:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 08:48:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833798cf

dev-ml/ppx_jane: Stabilize 0.15.0 arm, #901593

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

 dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
index 3e70125a6a14..09ed40554a53 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2023-04-29 15:23 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2023-04-29 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9dc36faf41840d85885e12e4b1a347d77fb7a974
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 15:22:53 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 15:22:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc36faf

dev-ml/ppx_jane: Stabilize 0.15.0 x86, #901593

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
index 09ed40554a53..c8dc9c77fa0d 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2023-06-15 18:20 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2023-06-15 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     300aeaab349344d9c3e9e29ef545f456c169b549
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 18:19:29 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 18:19:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300aeaab

dev-ml/ppx_jane: Keyword 0.15.0 ppc64, #892131

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
index 0e62a4a8be8c..d5b0685ff32e 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~ppc ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2023-07-02  7:22 Alfredo Tupone
  0 siblings, 0 replies; 33+ messages in thread
From: Alfredo Tupone @ 2023-07-02  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     68277281d0ae1dfc52fd15a5600f2a414d72add5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 06:52:28 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 07:21:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68277281

dev-ml/ppx_jane: add 0.16.0

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

 dev-ml/ppx_jane/Manifest               |  1 +
 dev-ml/ppx_jane/ppx_jane-0.16.0.ebuild | 37 ++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-ml/ppx_jane/Manifest b/dev-ml/ppx_jane/Manifest
index ebce4217d319..0ac1b11b414c 100644
--- a/dev-ml/ppx_jane/Manifest
+++ b/dev-ml/ppx_jane/Manifest
@@ -1,2 +1,3 @@
 DIST ppx_jane-0.14.0.tar.gz 4593 BLAKE2B 787fc0701ba0361446cb210c23469881da8fbab28460262a7bdca8723af158ed8deeb4597a31c8d89a4d44e5263c74e0ebc504b83827e0a34870a503b2ea9053 SHA512 b51bef2330ebb8d361b3f856a0526a5290664b68fa56a02de7020b0e27aaf5a378f1b22fc9a24007bfc812af67eb79343b2bdc3ca550108393323b99e29c623d
 DIST ppx_jane-0.15.0.tar.gz 4647 BLAKE2B c8916e7327301a2dc54b36cc29ad61f3ef016aac2f07dd8c1421a84b144b406e9b189e229680f700efaf2138c508f30e0d132dcf726165ac60ad3120f67549d7 SHA512 e594a0caea66e0f976615b2a1db50aad89389888678d9ec7c023b2adb3211817a841a5065de9a65956bde0cb6088ce1b0b3afed6b57b618b9b50e5c07684e3fa
+DIST ppx_jane-0.16.0.tar.gz 4688 BLAKE2B 46d2b4c6c7924fc6ff2bf4cae2171dd022a1ef51d8354c5393884a121cbeda001157650843c4409a22491a16445d36e374fe159cb826839e2b2a6950c0606d2c SHA512 8bb5997eb33a2f8ef7ec88d5a31c03828cc6f7070641463ad5af318b865fe8638b1affa359db07e8880364598b43ad19621882cf4c3311e38cf0638a59271652

diff --git a/dev-ml/ppx_jane/ppx_jane-0.16.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.16.0.ebuild
new file mode 100644
index 000000000000..0afb925eff9d
--- /dev/null
+++ b/dev-ml/ppx_jane/ppx_jane-0.16.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="
+	dev-ml/base_quickcheck:${SLOT}
+	dev-ml/ppx_assert:${SLOT}
+	dev-ml/ppx_bench:${SLOT}
+	dev-ml/ppx_bin_prot:${SLOT}
+	dev-ml/ppx_disable_unused_warnings:${SLOT}
+	dev-ml/ppx_expect:${SLOT}
+	dev-ml/ppx_fixed_literal:${SLOT}
+	dev-ml/ppx_ignore_instrumentation:${SLOT}
+	dev-ml/ppx_inline_test:${SLOT}
+	dev-ml/ppx_log:${SLOT}
+	dev-ml/ppx_module_timer:${SLOT}
+	dev-ml/ppx_optional:${SLOT}
+	dev-ml/ppx_pipebang:${SLOT}
+	dev-ml/ppx_stable:${SLOT}
+	dev-ml/ppx_string:${SLOT}
+	dev-ml/ppx_tydi:${SLOT}
+	dev-ml/ppx_typerep_conv:${SLOT}
+	>=dev-ml/ppxlib-0.28.0:=
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2023-07-17 19:50 Alfredo Tupone
  0 siblings, 0 replies; 33+ messages in thread
From: Alfredo Tupone @ 2023-07-17 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     210bef067afd2776e9fbbbfa5a52f7331e9e4cdd
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 19:36:16 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 19:49:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=210bef06

dev-ml/ppx_jane: add missing deps

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

 dev-ml/ppx_jane/{ppx_jane-0.16.0.ebuild => ppx_jane-0.16.0-r1.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.16.0.ebuild b/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
similarity index 92%
rename from dev-ml/ppx_jane/ppx_jane-0.16.0.ebuild
rename to dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
index 0afb925eff9d..3e5799899e73 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.16.0.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
@@ -17,10 +17,13 @@ IUSE="+ocamlopt"
 DEPEND="
 	dev-ml/base_quickcheck:${SLOT}
 	dev-ml/ppx_assert:${SLOT}
+	dev-ml/ppx_base:${SLOT}
 	dev-ml/ppx_bench:${SLOT}
 	dev-ml/ppx_bin_prot:${SLOT}
+	dev-ml/ppx_compare:=
 	dev-ml/ppx_disable_unused_warnings:${SLOT}
 	dev-ml/ppx_expect:${SLOT}
+	dev-ml/ppx_fields_conv:${SLOT}
 	dev-ml/ppx_fixed_literal:${SLOT}
 	dev-ml/ppx_ignore_instrumentation:${SLOT}
 	dev-ml/ppx_inline_test:${SLOT}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2024-06-02 19:36 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2024-06-02 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     3c10d3e1f7b2f43077ba9a2ade9b937fcdb87ddb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 19:33:48 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 19:34:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c10d3e1

dev-ml/ppx_jane: Stabilize 0.16.0-r1 amd64, #933369

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild b/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
index 3e5799899e73..395dceabc835 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2024-06-02 19:41 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2024-06-02 19:41 UTC (permalink / raw
  To: gentoo-commits

commit:     1e3d542b9076d1cb6beb8720b6e4394426b0d5b2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 19:39:38 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 19:39:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3d542b

dev-ml/ppx_jane: Stabilize 0.16.0-r1 x86, #933369

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild b/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
index 395dceabc835..db25f0a18ecf 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2024-06-02 19:46 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2024-06-02 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     a7289f59db87f3fc84ab847948b83af8c4ae42ce
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 19:44:21 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 19:44:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7289f59

dev-ml/ppx_jane: Stabilize 0.16.0-r1 arm64, #933369

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild b/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
index f5c59e73cffb..a189e4b98aaa 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2024-06-02 19:54 Alfredo Tupone
  0 siblings, 0 replies; 33+ messages in thread
From: Alfredo Tupone @ 2024-06-02 19:54 UTC (permalink / raw
  To: gentoo-commits

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}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/
@ 2024-06-12  5:40 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2024-06-12  5:40 UTC (permalink / raw
  To: gentoo-commits

commit:     27673b7c3e3ddf21883594ef71339205818e6762
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 05:37:45 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 05:37:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27673b7c

dev-ml/ppx_jane: Stabilize 0.16.0-r1 ppc64, #933369

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild b/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
index a189e4b98aaa..693ebbfc1650 100644
--- a/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
+++ b/dev-ml/ppx_jane/ppx_jane-0.16.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

end of thread, other threads:[~2024-06-12  5:40 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-15 12:42 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_jane/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-06-12  5:40 Arthur Zamarin
2024-06-02 19:54 Alfredo Tupone
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  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

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