public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2016-03-22 10:07 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2016-03-22 10:07 UTC (permalink / raw
  To: gentoo-commits

commit:     03403769dc8b535cbfee56b5e51a328ccaa428d5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 09:23:31 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 10:06:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03403769

dev-ml/ppx_expect: bump to 113.33.00

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

 dev-ml/ppx_expect/Manifest                    |  1 +
 dev-ml/ppx_expect/ppx_expect-113.33.00.ebuild | 53 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/dev-ml/ppx_expect/Manifest b/dev-ml/ppx_expect/Manifest
index 2737f4d..845d2a4 100644
--- a/dev-ml/ppx_expect/Manifest
+++ b/dev-ml/ppx_expect/Manifest
@@ -1 +1,2 @@
 DIST ppx_expect-113.24.00.tar.gz 69986 SHA256 c06ab7c70219da64c0d334ab91aad9f58d52b6e9303ab5669f5674e0439f3ad9 SHA512 194384db2cd8dc2994cbf7b4d8f0480d11e8c4b23fee3e893afcfdbca67ba931c80b870b48de9e60ee442401f6661e2dbc599d1a33705dc00dcf991c1a71032a WHIRLPOOL 17d8725aa40a12cf5f9f41d4bed720303d601f1becec77685ba20593d23f6a8b71c1c2ff289938196b65ce75d16661011780dc246614902b52d6da87a41b3d8c
+DIST ppx_expect-113.33.00.tar.gz 79133 SHA256 3a0c8e20e9eafe79d800eb6a2bc0d83ce3b2d8739a55b902d6f5a8af21cb9a6b SHA512 9e2c12c4d5a874213f1cc8ece3bd8cc832796dcb40561350077355f4fa8539b77a4bf5e37f374b4de1d872de6ffb1f1f0974211d6cc69c35c07b0e55c1edf7c4 WHIRLPOOL ea27180ffc49944e66bc645eabc2cba21eb947536c0aba145992fa40c6e36a9fcab2f4ee541d3982aacf457051349219ba401973381b21da8a7d28e96864bdad

diff --git a/dev-ml/ppx_expect/ppx_expect-113.33.00.ebuild b/dev-ml/ppx_expect/ppx_expect-113.33.00.ebuild
new file mode 100644
index 0000000..c605caa
--- /dev/null
+++ b/dev-ml/ppx_expect/ppx_expect-113.33.00.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Cram like framework for OCaml"
+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/fieldslib:=
+	dev-ml/ppx_assert:=
+	dev-ml/ppx_compare:=
+	dev-ml/ppx_core:=
+	dev-ml/ppx_custom_printf:=
+	dev-ml/ppx_driver:=
+	dev-ml/ppx_fields_conv:=
+	dev-ml/ppx_inline_test:=
+	dev-ml/ppx_sexp_conv:=
+	dev-ml/ppx_sexp_value:=
+	dev-ml/ppx_variants_conv:=
+	dev-ml/ocaml-re:=
+	dev-ml/sexplib:=
+	dev-ml/variantslib:=
+"
+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 CHANGES.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2016-03-23 13:59 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2016-03-23 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     64485eb07463b9721b6ad909e39b782086f85487
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 13:26:26 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 13:58:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64485eb0

dev-ml/ppx_expect: bump to 113.33.01

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

 dev-ml/ppx_expect/Manifest                    |  1 +
 dev-ml/ppx_expect/ppx_expect-113.33.01.ebuild | 53 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/dev-ml/ppx_expect/Manifest b/dev-ml/ppx_expect/Manifest
index 845d2a4..6182acd 100644
--- a/dev-ml/ppx_expect/Manifest
+++ b/dev-ml/ppx_expect/Manifest
@@ -1,2 +1,3 @@
 DIST ppx_expect-113.24.00.tar.gz 69986 SHA256 c06ab7c70219da64c0d334ab91aad9f58d52b6e9303ab5669f5674e0439f3ad9 SHA512 194384db2cd8dc2994cbf7b4d8f0480d11e8c4b23fee3e893afcfdbca67ba931c80b870b48de9e60ee442401f6661e2dbc599d1a33705dc00dcf991c1a71032a WHIRLPOOL 17d8725aa40a12cf5f9f41d4bed720303d601f1becec77685ba20593d23f6a8b71c1c2ff289938196b65ce75d16661011780dc246614902b52d6da87a41b3d8c
 DIST ppx_expect-113.33.00.tar.gz 79133 SHA256 3a0c8e20e9eafe79d800eb6a2bc0d83ce3b2d8739a55b902d6f5a8af21cb9a6b SHA512 9e2c12c4d5a874213f1cc8ece3bd8cc832796dcb40561350077355f4fa8539b77a4bf5e37f374b4de1d872de6ffb1f1f0974211d6cc69c35c07b0e55c1edf7c4 WHIRLPOOL ea27180ffc49944e66bc645eabc2cba21eb947536c0aba145992fa40c6e36a9fcab2f4ee541d3982aacf457051349219ba401973381b21da8a7d28e96864bdad
+DIST ppx_expect-113.33.01.tar.gz 79539 SHA256 8697a447ce335bb5cf780ba258c13d13302d591109ff7f3ccb3ac6592db92242 SHA512 2074962dad42cb319ad758a202df4cc8f7e4302de45409da8f6167d9d3138914eba91339c3c71980663c893e1562994938907a1000fef45c96b74cbc0ace80f0 WHIRLPOOL be96bbde6d61127b1e03e7db9cf677bb5d37d5082d8110c377a545073b2500c0224e40d85c768602d40fa47fd9ac1c36294be108d3f100b590f5cb10ba5fbb49

diff --git a/dev-ml/ppx_expect/ppx_expect-113.33.01.ebuild b/dev-ml/ppx_expect/ppx_expect-113.33.01.ebuild
new file mode 100644
index 0000000..c605caa
--- /dev/null
+++ b/dev-ml/ppx_expect/ppx_expect-113.33.01.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Cram like framework for OCaml"
+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/fieldslib:=
+	dev-ml/ppx_assert:=
+	dev-ml/ppx_compare:=
+	dev-ml/ppx_core:=
+	dev-ml/ppx_custom_printf:=
+	dev-ml/ppx_driver:=
+	dev-ml/ppx_fields_conv:=
+	dev-ml/ppx_inline_test:=
+	dev-ml/ppx_sexp_conv:=
+	dev-ml/ppx_sexp_value:=
+	dev-ml/ppx_variants_conv:=
+	dev-ml/ocaml-re:=
+	dev-ml/sexplib:=
+	dev-ml/variantslib:=
+"
+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 CHANGES.md
+}


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

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

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

