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

commit:     ddf8f7ced43098d8159994570837e0507da16315
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 09:22:36 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 10:06:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf8f7ce

dev-ml/ppx_fields_conv: bump to 113.33.00

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

 dev-ml/ppx_fields_conv/Manifest                    |  1 +
 .../ppx_fields_conv-113.33.00.ebuild               | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-ml/ppx_fields_conv/Manifest b/dev-ml/ppx_fields_conv/Manifest
index 395c38e..45736c0 100644
--- a/dev-ml/ppx_fields_conv/Manifest
+++ b/dev-ml/ppx_fields_conv/Manifest
@@ -1 +1,2 @@
 DIST ppx_fields_conv-113.24.00.tar.gz 59020 SHA256 ac77d3db7dafe877713f309bbc991a9c7dbc80a10184e395c1e11bee3b120028 SHA512 6f68be7001cc3a6e95b6ce5e098ba99bea17febf1f39ef1d12e51c5514a1b73a9115fb69ab0c990312394fcd13f141158f9ea1388e1f96239a64629e5369e972 WHIRLPOOL 4dd5bb25def6d9e3025852963f668c4a43c69345e4ab4111593049ee4b98cce5f5f5ded9453d1457a687e7b1c31bfde48bb231b5b9af2ae85928fb494d5e1d16
+DIST ppx_fields_conv-113.33.00.tar.gz 60510 SHA256 33f70d23679530bb50c3b3f518b578a4f6a90a5301032ddb39ba42a42f4b9193 SHA512 cfda9fdefda933c8bd4d7c5791df96642c0ce94a45e5b69b30300d255e4d8a0d8d872008a914f5d51d7611f1a26162af9a56f6b752c9ee33f131ade85d4bfeca WHIRLPOOL 0b30347da9b6dedd87ac4cdaa1fd16f194e6a056b516edaaafa541063720ca0d48791e24eb31ba2bc6374f9aa287835eb879d4dd1d959d26848fccea791b0028

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-113.33.00.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-113.33.00.ebuild
new file mode 100644
index 0000000..67db485
--- /dev/null
+++ b/dev-ml/ppx_fields_conv/ppx_fields_conv-113.33.00.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Generation of accessor and iteration functions for ocaml records"
+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_core:=
+	dev-ml/ppx_type_conv:=
+	dev-ml/fieldslib:=
+"
+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] 15+ messages in thread

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

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

dev-ml/ppx_fields_conv: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/ppx_fields_conv/Manifest                    |  1 -
 .../ppx_fields_conv-113.24.00.ebuild               | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-ml/ppx_fields_conv/Manifest b/dev-ml/ppx_fields_conv/Manifest
index 45736c0..001635e 100644
--- a/dev-ml/ppx_fields_conv/Manifest
+++ b/dev-ml/ppx_fields_conv/Manifest
@@ -1,2 +1 @@
-DIST ppx_fields_conv-113.24.00.tar.gz 59020 SHA256 ac77d3db7dafe877713f309bbc991a9c7dbc80a10184e395c1e11bee3b120028 SHA512 6f68be7001cc3a6e95b6ce5e098ba99bea17febf1f39ef1d12e51c5514a1b73a9115fb69ab0c990312394fcd13f141158f9ea1388e1f96239a64629e5369e972 WHIRLPOOL 4dd5bb25def6d9e3025852963f668c4a43c69345e4ab4111593049ee4b98cce5f5f5ded9453d1457a687e7b1c31bfde48bb231b5b9af2ae85928fb494d5e1d16
 DIST ppx_fields_conv-113.33.00.tar.gz 60510 SHA256 33f70d23679530bb50c3b3f518b578a4f6a90a5301032ddb39ba42a42f4b9193 SHA512 cfda9fdefda933c8bd4d7c5791df96642c0ce94a45e5b69b30300d255e4d8a0d8d872008a914f5d51d7611f1a26162af9a56f6b752c9ee33f131ade85d4bfeca WHIRLPOOL 0b30347da9b6dedd87ac4cdaa1fd16f194e6a056b516edaaafa541063720ca0d48791e24eb31ba2bc6374f9aa287835eb879d4dd1d959d26848fccea791b0028

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-113.24.00.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-113.24.00.ebuild
deleted file mode 100644
index 67db485..00000000
--- a/dev-ml/ppx_fields_conv/ppx_fields_conv-113.24.00.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Generation of accessor and iteration functions for ocaml records"
-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_core:=
-	dev-ml/ppx_type_conv:=
-	dev-ml/fieldslib:=
-"
-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] 15+ messages in thread

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

