public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_hash/
@ 2017-08-15  7:26 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2017-08-15  7:26 UTC (permalink / raw
  To: gentoo-commits

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

dev-ml/ppx_hash: convert to opam.eclass

Package-Manager: Portage-2.3.7, Repoman-2.3.3

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

diff --git a/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild
index 8efaec8c338..e46e6394889 100644
--- a/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild
+++ b/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit opam
+
 DESCRIPTION="PPX rewriter that generates hash functions from type expressions and definitions"
 HOMEPAGE="https://github.com/janestreet/ppx_hash"
 SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -13,7 +15,6 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="
-	dev-lang/ocaml:=
 	dev-ml/base:=
 	dev-ml/ppx_compare:=
 	dev-ml/ppx_core:=
@@ -24,12 +25,4 @@ DEPEND="
 	dev-ml/ocaml-migrate-parsetree:=
 	"
 RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder"
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		${PN}.install || die
-}
+DEPEND="${DEPEND} dev-ml/jbuilder"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_hash/
@ 2017-09-10 14:45 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2017-09-10 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6e5fb1020d578bbdb9488385b44461bbac3fbee5
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 14:44:11 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 14:45:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5fb102

dev-ml/ppx_hash: keyworded 0.9.0 for ppc, bug #627836

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild
index e46e6394889..24bf49cf6ef 100644
--- a/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild
+++ b/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_hash/
@ 2018-02-14 14:30 Thomas Deutschmann
  0 siblings, 0 replies; 16+ messages in thread
From: Thomas Deutschmann @ 2018-02-14 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0fdf9a366c063d55576f8a854a650e6a14057b2f
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 14:28:04 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 14:28:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdf9a36