dev-ml/ppx_expect: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/ppx_expect/Manifest                    |  2 -
 dev-ml/ppx_expect/ppx_expect-113.24.00.ebuild | 53 ---------------------------
 dev-ml/ppx_expect/ppx_expect-113.33.00.ebuild | 53 ---------------------------
 3 files changed, 108 deletions(-)

diff --git a/dev-ml/ppx_expect/Manifest b/dev-ml/ppx_expect/Manifest
index 6182acd..c2d6b6c 100644
--- a/dev-ml/ppx_expect/Manifest
+++ b/dev-ml/ppx_expect/Manifest
@@ -1,3 +1 @@
-DIST ppx_expect-113.24.00.tar.gz 69986 SHA256 c06ab7c70219da64c0d334ab91aad9f58d52b6e9303ab5669f5674e0439f3ad9 SHA512 194384db2cd8dc2994cbf7b4d8f0480d11e8c4b23fee3e893afcfdbca67ba931c80b870b48de9e60ee442401f6661e2dbc599d1a33705dc00dcf991c1a71032a WHIRLPOOL 17d8725aa40a12cf5f9f41d4bed720303d601f1becec77685ba20593d23f6a8b71c1c2ff289938196b65ce75d16661011780dc246614902b52d6da87a41b3d8c
-DIST ppx_expect-113.33.00.tar.gz 79133 SHA256 3a0c8e20e9eafe79d800eb6a2bc0d83ce3b2d8739a55b902d6f5a8af21cb9a6b SHA512 9e2c12c4d5a874213f1cc8ece3bd8cc832796dcb40561350077355f4fa8539b77a4bf5e37f374b4de1d872de6ffb1f1f0974211d6cc69c35c07b0e55c1edf7c4 WHIRLPOOL ea27180ffc49944e66bc645eabc2cba21eb947536c0aba145992fa40c6e36a9fcab2f4ee541d3982aacf457051349219ba401973381b21da8a7d28e96864bdad
 DIST ppx_expect-113.33.01.tar.gz 79539 SHA256 8697a447ce335bb5cf780ba258c13d13302d591109ff7f3ccb3ac6592db92242 SHA512 2074962dad42cb319ad758a202df4cc8f7e4302de45409da8f6167d9d3138914eba91339c3c71980663c893e1562994938907a1000fef45c96b74cbc0ace80f0 WHIRLPOOL be96bbde6d61127b1e03e7db9cf677bb5d37d5082d8110c377a545073b2500c0224e40d85c768602d40fa47fd9ac1c36294be108d3f100b590f5cb10ba5fbb49

diff --git a/dev-ml/ppx_expect/ppx_expect-113.24.00.ebuild b/dev-ml/ppx_expect/ppx_expect-113.24.00.ebuild
deleted file mode 100644
index c605caa..00000000
--- a/dev-ml/ppx_expect/ppx_expect-113.24.00.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Cram like framework for OCaml"
-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/fieldslib:=
-	dev-ml/ppx_assert:=
-	dev-ml/ppx_compare:=
-	dev-ml/ppx_core:=
-	dev-ml/ppx_custom_printf:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_fields_conv:=
-	dev-ml/ppx_inline_test:=
-	dev-ml/ppx_sexp_conv:=
-	dev-ml/ppx_sexp_value:=
-	dev-ml/ppx_variants_conv:=
-	dev-ml/ocaml-re:=
-	dev-ml/sexplib:=
-	dev-ml/variantslib:=
-"
-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 CHANGES.md
-}

diff --git a/dev-ml/ppx_expect/ppx_expect-113.33.00.ebuild b/dev-ml/ppx_expect/ppx_expect-113.33.00.ebuild
deleted file mode 100644
index c605caa..00000000
--- a/dev-ml/ppx_expect/ppx_expect-113.33.00.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Cram like framework for OCaml"
-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/fieldslib:=
-	dev-ml/ppx_assert:=
-	dev-ml/ppx_compare:=
-	dev-ml/ppx_core:=
-	dev-ml/ppx_custom_printf:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_fields_conv:=
-	dev-ml/ppx_inline_test:=
-	dev-ml/ppx_sexp_conv:=
-	dev-ml/ppx_sexp_value:=
-	dev-ml/ppx_variants_conv:=
-	dev-ml/ocaml-re:=
-	dev-ml/sexplib:=
-	dev-ml/variantslib:=
-"
-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 CHANGES.md
-}


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

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

commit:     711959f7bb3effabeedaa60d01c9577aaabc16ac
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 12:08:10 2020 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 12:20:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711959f7

dev-ml/ppx_expect: Fix QA MissingTestRestrict

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

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

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
index 4655a60d8ef..5fa2b2766c1 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
@@ -13,6 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
 
 DEPEND="
 	dev-ml/base:=


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

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

commit:     f9501ee7dba6d7f619752096305fb2598ddb1f8a
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 14:04:29 2020 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 15:16:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9501ee7

dev-ml/ppx_expect: Fix deps

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

 dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
index 5fa2b2766c1..80e8b944b6e 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
@@ -16,20 +16,14 @@ IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 
 DEPEND="
-	dev-ml/base:=
-	dev-ml/ppx_assert:=
-	dev-ml/ppx_compare:=
-	dev-ml/ppx_custom_printf:=
-	dev-ml/ppx_fields_conv:=
-	dev-ml/ppx_here:=
-	dev-ml/ppx_inline_test:=
-	dev-ml/ppx_sexp_conv:=
-	dev-ml/ppx_variants_conv:=
-	dev-ml/stdio:=
+	>=dev-ml/base-0.14.0:=
+	>=dev-ml/ppx_here-0.14.0:=
+	>=dev-ml/ppx_inline_test-0.14.1:=
+	>=dev-ml/stdio-0.14.0:=
 	>=dev-ml/ppxlib-0.18.0:=