commit:     019a1fdf15664be1dcd3026218d91f103f6f4263
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 19:41:02 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 08:35:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019a1fdf

dev-ml/ppx_fields_conv: revbump for propagating previous fix

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../{ppx_fields_conv-0.9.0.ebuild => ppx_fields_conv-0.9.0-r1.ebuild}     | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0-r1.ebuild
similarity index 100%
rename from dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0.ebuild
rename to dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0-r1.ebuild


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

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

commit:     0bb15e4b933ec0b6b0e9c3bc02e5e5149ffc76c5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 19:39:27 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 08:35:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb15e4b

dev-ml/ppx_fields_conv: add missing dev-lang/ocaml:= dep

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0.ebuild
index f1c457e311c..eff75b69988 100644
--- a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0.ebuild
+++ b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0.ebuild
@@ -13,6 +13,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="
+	dev-lang/ocaml:=
 	dev-ml/ppx_core:=
 	dev-ml/ppx_driver:=
 	dev-ml/ppx_metaquot:=


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

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

commit:     77863437bc3dae10fed929c4626cf52c98aff8b1
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 10:03:20 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 14:42:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77863437

dev-ml/ppx_fields_conv: add missing ppx_traverse_builtins dep

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0-r1.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0-r1.ebuild
index eff75b69988..69e25ca36f1 100644
--- a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0-r1.ebuild
+++ b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0-r1.ebuild
@@ -20,6 +20,7 @@ DEPEND="
 	dev-ml/ppx_type_conv:=
 	dev-ml/fieldslib:=
 	dev-ml/ocaml-migrate-parsetree:=
+	dev-ml/ppx_traverse_builtins:=
 "
 RDEPEND="${DEPEND}"
 DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder"


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

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

commit:     ccf38cbeedd9e03341050d3fa99245d6f99f6514
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 14:10:15 2020 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 15:16:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf38cbe

dev-ml/ppx_fields_conv: Fix deps

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

 dev-ml/ppx_fields_conv/ppx_fields_conv-0.14.1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.14.1.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.14.1.ebuild
index efa7ded5042..7d722557c22 100644
--- a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.14.1.ebuild
+++ b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.14.1.ebuild
@@ -15,11 +15,11 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="
-	dev-ml/base:=
-	dev-ml/fieldslib:=
+	>=dev-ml/base-0.14.0:=
+	>=dev-ml/fieldslib-0.14.0:=
 	>=dev-ml/ppxlib-0.18.0:=
-		dev-ml/ocaml-migrate-parsetree:=
-			dev-ml/result:=
+		>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+			dev-ml/cinaps:=
 "
 RDEPEND="${DEPEND}"
 


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

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

commit:     bdd7db5aad26e9da696eadcc3e059cfd357ec88a
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 19:42:10 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 19:55:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd7db5a

dev-ml/ppx_fields_conv: 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_fields_conv/Manifest                    |  1 -
 .../ppx_fields_conv-0.9.0-r1.ebuild                | 27 ----------------------
 2 files changed, 28 deletions(-)

diff --git a/dev-ml/ppx_fields_conv/Manifest b/dev-ml/ppx_fields_conv/Manifest
index 61f525af847..65ad3dca4a8 100644
--- a/dev-ml/ppx_fields_conv/Manifest
+++ b/dev-ml/ppx_fields_conv/Manifest
@@ -1,2 +1 @@
 DIST ppx_fields_conv-0.14.1.tar.gz 14348 BLAKE2B 09bd2db4dab314ba50bcd5566c4ba4fd834fc34ba15be2132d5cbe3c27e5c76e37b4cccd3bc4cc4a5bd930f95215f6100557b89e44d54e906e382381be1fe257 SHA512 afd0f16b851e2984e46ac1d9347268a1cdb9a9054ea18435a5030dd512ba56f97b54639cc6cc6254498ca3fd2fa4d5c0053c7f2ceddd531ebbd9afef5b5f3e3d