dev-ml/ppx_hash: x86 keyworded (bug #627836)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild
index 24bf49cf6ef..cf6dba57d05 100644
--- a/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild
+++ b/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -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 ~ppc"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="


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

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

commit:     160512f280e098f54fbe1b6be3864405a08ecb0c
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 14:12:40 2020 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 15:16:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160512f2

dev-ml/ppx_hash: Fix deps

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

 dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild
index d4e20915192..92959d81ddd 100644
--- a/dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild
+++ b/dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild
@@ -15,11 +15,12 @@ KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="+ocamlopt"
 
 DEPEND="
-	dev-ml/base:=
-	>=dev-ml/ppx_compare-0.10.0:=
-	dev-ml/ppx_sexp_conv:=
-	dev-ml/ocaml-migrate-parsetree:=
-		dev-ml/result:=
-	dev-ml/ppxlib:=
+	>=dev-ml/base-0.14.0:=
+	>=dev-ml/ppx_compare-0.14.0:=
+	>=dev-ml/ppx_sexp_conv-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:=
 "
 RDEPEND="${DEPEND}"


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

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

commit:     899964113e2e3fbf282efaa1b15daaddca8dea49
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 01:09:10 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 01:09:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89996411

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

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

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

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


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

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

commit:     bb2cd1aa84005fe5c8660b95ef552c3eee78cbe2
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 17:58:25 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 18:00:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2cd1aa

dev-ml/ppx_hash: 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_hash/Manifest              |  1 -
 dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-ml/ppx_hash/Manifest b/dev-ml/ppx_hash/Manifest
index 4b6a5885e6e..ec6e5429ab0 100644
--- a/dev-ml/ppx_hash/Manifest
+++ b/dev-ml/ppx_hash/Manifest
@@ -1,2 +1 @@
 DIST ppx_hash-0.14.0.tar.gz 27859 BLAKE2B 0d89eeec154e62ae42ddaff6b0ccdf827ad768e0f19dcdfd4f8b940f594856c8fc036fa02a2462666f2ee4b675e1594837d196fb92cdbb9f8bdf4e171ce90374 SHA512 21d68c0655c21fcd0cecceb8c69e45706b57db160e49c3b112e67cc874a8084946dbae8709ed99f24e7282182c7238cf95ef00bec3ac5a271409e9d5f788467c
-DIST ppx_hash-0.9.0.tar.gz 26942 BLAKE2B 589b9fe1ced89c0dbbc9d3472e21c278a9d1d29c1ceaa3a19ae853727cb4fc446e67deb8b63274ccfbd95fbfa49a5e8cba764bf2a3ae26bb994c9fb16f2b9f32 SHA512 401a87f5cc357ad50fc23f2450b84d6113cd79c1d2506f6e95476795fde0f3240ca252fc3bfe083f9ee1d0511ea3909481387ecf597edef6f90f9756a5a97096

diff --git a/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild
deleted file mode 100644
index cf6dba57d05..00000000000
--- a/dev-ml/ppx_hash/ppx_hash-0.9.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="PPX rewriter that generates hash functions from type expressions and definitions"
-HOMEPAGE="https://github.com/janestreet/ppx_hash"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
-	dev-ml/base:=
-	dev-ml/ppx_compare:=
-	dev-ml/ppx_core:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_metaquot:=
-	dev-ml/ppx_sexp_conv:=
-	dev-ml/ppx_type_conv:=
-	dev-ml/ocaml-migrate-parsetree:=
-	"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/jbuilder"


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

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

commit:     bac60b0e784db4d01077322e213656c6197acc08
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 08:30:34 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 08:30:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac60b0e

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

diff --git a/dev-ml/ppx_hash/Manifest b/dev-ml/ppx_hash/Manifest
index ec6e5429ab05..fff4d3fb54d6 100644
--- a/dev-ml/ppx_hash/Manifest
+++ b/dev-ml/ppx_hash/Manifest
@@ -1 +1,2 @@
 DIST ppx_hash-0.14.0.tar.gz 27859 BLAKE2B 0d89eeec154e62ae42ddaff6b0ccdf827ad768e0f19dcdfd4f8b940f594856c8fc036fa02a2462666f2ee4b675e1594837d196fb92cdbb9f8bdf4e171ce90374 SHA512 21d68c0655c21fcd0cecceb8c69e45706b57db160e49c3b112e67cc874a8084946dbae8709ed99f24e7282182c7238cf95ef00bec3ac5a271409e9d5f788467c
+DIST ppx_hash-0.15.0.tar.gz 28632 BLAKE2B 07c2416bcd1504bc82970a569984fdf225bf74e98d3b8e401b32370eee657a2b1b53a1903a702fcb04c295d1df08de67b9f6971ec8f1dcbf31e87c36136b27b2 SHA512 333d2b232b1d5c15fe144bafb7ad4c843e5381e71b21b25a6fb9c03b1ee98ba81580de7036580ac2d04dcdfed0af20003875b9374412b8ef130b4647c30fee6a

diff --git a/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild
new file mode 100644
index 000000000000..287a652b531d
--- /dev/null
+++ b/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="PPX rewriter that generates hash functions from type expressions and definitions"
+HOMEPAGE="https://github.com/janestreet/ppx_hash"
+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/ppx_compare:${SLOT}
+	dev-ml/ppx_sexp_conv:${SLOT}
+	>=dev-ml/ppxlib-0.23.0:=
+	>=dev-ml/ocaml-compiler-libs-0.11.0:=
+"
+RDEPEND="${DEPEND}"


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

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

commit:     a7751902e2b6af29d96b66dcb9f5168e4ed14096
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 10:00:54 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 10:00:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7751902

dev-ml/ppx_hash: revisit RDEPS

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

 dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild
index 287a652b531d..6dfef0b15b67 100644
--- a/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild
+++ b/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild
@@ -15,10 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="
-	dev-ml/base:${SLOT}
-	dev-ml/ppx_compare:${SLOT}
 	dev-ml/ppx_sexp_conv:${SLOT}
-	>=dev-ml/ppxlib-0.23.0:=
-	>=dev-ml/ocaml-compiler-libs-0.11.0:=
+	dev-ml/ppx_compare:${SLOT}
 "
 RDEPEND="${DEPEND}"


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

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

commit:     3b4f94e3b45c2b5fec9a31b8277a05d5ca10d799
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 19:14:47 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 19:15:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4f94e3

dev-ml/ppx_hash: add ppxlib deps

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

 dev-ml/ppx_hash/{ppx_hash-0.15.0.ebuild => ppx_hash-0.15.0-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild
similarity index 89%
rename from dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild
rename to dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild
index 6dfef0b15b67..ff5f22a05f00 100644
--- a/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild
+++ b/dev-ml/ppx_hash/ppx_hash-0.15.0-r1.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
@@ -17,5 +17,6 @@ IUSE="+ocamlopt"
 DEPEND="
 	dev-ml/ppx_sexp_conv:${SLOT}
 	dev-ml/ppx_compare:${SLOT}
+	>=dev-ml/ppxlib-0.23:=
 "
 RDEPEND="${DEPEND}"


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

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

commit:     70cae2aaa8e09a1d9a52d2d0cea7f5bc27445766
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 13:39:26 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 13:39:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cae2aa

dev-ml/ppx_hash: stabilize 0.15.0-r1 for amd64

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

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

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


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

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

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

dev-ml/ppx_hash: Stabilize 0.15.0-r1 arm64, #901527

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

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

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


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

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

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

dev-ml/ppx_hash: Stabilize 0.15.0-r1 x86, #901527

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

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

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


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

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

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

dev-ml/ppx_hash: Stabilize 0.15.0-r1 arm, #901527

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

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

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


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

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

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

dev-ml/ppx_hash: Stabilize 0.15.0-r1 ppc64, #901527

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

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

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


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

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

commit:     7e70e02a18417a0c2f7df44f03b07bfab6352935
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 13:05:53 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 13:14:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e70e02a

dev-ml/ppx_hash: add 0.16.0

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

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

diff --git a/dev-ml/ppx_hash/Manifest b/dev-ml/ppx_hash/Manifest
index fff4d3fb54d6..f15ca84befaf 100644
--- a/dev-ml/ppx_hash/Manifest
+++ b/dev-ml/ppx_hash/Manifest
@@ -1,2 +1,3 @@
 DIST ppx_hash-0.14.0.tar.gz 27859 BLAKE2B 0d89eeec154e62ae42ddaff6b0ccdf827ad768e0f19dcdfd4f8b940f594856c8fc036fa02a2462666f2ee4b675e1594837d196fb92cdbb9f8bdf4e171ce90374 SHA512 21d68c0655c21fcd0cecceb8c69e45706b57db160e49c3b112e67cc874a8084946dbae8709ed99f24e7282182c7238cf95ef00bec3ac5a271409e9d5f788467c
 DIST ppx_hash-0.15.0.tar.gz 28632 BLAKE2B 07c2416bcd1504bc82970a569984fdf225bf74e98d3b8e401b32370eee657a2b1b53a1903a702fcb04c295d1df08de67b9f6971ec8f1dcbf31e87c36136b27b2 SHA512 333d2b232b1d5c15fe144bafb7ad4c843e5381e71b21b25a6fb9c03b1ee98ba81580de7036580ac2d04dcdfed0af20003875b9374412b8ef130b4647c30fee6a
+DIST ppx_hash-0.16.0.tar.gz 28660 BLAKE2B 8cd12ae26beb6a6828ebb1ebd5d3168d37e9b0dc61feca742a9cee0e992e9be84b9a7b1f32e708e68d4644a3cd6dc29c6d302ae780efcd466731624821dd0238 SHA512 b06f67fa0550a40a96fd02e1b65240470a014fcf6f6d4f0f21f77d2d7f2eaba3b86faef462d329b416f9e6234f287ac3a3c72875cbac53b0532d8ab82c0199e7

diff --git a/dev-ml/ppx_hash/ppx_hash-0.16.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.16.0.ebuild
new file mode 100644
index 000000000000..9c0369a11436
--- /dev/null
+++ b/dev-ml/ppx_hash/ppx_hash-0.16.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="PPX rewriter that generates hash functions from type expressions and definitions"
+HOMEPAGE="https://github.com/janestreet/ppx_hash"
+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/ppx_sexp_conv:${SLOT}
+	dev-ml/ppx_compare:${SLOT}
+	>=dev-ml/ppxlib-0.28:=
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_hash/
@ 2024-06-11  6:39 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2024-06-11  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     c4f815240a5bcde0f819041256f91d5788247f7a
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 06:36:21 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 06:36:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f81524

dev-ml/ppx_hash: add [ocamlopt?]

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

 dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild
index 0c44e13d9fb0..72309e6e0347 100644
--- a/dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild
+++ b/dev-ml/ppx_hash/ppx_hash-0.17.0.ebuild
@@ -17,11 +17,11 @@ IUSE="+ocamlopt"
 RDEPEND="
 	>=dev-lang/ocaml-5
 	dev-ml/base:${SLOT}[ocamlopt?]
-	dev-ml/ppx_compare:${SLOT}
-	dev-ml/ppx_sexp_conv:${SLOT}
+	dev-ml/ppx_compare:${SLOT}[ocamlopt?]
+	dev-ml/ppx_sexp_conv:${SLOT}[ocamlopt?]
 	>=dev-ml/ppxlib-0.32.1:=[ocamlopt?]
 	dev-ml/ppxlib_jane:${SLOT}[ocamlopt?]
-	dev-ml/sexplib0:${SLOT}
+	dev-ml/sexplib0:${SLOT}[ocamlopt?]
 "
 DEPEND="${RDEPEND}"
 BDEPEND=">=dev-ml/dune-3.11"


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

end of thread, other threads:[~2024-06-11  6:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-24  8:30 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_hash/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2024-06-11  6:39 Alfredo Tupone
2023-06-30 13:14 Alfredo Tupone
2023-03-25 13:13 Arthur Zamarin
2023-03-25 13:13 Arthur Zamarin
2023-03-25 13:13 Arthur Zamarin
2023-03-25 13:11 Arthur Zamarin
2023-03-16 13:42 Alfredo Tupone
2023-02-09 19:15 Alfredo Tupone
2022-04-24 10:01 Alfredo Tupone
2021-03-07 18:00 Alfredo Tupone
2020-10-17  1:16 Sam James
2020-10-16 15:17 Mark Wright
2018-02-14 14:30 Thomas Deutschmann
2017-09-10 14:45 Sergei Trofimovich
2017-08-15  7:26 Alexis Ballier

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