-		dev-ml/ocaml-compiler-libs:=
-		dev-ml/ocaml-migrate-parsetree:=
-			dev-ml/result:=
+		>=dev-ml/ocaml-compiler-libs-0.11.0:=
+		>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+			dev-ml/cinaps:=
 	dev-ml/re:=
 "
 RDEPEND="${DEPEND}"
@@ -37,5 +31,7 @@ DEPEND="${DEPEND}
 	test? (
 		dev-ml/ppx_jane
 	)"
+# https://bugs.gentoo.org/749291#c2
+RESTRICT=test
 
 PATCHES=( "${FILESDIR}"/${P}-ppxlib-0.18.0.patch )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2021-02-17 21:24 Alfredo Tupone
  0 siblings, 0 replies; 28+ messages in thread
From: Alfredo Tupone @ 2021-02-17 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     318f862d8c322d8f6a54fe642214cea3ebb144e7
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 21:24:05 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 21:24:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318f862d

dev-ml/ppx_expect: ocaml-re -> re

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

 dev-ml/ppx_expect/metadata.xml                                        | 4 ++++
 .../{ppx_expect-0.9.0.ebuild => ppx_expect-0.9.0-r1.ebuild}           | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ppx_expect/metadata.xml b/dev-ml/ppx_expect/metadata.xml
index ec7beb371c4..4c614971332 100644
--- a/dev-ml/ppx_expect/metadata.xml
+++ b/dev-ml/ppx_expect/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="project">
+		<email>ml@gentoo.org</email>
+		<name>ML</name>
+	</maintainer>
 	<maintainer type="person">
 		<email>gienah@gentoo.org</email>
 		<name>Mark Wright</name>

diff --git a/dev-ml/ppx_expect/ppx_expect-0.9.0.ebuild b/dev-ml/ppx_expect/ppx_expect-0.9.0-r1.ebuild
similarity index 92%
rename from dev-ml/ppx_expect/ppx_expect-0.9.0.ebuild
rename to dev-ml/ppx_expect/ppx_expect-0.9.0-r1.ebuild
index 3ab20bb348f..148c1674066 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.9.0.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -30,7 +30,7 @@ DEPEND="
 	dev-ml/ppx_variants_conv:=
 	dev-ml/stdio:=
 	dev-ml/ocaml-migrate-parsetree:=
-	dev-ml/ocaml-re:=
+	dev-ml/re:=
 "
 RDEPEND="${DEPEND}"
 DEPEND="${DEPEND} dev-ml/jbuilder"


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

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

commit:     6e741ebe9dc135b2ce26119aab0632ce76492006
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 17:43:08 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 18:00:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e741ebe

dev-ml/ppx_expect: 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_expect/Manifest                   |  1 -
 dev-ml/ppx_expect/ppx_expect-0.9.0-r1.ebuild | 36 ----------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-ml/ppx_expect/Manifest b/dev-ml/ppx_expect/Manifest
index c6b1189dc2e..cf96d5df7d2 100644
--- a/dev-ml/ppx_expect/Manifest
+++ b/dev-ml/ppx_expect/Manifest
@@ -1,2 +1 @@
 DIST ppx_expect-0.14.0.tar.gz 45661 BLAKE2B 0cba3840743d45f0f11936f090319aab3237c7a14389eb6d035a3b7cdac91e0b169c3ed84407e1bb01a00738bf97b62dba313965e93a2177388666764fe5854b SHA512 7de5d84640d16101d38140b5f621301c9935e3161a7c7d978373940be92fa7f14cad429e79eec294a20d1f379e969cf3c25d15810f1a4d3ad1bb8ba0eb7d7109
-DIST ppx_expect-0.9.0.tar.gz 33700 BLAKE2B f03d1183b12efe84016a15b6a6b45b7bef93b23bc4d470c2796361aca2be229fc9447103c0a31d95a94f6c05bbabf1cbe9d138dc3518df9f505b6b009eefb104 SHA512 b8a6941f3ac0dea2167d7fe5c61e7adf605f5399e11049b5c9f22c613182983a014d05c2fb16e7a2dc94dbccf445e1801c39a89e6d995b5599cb40ee4322148e

diff --git a/dev-ml/ppx_expect/ppx_expect-0.9.0-r1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.9.0-r1.ebuild
deleted file mode 100644
index 148c1674066..00000000000
--- a/dev-ml/ppx_expect/ppx_expect-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Cram like framework for OCaml"
-HOMEPAGE="https://github.com/janestreet/ppx_expect"
-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/base:=
-	dev-ml/ppx_assert:=
-	dev-ml/ppx_compare:=
-	dev-ml/ppx_core:=
-	dev-ml/ppx_custom_printf:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_fields_conv:=
-	dev-ml/ppx_here:=
-	dev-ml/ppx_inline_test:=
-	dev-ml/ppx_metaquot:=
-	dev-ml/ppx_sexp_conv:=
-	dev-ml/ppx_traverse:=
-	dev-ml/ppx_variants_conv:=
-	dev-ml/stdio:=
-	dev-ml/ocaml-migrate-parsetree:=
-	dev-ml/re:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/jbuilder"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2021-07-13 16:53 Alfredo Tupone
  0 siblings, 0 replies; 28+ messages in thread
From: Alfredo Tupone @ 2021-07-13 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b33f613fe199bc5712a218e23890ea74588a0b44
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 16:53:06 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 16:53:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33f613f

dev-ml/ppx_expect: bump to 0.14.1

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

 dev-ml/ppx_expect/Manifest                 |  1 +
 dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild | 35 ++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-ml/ppx_expect/Manifest b/dev-ml/ppx_expect/Manifest