-DIST ppx_fields_conv-0.9.0.tar.gz 15171 BLAKE2B 5a0051a1b362dcf15ddd4ec4f3f6f4df6d709a8c2709222a2d2502eb12b8728fb28ce9213a1789270d30505c6084ab8203dc7b49d7043d9820aabb0cc74c51c2 SHA512 1edcd7076c1dbba84b86f05624b3792404b24ae4414ee0c3b32dcfc998da77a2a9d52d063fefc24be21d98472d6f58880c37ac29c610fb5b8a401224fc654ec1

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0-r1.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0-r1.ebuild
deleted file mode 100644
index b0352e3866e..00000000000
--- a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Generation of accessor and iteration functions for ocaml records"
-HOMEPAGE="https://github.com/janestreet/ppx_fields_conv"
-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_core:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_metaquot:=
-	dev-ml/ppx_type_conv:=
-	dev-ml/fieldslib:=
-	dev-ml/ocaml-migrate-parsetree:=
-	dev-ml/ppx_traverse_builtins:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/jbuilder"


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

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

commit:     800b7522fff5dd7d8b288de6eaa3d719d6285d28
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 19:07:13 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 19:07:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800b7522

dev-ml/ppx_fields_conv: 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_fields_conv/Manifest                    |  1 +
 .../ppx_fields_conv/ppx_fields_conv-0.14.2.ebuild  | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-ml/ppx_fields_conv/Manifest b/dev-ml/ppx_fields_conv/Manifest
index 65ad3dca4a8e..99673a15bd62 100644
--- a/dev-ml/ppx_fields_conv/Manifest
+++ b/dev-ml/ppx_fields_conv/Manifest
@@ -1 +1,2 @@
 DIST ppx_fields_conv-0.14.1.tar.gz 14348 BLAKE2B 09bd2db4dab314ba50bcd5566c4ba4fd834fc34ba15be2132d5cbe3c27e5c76e37b4cccd3bc4cc4a5bd930f95215f6100557b89e44d54e906e382381be1fe257 SHA512 afd0f16b851e2984e46ac1d9347268a1cdb9a9054ea18435a5030dd512ba56f97b54639cc6cc6254498ca3fd2fa4d5c0053c7f2ceddd531ebbd9afef5b5f3e3d
+DIST ppx_fields_conv-0.14.2.tar.gz 14314 BLAKE2B d6c28a157c0d5fc73ef6793c23539c9ae6b706445f24b8761a63a932c42e4d75237b4b092122e7049d3526c33bb3fbce52f44deaa8e52ab233b1ede51a02f09f SHA512 19cf14f79bd6425519e08089b6de19a79ed3f435cd453eeae6c7fe88d65ae4de4d5b47cf19d086bb2ba41066b344da7062d5153eaba7389da8dcf95c7284b522

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.14.2.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.14.2.ebuild
new file mode 100644
index 000000000000..30a5992fb3fc
--- /dev/null
+++ b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.14.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Generation of accessor and iteration functions for ocaml records"
+HOMEPAGE="https://github.com/janestreet/ppx_fields_conv"
+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"
+
+DEPEND="
+	>=dev-ml/base-0.14.0:=
+	>=dev-ml/fieldslib-0.14.0:=
+	>=dev-ml/ppxlib-0.18.0:=
+	>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+	dev-ml/cinaps:=
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_fields_conv/
@ 2022-04-24 11:26 Alfredo Tupone
  0 siblings, 0 replies; 15+ messages in thread
From: Alfredo Tupone @ 2022-04-24 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     5464e4e9895ce6cb5dc611c330725bb86abdd152
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 11:25:52 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 11:26:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5464e4e9

dev-ml/ppx_fields_conv: 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_fields_conv/Manifest                    |  1 +
 .../ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild  | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-ml/ppx_fields_conv/Manifest b/dev-ml/ppx_fields_conv/Manifest