index cf96d5df7d2..b6fc1335e86 100644
--- a/dev-ml/ppx_expect/Manifest
+++ b/dev-ml/ppx_expect/Manifest
@@ -1 +1,2 @@
 DIST ppx_expect-0.14.0.tar.gz 45661 BLAKE2B 0cba3840743d45f0f11936f090319aab3237c7a14389eb6d035a3b7cdac91e0b169c3ed84407e1bb01a00738bf97b62dba313965e93a2177388666764fe5854b SHA512 7de5d84640d16101d38140b5f621301c9935e3161a7c7d978373940be92fa7f14cad429e79eec294a20d1f379e969cf3c25d15810f1a4d3ad1bb8ba0eb7d7109
+DIST ppx_expect-0.14.1.tar.gz 45699 BLAKE2B b52d579d92156344ff44d30c88603840eb7d6a0d346de49fcbc01ef16fe3c33e664486de4cb2d09f74e853e39b9a01778e7e0f489497fdd34fc9582d895a0d3b SHA512 fd98e79d5b3bb935b2a4077a07894c159b48e142268c2e30ebff2cbfecc92266b454be69f5080b315eefa9184372e5e5248bd8a3b2b9d6cad59e2d517c94bd02

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
new file mode 100644
index 00000000000..9d7682d713f
--- /dev/null
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Cram like framework for OCaml"
+HOMEPAGE="https://github.com/janestreet/ppx_expect"
+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 ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	>=dev-ml/base-0.14.0:=
+	>=dev-ml/ppx_here-0.14.0:=
+	>=dev-ml/ppx_inline_test-0.14.1:=
+	>=dev-ml/stdio-0.14.0:=
+	>=dev-ml/ppxlib-0.18.0:=
+	>=dev-ml/ocaml-compiler-libs-0.11.0:=
+	>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+	dev-ml/cinaps:=
+	dev-ml/re:=
+"
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+	test? (
+		dev-ml/ppx_jane
+	)"
+# https://bugs.gentoo.org/749291#c2
+RESTRICT=test


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2021-10-11  5:45 Sam James
  0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2021-10-11  5:45 UTC (permalink / raw
  To: gentoo-commits

commit:     4a4d6b011477bb311e0d0fb3d5accb05dcadb2c7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 05:43:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 05:43:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4d6b01

dev-ml/ppx_expect: Stabilize 0.14.1 amd64, #817731

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

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

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
index 9d7682d713f..ccec1f10be8 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.1.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 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2021-10-11  5:45 Sam James
  0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2021-10-11  5:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6135075cefe47972a0929e8e55ffa828e3f1ed06
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 05:44:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 05:44:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6135075c

dev-ml/ppx_expect: Stabilize 0.14.1 ppc64, #817731

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

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

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
index ccec1f10be8..a33078d68bf 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.1.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 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2021-10-11  8:09 Agostino Sarubbo
  0 siblings, 0 replies; 28+ messages in thread
From: Agostino Sarubbo @ 2021-10-11  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     373e51523182ceb2629857e2f6baeae154b6a8c3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 08:09:26 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 08:09:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373e5152

dev-ml/ppx_expect: ppc stable wrt bug #817731

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
index a33078d68bf..c005644efa4 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.1.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 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2021-10-13 20:37 Sam James
  0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2021-10-13 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     868626437f8384d9f957751632058dd5ff79a502
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 13 20:36:18 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 13 20:36:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86862643

dev-ml/ppx_expect: Stabilize 0.14.1 arm64, #817731

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

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

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
index 9bdc3c3adc8..379350fbc3e 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.1.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 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2021-10-14  3:25 Sam James
  0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2021-10-14  3:25 UTC (permalink / raw
  To: gentoo-commits

commit:     7364d462c86abdeabc51bf88b7da37e338bdf701
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 03:23:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 03:23:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7364d462

dev-ml/ppx_expect: Stabilize 0.14.1 arm, #817731

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

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

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
index 379350fbc3e..596737900de 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.1.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 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2021-10-15  3:04 Sam James
  0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2021-10-15  3:04 UTC (permalink / raw
  To: gentoo-commits

commit:     655fdb80f8d193c0c86ce568b4b7a032b6249e86
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 03:02:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 03:02:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=655fdb80

dev-ml/ppx_expect: tidy ebuild

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

 dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild | 14 +++++++-------
 dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild |  8 ++++----
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
index b055cba214f..6fd1fa74a28 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
@@ -15,23 +15,23 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+RDEPEND="
 	>=dev-ml/base-0.14.0:=
 	>=dev-ml/ppx_here-0.14.0:=
 	>=dev-ml/ppx_inline_test-0.14.1:=
 	>=dev-ml/stdio-0.14.0:=
 	>=dev-ml/ppxlib-0.18.0:=
-		>=dev-ml/ocaml-compiler-libs-0.11.0:=
-		>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
-			dev-ml/cinaps:=
+	>=dev-ml/ocaml-compiler-libs-0.11.0:=
+	>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+	dev-ml/cinaps:=
 	dev-ml/re:=
 "
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
 	test? (
 		dev-ml/ppx_jane
 	)"
+
 # https://bugs.gentoo.org/749291#c2
-RESTRICT=test
+RESTRICT="test"
 
 PATCHES=( "${FILESDIR}"/${P}-ppxlib-0.18.0.patch )

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
index 596737900de..5463fa2ad19 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+RDEPEND="
 	>=dev-ml/base-0.14.0:=
 	>=dev-ml/ppx_here-0.14.0:=
 	>=dev-ml/ppx_inline_test-0.14.1:=
@@ -26,10 +26,10 @@ DEPEND="
 	dev-ml/cinaps:=
 	dev-ml/re:=
 "
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
 	test? (
 		dev-ml/ppx_jane
 	)"
+
 # https://bugs.gentoo.org/749291#c2
-RESTRICT=test
+RESTRICT="test"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2022-01-19 21:03 Alfredo Tupone
  0 siblings, 0 replies; 28+ messages in thread
From: Alfredo Tupone @ 2022-01-19 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     1b8928a1d87ed1068f98b0a06fa35fd0c823db79
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 19 21:03:02 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan 19 21:03:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8928a1

dev-ml/ppx_expect: drop dependency on test (RESTRICT)

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

 dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild | 15 +++++----------
 dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild | 15 +++++----------
 2 files changed, 10 insertions(+), 20 deletions(-)

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
index 6fd1fa74a288..02c9a3424d8e 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,8 +12,9 @@ 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"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
+IUSE="+ocamlopt"
+# https://bugs.gentoo.org/749291#c2
+RESTRICT="test"
 
 RDEPEND="
 	>=dev-ml/base-0.14.0:=
@@ -26,12 +27,6 @@ RDEPEND="
 	dev-ml/cinaps:=
 	dev-ml/re:=
 "
-DEPEND="${RDEPEND}
-	test? (
-		dev-ml/ppx_jane
-	)"
-
-# https://bugs.gentoo.org/749291#c2
-RESTRICT="test"
+DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}"/${P}-ppxlib-0.18.0.patch )

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
index 5463fa2ad199..64b0a9b04965 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,8 +12,9 @@ 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"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
+IUSE="+ocamlopt"
+# https://bugs.gentoo.org/749291#c2
+RESTRICT="test"
 
 RDEPEND="
 	>=dev-ml/base-0.14.0:=
@@ -26,10 +27,4 @@ RDEPEND="
 	dev-ml/cinaps:=
 	dev-ml/re:=
 "
-DEPEND="${RDEPEND}
-	test? (
-		dev-ml/ppx_jane
-	)"
-
-# https://bugs.gentoo.org/749291#c2
-RESTRICT="test"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2022-02-02 18:30 Alfredo Tupone
  0 siblings, 0 replies; 28+ messages in thread
From: Alfredo Tupone @ 2022-02-02 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a9d85cd55e9266a4e48eccff69d193421e003e0c
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 18:30:17 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 18:30:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d85cd5

dev-ml/ppx_expect: 0.14.2 bump

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

 dev-ml/ppx_expect/Manifest                 |  1 +
 dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-ml/ppx_expect/Manifest b/dev-ml/ppx_expect/Manifest
index b6fc1335e86c..b6750f643205 100644
--- a/dev-ml/ppx_expect/Manifest
+++ b/dev-ml/ppx_expect/Manifest
@@ -1,2 +1,3 @@
 DIST ppx_expect-0.14.0.tar.gz 45661 BLAKE2B 0cba3840743d45f0f11936f090319aab3237c7a14389eb6d035a3b7cdac91e0b169c3ed84407e1bb01a00738bf97b62dba313965e93a2177388666764fe5854b SHA512 7de5d84640d16101d38140b5f621301c9935e3161a7c7d978373940be92fa7f14cad429e79eec294a20d1f379e969cf3c25d15810f1a4d3ad1bb8ba0eb7d7109
 DIST ppx_expect-0.14.1.tar.gz 45699 BLAKE2B b52d579d92156344ff44d30c88603840eb7d6a0d346de49fcbc01ef16fe3c33e664486de4cb2d09f74e853e39b9a01778e7e0f489497fdd34fc9582d895a0d3b SHA512 fd98e79d5b3bb935b2a4077a07894c159b48e142268c2e30ebff2cbfecc92266b454be69f5080b315eefa9184372e5e5248bd8a3b2b9d6cad59e2d517c94bd02
+DIST ppx_expect-0.14.2.tar.gz 45703 BLAKE2B cd1371f6e7e0519c1b30c6d471a1f4be6cbeffa0bf65de1472c9809265c35c307cd36ebb12548f60ab2acb6e9786556f29ae4752ee5cfbfa19fdc2dc14f16aa6 SHA512 bb00e15057ea403241781d2d6a385200496adc79680a01d031416192f8c93efd75a6998602a90d0aba7fcb2110e876b058126bb6397d5ba7fe5dd48c03202169

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild
new file mode 100644
index 000000000000..74d5b7f6ccfd
--- /dev/null
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Cram like framework for OCaml"
+HOMEPAGE="https://github.com/janestreet/ppx_expect"
+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 ~x86"
+IUSE="+ocamlopt"
+# https://bugs.gentoo.org/749291#c2
+RESTRICT="test"
+
+RDEPEND="
+	>=dev-ml/base-0.14.0:=
+	>=dev-ml/ppx_here-0.14.0:=
+	>=dev-ml/ppx_inline_test-0.14.1:=
+	>=dev-ml/stdio-0.14.0:=
+	>=dev-ml/ppxlib-0.18.0:=
+	>=dev-ml/ocaml-compiler-libs-0.11.0:=
+	>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+	dev-ml/cinaps:=
+	dev-ml/re:=
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2022-04-22 18:34 Alfredo Tupone
  0 siblings, 0 replies; 28+ messages in thread
From: Alfredo Tupone @ 2022-04-22 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b195b04bae676879503a7efb9e6beabd5e44a2eb
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 18:33:58 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 18:33:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b195b04b

dev-ml/ppx_expect: 0.15.0 bump

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

 dev-ml/ppx_expect/Manifest                                     |  1 +
 dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild                     |  1 +
 dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild                     |  1 +
 dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild                     |  1 +
 .../{ppx_expect-0.14.2.ebuild => ppx_expect-0.15.0.ebuild}     | 10 ++++++----
 5 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-ml/ppx_expect/Manifest b/dev-ml/ppx_expect/Manifest
index b6750f643205..fc31177f6ffc 100644
--- a/dev-ml/ppx_expect/Manifest
+++ b/dev-ml/ppx_expect/Manifest
@@ -1,3 +1,4 @@
 DIST ppx_expect-0.14.0.tar.gz 45661 BLAKE2B 0cba3840743d45f0f11936f090319aab3237c7a14389eb6d035a3b7cdac91e0b169c3ed84407e1bb01a00738bf97b62dba313965e93a2177388666764fe5854b SHA512 7de5d84640d16101d38140b5f621301c9935e3161a7c7d978373940be92fa7f14cad429e79eec294a20d1f379e969cf3c25d15810f1a4d3ad1bb8ba0eb7d7109
 DIST ppx_expect-0.14.1.tar.gz 45699 BLAKE2B b52d579d92156344ff44d30c88603840eb7d6a0d346de49fcbc01ef16fe3c33e664486de4cb2d09f74e853e39b9a01778e7e0f489497fdd34fc9582d895a0d3b SHA512 fd98e79d5b3bb935b2a4077a07894c159b48e142268c2e30ebff2cbfecc92266b454be69f5080b315eefa9184372e5e5248bd8a3b2b9d6cad59e2d517c94bd02
 DIST ppx_expect-0.14.2.tar.gz 45703 BLAKE2B cd1371f6e7e0519c1b30c6d471a1f4be6cbeffa0bf65de1472c9809265c35c307cd36ebb12548f60ab2acb6e9786556f29ae4752ee5cfbfa19fdc2dc14f16aa6 SHA512 bb00e15057ea403241781d2d6a385200496adc79680a01d031416192f8c93efd75a6998602a90d0aba7fcb2110e876b058126bb6397d5ba7fe5dd48c03202169
+DIST ppx_expect-0.15.0.tar.gz 48825 BLAKE2B 9363497cc5a507d4f9c51be11a3fef254cbd2541c146a1248755763bed6f54a69738ed72ac590e270856b9c04a5949c9bbd59ba25bc8e7d1fc9d76574bcc70c3 SHA512 945ebd31a94debd4a65c3a8dd7e6481e7debe043c48a60bab4085f9d05cba5b8663bf0f5498cb4cd0e86a24182b21006506f20873e5242b31db5de5629113ade

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
index 2193aaf1561b..57b1d0640714 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 	>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
 	dev-ml/cinaps:=
 	dev-ml/re:=
+	=dev-ml/ppx_sexp_conv-0.14*:=
 "
 DEPEND="${RDEPEND}"
 

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
index 5f530407feb2..aa31a4ff6b5f 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
@@ -26,5 +26,6 @@ RDEPEND="
 	>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
 	dev-ml/cinaps:=
 	dev-ml/re:=
+	=dev-ml/ppx_sexp_conv-0.14*:=
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild
index 7bca8391df7b..256d2bac0a82 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild
@@ -26,5 +26,6 @@ RDEPEND="
 	>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
 	dev-ml/cinaps:=
 	dev-ml/re:=
+	=dev-ml/ppx_sexp_conv-0.14*:=
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild b/dev-ml/ppx_expect/ppx_expect-0.15.0.ebuild
similarity index 80%
copy from dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild
copy to dev-ml/ppx_expect/ppx_expect-0.15.0.ebuild
index 7bca8391df7b..bfb2a190211d 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.15.0.ebuild
@@ -17,14 +17,16 @@ IUSE="+ocamlopt"
 RESTRICT="test"
 
 RDEPEND="
-	>=dev-ml/base-0.14.0:=
+	=dev-ml/base-0.15*:=
 	>=dev-ml/ppx_here-0.14.0:=
-	>=dev-ml/ppx_inline_test-0.14.1:=
-	>=dev-ml/stdio-0.14.0:=
-	>=dev-ml/ppxlib-0.18.0:=
+	=dev-ml/ppx_inline_test-0.15*:=
+	=dev-ml/stdio-0.15*:=
+	>=dev-ml/ppxlib-0.23.0:=
 	>=dev-ml/ocaml-compiler-libs-0.11.0:=
 	>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
 	dev-ml/cinaps:=
 	dev-ml/re:=
+	=dev-ml/ppx_sexp_conv-0.15*:=
+	>=dev-lang/ocaml-4.09
 "
 DEPEND="${RDEPEND}"


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

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

commit:     7b7ecbc2bc24156a8c166a9a5e5ac0925320a538
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 07:50:57 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 07:50:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7ecbc2

dev-ml/ppx_expect: change subslot and clean

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

 ...x_expect-0.15.0.ebuild => ppx_expect-0.15.0-r1.ebuild} | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/dev-ml/ppx_expect/ppx_expect-0.15.0.ebuild b/dev-ml/ppx_expect/ppx_expect-0.15.0-r1.ebuild
similarity index 61%
rename from dev-ml/ppx_expect/ppx_expect-0.15.0.ebuild
rename to dev-ml/ppx_expect/ppx_expect-0.15.0-r1.ebuild
index bfb2a190211d..c3a60268154f 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.15.0.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.15.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit dune
 
@@ -10,23 +10,14 @@ HOMEPAGE="https://github.com/janestreet/ppx_expect"
 SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-SLOT="0/${PV}"
+SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 # https://bugs.gentoo.org/749291#c2
 RESTRICT="test"
 
 RDEPEND="
-	=dev-ml/base-0.15*:=
-	>=dev-ml/ppx_here-0.14.0:=
-	=dev-ml/ppx_inline_test-0.15*:=
-	=dev-ml/stdio-0.15*:=
-	>=dev-ml/ppxlib-0.23.0:=
-	>=dev-ml/ocaml-compiler-libs-0.11.0:=
-	>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
-	dev-ml/cinaps:=
+	dev-ml/ppx_inline_test:${SLOT}
 	dev-ml/re:=
-	=dev-ml/ppx_sexp_conv-0.15*:=
-	>=dev-lang/ocaml-4.09
 "
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2023-01-28 13:26 Alfredo Tupone
  0 siblings, 0 replies; 28+ messages in thread
From: Alfredo Tupone @ 2023-01-28 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a267c979aa6554be532cd74d3c4fc21557428eda
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 11:39:03 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 13:24:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a267c979

dev-ml/ppx_expect: add 0.15.1

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

 dev-ml/ppx_expect/Manifest                 |  1 +
 dev-ml/ppx_expect/ppx_expect-0.15.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-ml/ppx_expect/Manifest b/dev-ml/ppx_expect/Manifest
index fc31177f6ffc..656213e07a9d 100644
--- a/dev-ml/ppx_expect/Manifest
+++ b/dev-ml/ppx_expect/Manifest
@@ -2,3 +2,4 @@ DIST ppx_expect-0.14.0.tar.gz 45661 BLAKE2B 0cba3840743d45f0f11936f090319aab3237
 DIST ppx_expect-0.14.1.tar.gz 45699 BLAKE2B b52d579d92156344ff44d30c88603840eb7d6a0d346de49fcbc01ef16fe3c33e664486de4cb2d09f74e853e39b9a01778e7e0f489497fdd34fc9582d895a0d3b SHA512 fd98e79d5b3bb935b2a4077a07894c159b48e142268c2e30ebff2cbfecc92266b454be69f5080b315eefa9184372e5e5248bd8a3b2b9d6cad59e2d517c94bd02
 DIST ppx_expect-0.14.2.tar.gz 45703 BLAKE2B cd1371f6e7e0519c1b30c6d471a1f4be6cbeffa0bf65de1472c9809265c35c307cd36ebb12548f60ab2acb6e9786556f29ae4752ee5cfbfa19fdc2dc14f16aa6 SHA512 bb00e15057ea403241781d2d6a385200496adc79680a01d031416192f8c93efd75a6998602a90d0aba7fcb2110e876b058126bb6397d5ba7fe5dd48c03202169
 DIST ppx_expect-0.15.0.tar.gz 48825 BLAKE2B 9363497cc5a507d4f9c51be11a3fef254cbd2541c146a1248755763bed6f54a69738ed72ac590e270856b9c04a5949c9bbd59ba25bc8e7d1fc9d76574bcc70c3 SHA512 945ebd31a94debd4a65c3a8dd7e6481e7debe043c48a60bab4085f9d05cba5b8663bf0f5498cb4cd0e86a24182b21006506f20873e5242b31db5de5629113ade
+DIST ppx_expect-0.15.1.tar.gz 48800 BLAKE2B de36b8eafb1393c6489f60d91a4eb0da15e0108db7b56536011cb4e0e7fd2168ab97d76256920d40bcf39283435b19b69afe17204a3ecca615ced9c3482e974a SHA512 483c320dcfa628a1140d727e63fe4c5e2b298d9c58ab9975f8b3b5fcfbb3348f04a901d8b4a8d8288b14959fddbf2578a8b48de7352e4ce90439e26a27026780

diff --git a/dev-ml/ppx_expect/ppx_expect-0.15.1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.15.1.ebuild
new file mode 100644
index 000000000000..015618a4a1e6
--- /dev/null
+++ b/dev-ml/ppx_expect/ppx_expect-0.15.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Cram like framework for OCaml"
+HOMEPAGE="https://github.com/janestreet/ppx_expect"
+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"
+# https://bugs.gentoo.org/749291#c2
+RESTRICT="test"
+
+RDEPEND="
+	dev-ml/ppx_inline_test:${SLOT}
+	dev-ml/re:=
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2023-01-28 21:23 Alfredo Tupone
  0 siblings, 0 replies; 28+ messages in thread
From: Alfredo Tupone @ 2023-01-28 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     095b71a8014931d1041feda2161a67df1bafbb39
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 20:31:39 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 21:22:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095b71a8

dev-ml/ppx_expect: adj deps

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

 .../ppx_expect/{ppx_expect-0.15.1.ebuild => ppx_expect-0.15.1-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ml/ppx_expect/ppx_expect-0.15.1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild
similarity index 97%
rename from dev-ml/ppx_expect/ppx_expect-0.15.1.ebuild
rename to dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild
index 015618a4a1e6..bb0f3e768249 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.15.1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild
@@ -17,6 +17,7 @@ IUSE="+ocamlopt"
 RESTRICT="test"
 
 RDEPEND="
+	dev-ml/ppxlib:=
 	dev-ml/ppx_inline_test:${SLOT}
 	dev-ml/re:=
 "


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2023-03-25 15:50 Arthur Zamarin
  0 siblings, 0 replies; 28+ messages in thread
From: Arthur Zamarin @ 2023-03-25 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e6a98eb22de1ae50476103860ce4306627d2d4a4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 15:50:29 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 15:50:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a98eb2

dev-ml/ppx_expect: Stabilize 0.15.1-r1 arm, #901561

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

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

diff --git a/dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild
index 238bb6435076..72f6836f1b64 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.15.1-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"
 # https://bugs.gentoo.org/749291#c2
 RESTRICT="test"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2023-03-25 16:44 Arthur Zamarin
  0 siblings, 0 replies; 28+ messages in thread
From: Arthur Zamarin @ 2023-03-25 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     74ba5748c5dc772b774dea6d30d068bbd219e172
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 16:44:47 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 16:44:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ba5748

dev-ml/ppx_expect: Stabilize 0.15.1-r1 ppc64, #901561

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

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

diff --git a/dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild
index 72f6836f1b64..974af24541db 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.15.1-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"
 # https://bugs.gentoo.org/749291#c2
 RESTRICT="test"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2023-03-25 19:07 Arthur Zamarin
  0 siblings, 0 replies; 28+ messages in thread
From: Arthur Zamarin @ 2023-03-25 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     b58193194941507dd7f7e085574d29e3066df9ff
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 19:07:41 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 19:07:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5819319

dev-ml/ppx_expect: Stabilize 0.15.1-r1 x86, #901561

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

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

diff --git a/dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild
index 974af24541db..fabae57fe286 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.15.1-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"
 # https://bugs.gentoo.org/749291#c2
 RESTRICT="test"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2023-03-26  0:53 Sam James
  0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2023-03-26  0:53 UTC (permalink / raw
  To: gentoo-commits

commit:     aaf5fa692467e263f96eecc32f5197a9b4afe571
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 00:53:22 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 00:53:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf5fa69

dev-ml/ppx_expect: Stabilize 0.15.1-r1 arm64, #901561

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

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

diff --git a/dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild b/dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild
index fabae57fe286..fa56ccd22d25 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.15.1-r1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.15.1-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"
 # https://bugs.gentoo.org/749291#c2
 RESTRICT="test"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/
@ 2023-06-30 19:08 Maciej Barć
  0 siblings, 0 replies; 28+ messages in thread
From: Maciej Barć @ 2023-06-30 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     44a32fed4854dcede185071a3869897c9568ca7f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 18:50:09 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 19:08:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a32fed

dev-ml/ppx_expect: bump to 0.16.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/ppx_expect/Manifest                 |  1 +
 dev-ml/ppx_expect/ppx_expect-0.16.0.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-ml/ppx_expect/Manifest b/dev-ml/ppx_expect/Manifest
index 656213e07a9d..758e433e78df 100644
--- a/dev-ml/ppx_expect/Manifest
+++ b/dev-ml/ppx_expect/Manifest
@@ -3,3 +3,4 @@ DIST ppx_expect-0.14.1.tar.gz 45699 BLAKE2B b52d579d92156344ff44d30c88603840eb7d
 DIST ppx_expect-0.14.2.tar.gz 45703 BLAKE2B cd1371f6e7e0519c1b30c6d471a1f4be6cbeffa0bf65de1472c9809265c35c307cd36ebb12548f60ab2acb6e9786556f29ae4752ee5cfbfa19fdc2dc14f16aa6 SHA512 bb00e15057ea403241781d2d6a385200496adc79680a01d031416192f8c93efd75a6998602a90d0aba7fcb2110e876b058126bb6397d5ba7fe5dd48c03202169
 DIST ppx_expect-0.15.0.tar.gz 48825 BLAKE2B 9363497cc5a507d4f9c51be11a3fef254cbd2541c146a1248755763bed6f54a69738ed72ac590e270856b9c04a5949c9bbd59ba25bc8e7d1fc9d76574bcc70c3 SHA512 945ebd31a94debd4a65c3a8dd7e6481e7debe043c48a60bab4085f9d05cba5b8663bf0f5498cb4cd0e86a24182b21006506f20873e5242b31db5de5629113ade
 DIST ppx_expect-0.15.1.tar.gz 48800 BLAKE2B de36b8eafb1393c6489f60d91a4eb0da15e0108db7b56536011cb4e0e7fd2168ab97d76256920d40bcf39283435b19b69afe17204a3ecca615ced9c3482e974a SHA512 483c320dcfa628a1140d727e63fe4c5e2b298d9c58ab9975f8b3b5fcfbb3348f04a901d8b4a8d8288b14959fddbf2578a8b48de7352e4ce90439e26a27026780
+DIST ppx_expect-0.16.0.tar.gz 48460 BLAKE2B c4e9eecd689c1d0f79183020e634636ca340b16638fb0b76e5a7e89e08626d4cc88bd981533184ed7b81b8d34a0d302ff68920414472c084d5a969e45b6e791e SHA512 fdc8cb76afc9c9b436cbf8627b0c6543ae64fc51e92bf25db99ace10646aef3be3d1a3659dedb3e888494ab4e380e387b92557a584fa3e1eca79e19751a0b950

diff --git a/dev-ml/ppx_expect/ppx_expect-0.16.0.ebuild b/dev-ml/ppx_expect/ppx_expect-0.16.0.ebuild
new file mode 100644
index 000000000000..61d547bb407f
--- /dev/null
+++ b/dev-ml/ppx_expect/ppx_expect-0.16.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Cram like framework for OCaml"
+HOMEPAGE="https://github.com/janestreet/ppx_expect"
+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"
+# https://bugs.gentoo.org/749291#c2
+RESTRICT="test"
+
+RDEPEND="
+	>=dev-ml/ppxlib-0.28.0:=
+	>=dev-ml/re-1.8.0:=
+	dev-ml/base:${SLOT}
+	dev-ml/ppx_here:${SLOT}
+	dev-ml/ppx_inline_test:${SLOT}
+	dev-ml/stdio:${SLOT}
+"
+DEPEND="${RDEPEND}"


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

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

commit:     fd21da13e172b4f766782c7f19628063db510f60
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 19:33:41 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 19:34:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd21da13

dev-ml/ppx_expect: Stabilize 0.16.0 amd64, #933369

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

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

diff --git a/dev-ml/ppx_expect/ppx_expect-0.16.0.ebuild b/dev-ml/ppx_expect/ppx_expect-0.16.0.ebuild
index 61d547bb407f..26f852b786e1 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.16.0.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.16.0.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"
 # https://bugs.gentoo.org/749291#c2
 RESTRICT="test"


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

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

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

dev-ml/ppx_expect: Stabilize 0.16.0 x86, #933369

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

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

diff --git a/dev-ml/ppx_expect/ppx_expect-0.16.0.ebuild b/dev-ml/ppx_expect/ppx_expect-0.16.0.ebuild
index 26f852b786e1..a4d2ce1a42a1 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.16.0.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.16.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 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 # https://bugs.gentoo.org/749291#c2
 RESTRICT="test"


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

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

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

dev-ml/ppx_expect: Stabilize 0.16.0 arm64, #933369

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

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

diff --git a/dev-ml/ppx_expect/ppx_expect-0.16.0.ebuild b/dev-ml/ppx_expect/ppx_expect-0.16.0.ebuild
index 8fd60e6bf98c..bda52bed3d82 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.16.0.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.16.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 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 # https://bugs.gentoo.org/749291#c2
 RESTRICT="test"


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

end of thread, other threads:[~2024-06-02 19:46 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-24 11:40 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2024-06-02 19:46 Arthur Zamarin
2024-06-02 19:41 Arthur Zamarin
2024-06-02 19:36 Arthur Zamarin
2023-06-30 19:08 Maciej Barć
2023-03-26  0:53 Sam James
2023-03-25 19:07 Arthur Zamarin
2023-03-25 16:44 Arthur Zamarin
2023-03-25 15:50 Arthur Zamarin
2023-01-28 21:23 Alfredo Tupone
2023-01-28 13:26 Alfredo Tupone
2022-04-25  7:51 Alfredo Tupone
2022-04-22 18:34 Alfredo Tupone
2022-02-02 18:30 Alfredo Tupone
2022-01-19 21:03 Alfredo Tupone
2021-10-15  3:04 Sam James
2021-10-14  3:25 Sam James
2021-10-13 20:37 Sam James
2021-10-11  8:09 Agostino Sarubbo
2021-10-11  5:45 Sam James
2021-10-11  5:45 Sam James
2021-07-13 16:53 Alfredo Tupone
2021-03-07 18:00 Alfredo Tupone
2021-02-17 21:24 Alfredo Tupone
2020-10-16 15:17 Mark Wright
2020-10-15 12:20 Mark Wright
2016-03-23 13:59 Alexis Ballier
2016-03-22 10:07 Alexis Ballier

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