index 99673a15bd62..4fd8e21374ac 100644
--- a/dev-ml/ppx_fields_conv/Manifest
+++ b/dev-ml/ppx_fields_conv/Manifest
@@ -1,2 +1,3 @@
 DIST ppx_fields_conv-0.14.1.tar.gz 14348 BLAKE2B 09bd2db4dab314ba50bcd5566c4ba4fd834fc34ba15be2132d5cbe3c27e5c76e37b4cccd3bc4cc4a5bd930f95215f6100557b89e44d54e906e382381be1fe257 SHA512 afd0f16b851e2984e46ac1d9347268a1cdb9a9054ea18435a5030dd512ba56f97b54639cc6cc6254498ca3fd2fa4d5c0053c7f2ceddd531ebbd9afef5b5f3e3d
 DIST ppx_fields_conv-0.14.2.tar.gz 14314 BLAKE2B d6c28a157c0d5fc73ef6793c23539c9ae6b706445f24b8761a63a932c42e4d75237b4b092122e7049d3526c33bb3fbce52f44deaa8e52ab233b1ede51a02f09f SHA512 19cf14f79bd6425519e08089b6de19a79ed3f435cd453eeae6c7fe88d65ae4de4d5b47cf19d086bb2ba41066b344da7062d5153eaba7389da8dcf95c7284b522
+DIST ppx_fields_conv-0.15.0.tar.gz 16432 BLAKE2B 1db37d33228d3090c611b4545cedd8138ae970fde5878d17de740aa231c3c50defcae743bf633e1a42f9610f1815ca9166dd9749ff392fccdf55e16affc07b9e SHA512 5fd20c0bfd0ba9bfd4aad98b0beb2be7978668dea1e6ca4099eeb60f86533b0ea89168af1d5556fea295ea93829c62358c66780550d27177b9f7eb2bd08dd3c8

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild
new file mode 100644
index 000000000000..10d4c09010bc
--- /dev/null
+++ b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Generation of accessor and iteration functions for ocaml records"
+HOMEPAGE="https://github.com/janestreet/ppx_fields_conv"
+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:${SLOT}
+	>=dev-ml/fieldslib-0.15.0:=
+	>=dev-ml/ppxlib-0.23.0:=
+"
+RDEPEND="${DEPEND}"


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

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

commit:     f2f02801696420ba750dc17772a414be434b20c4
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 12:54:23 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 12:55:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f02801

dev-ml/ppx_fields_conv: stabilize 0.15.0 for amd64

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

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

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild
index 10d4c09010bc..06c6f505b1b4 100644
--- a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild
+++ b/dev-ml/ppx_fields_conv/ppx_fields_conv-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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_fields_conv/
@ 2023-03-25  1:43 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-03-25  1:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a689d2c55a7b723b4e8c497072a37dc66c8b4a9d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 01:42:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 01:42:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a689d2c5

dev-ml/ppx_fields_conv: Stabilize 0.15.0 arm, #901539

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

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

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild
index 06c6f505b1b4..b19e24ee86ca 100644
--- a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild
+++ b/dev-ml/ppx_fields_conv/ppx_fields_conv-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 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_fields_conv/
@ 2023-03-25  1:47 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-03-25  1:47 UTC (permalink / raw
  To: gentoo-commits

commit:     43aec2650972383a7ea52b5a2a5657f4c11eb7a5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 01:47:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 01:47:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43aec265

dev-ml/ppx_fields_conv: Stabilize 0.15.0 arm64, #901539

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

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

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild
index b19e24ee86ca..eac3ac7515c2 100644
--- a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild
+++ b/dev-ml/ppx_fields_conv/ppx_fields_conv-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 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_fields_conv/
@ 2023-03-25  1:52 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-03-25  1:52 UTC (permalink / raw
  To: gentoo-commits

commit:     9bc754112ae84a5e14277a83fa4eeca56b22b1b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 01:52:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 01:52:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc75411

dev-ml/ppx_fields_conv: Stabilize 0.15.0 ppc64, #901539

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

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

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild
index eac3ac7515c2..1042b40e849b 100644
--- a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild
+++ b/dev-ml/ppx_fields_conv/ppx_fields_conv-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 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

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

commit:     d1f2f31c73ced5993fc8e8256e161821e4f3cf14
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 13:04:35 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 13:04:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f2f31c

dev-ml/ppx_fields_conv: Stabilize 0.15.0 x86, #901539

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

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

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild
index 1042b40e849b..38054ac10994 100644
--- a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.15.0.ebuild
+++ b/dev-ml/ppx_fields_conv/ppx_fields_conv-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 ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="


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

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

commit:     052b7c8a205e0ee14e94b47c82bfde8f96c18874
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 19:48:30 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 20:12:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=052b7c8a

dev-ml/ppx_fields_conv: add 0.16.0

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

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

diff --git a/dev-ml/ppx_fields_conv/Manifest b/dev-ml/ppx_fields_conv/Manifest
index 4fd8e21374ac..be02ffe5df79 100644
--- a/dev-ml/ppx_fields_conv/Manifest
+++ b/dev-ml/ppx_fields_conv/Manifest
@@ -1,3 +1,4 @@
 DIST ppx_fields_conv-0.14.1.tar.gz 14348 BLAKE2B 09bd2db4dab314ba50bcd5566c4ba4fd834fc34ba15be2132d5cbe3c27e5c76e37b4cccd3bc4cc4a5bd930f95215f6100557b89e44d54e906e382381be1fe257 SHA512 afd0f16b851e2984e46ac1d9347268a1cdb9a9054ea18435a5030dd512ba56f97b54639cc6cc6254498ca3fd2fa4d5c0053c7f2ceddd531ebbd9afef5b5f3e3d
 DIST ppx_fields_conv-0.14.2.tar.gz 14314 BLAKE2B d6c28a157c0d5fc73ef6793c23539c9ae6b706445f24b8761a63a932c42e4d75237b4b092122e7049d3526c33bb3fbce52f44deaa8e52ab233b1ede51a02f09f SHA512 19cf14f79bd6425519e08089b6de19a79ed3f435cd453eeae6c7fe88d65ae4de4d5b47cf19d086bb2ba41066b344da7062d5153eaba7389da8dcf95c7284b522
 DIST ppx_fields_conv-0.15.0.tar.gz 16432 BLAKE2B 1db37d33228d3090c611b4545cedd8138ae970fde5878d17de740aa231c3c50defcae743bf633e1a42f9610f1815ca9166dd9749ff392fccdf55e16affc07b9e SHA512 5fd20c0bfd0ba9bfd4aad98b0beb2be7978668dea1e6ca4099eeb60f86533b0ea89168af1d5556fea295ea93829c62358c66780550d27177b9f7eb2bd08dd3c8
+DIST ppx_fields_conv-0.16.0.tar.gz 21481 BLAKE2B a3a19b935b457fba0aebbe308ee3452df7d698073c1d15fb0e7948f19a64c0d6d5f358d35979e16eaafd220413c1865c22d6dbe197ab6623d30050d72f55b3da SHA512 14bd27628f653aca239c82b528af1dea65446d56ecd2e30c4d9d2f8555854c45e7a0c5c4f6230de7abe3869fe2c8be569b26d6c217296c607c6e8b336a4af575

diff --git a/dev-ml/ppx_fields_conv/ppx_fields_conv-0.16.0.ebuild b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.16.0.ebuild
new file mode 100644
index 000000000000..cae47d35fba1
--- /dev/null
+++ b/dev-ml/ppx_fields_conv/ppx_fields_conv-0.16.0.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="Generation of accessor and iteration functions for ocaml records"
+HOMEPAGE="https://github.com/janestreet/ppx_fields_conv"
+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-lang/ocaml-4.14
+	dev-ml/base:${SLOT}
+	dev-ml/fieldslib:${SLOT}
+	>=dev-ml/ppxlib-0.28.0:=
+"
+RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2023-07-01 20:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-17  8:35 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_fields_conv/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2023-07-01 20:12 Alfredo Tupone
2023-03-25 13:04 Arthur Zamarin
2023-03-25  1:52 Sam James
2023-03-25  1:47 Sam James
2023-03-25  1:43 Sam James
2023-03-16 12:55 Alfredo Tupone
2022-04-24 11:26 Alfredo Tupone
2022-02-02 19:07 Alfredo Tupone
2021-03-07 19:55 Alfredo Tupone
2020-10-16 15:17 Mark Wright
2017-06-25 14:42 Alexis Ballier
2017-04-17  8:35 Alexis Ballier
2017-01-24 11:40 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