* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/
@ 2016-02-16 9:51 Alexis Ballier
0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2016-02-16 9:51 UTC (permalink / raw
To: gentoo-commits
commit: daf28de6c5c93a828416923a222eee6ed6b678ae
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 09:51:31 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 09:51:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf28de6
dev-ml/ppx_assert: fix description
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild b/dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild
index 92e351d..03abed6 100644
--- a/dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild
+++ b/dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
inherit oasis
-DESCRIPTION="Optional compilation for OCaml"
+DESCRIPTION="Assert-like extension nodes that raise useful errors on failure"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/
@ 2016-03-22 10:07 Alexis Ballier
0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2016-03-22 10:07 UTC (permalink / raw
To: gentoo-commits
commit: 26f0b61dde9df71e5a011d1625416c3107b81b28
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 09:45:23 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 10:07:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f0b61d
dev-ml/ppx_assert: bump to 113.33.00
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ml/ppx_assert/Manifest | 1 +
dev-ml/ppx_assert/ppx_assert-113.33.00.ebuild | 46 +++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-ml/ppx_assert/Manifest b/dev-ml/ppx_assert/Manifest
index aef354f..87b2a42 100644
--- a/dev-ml/ppx_assert/Manifest
+++ b/dev-ml/ppx_assert/Manifest
@@ -1 +1,2 @@
DIST ppx_assert-113.24.00.tar.gz 54859 SHA256 2a282e277a85fd6f7b0140da42081a053d22cc266c5819ed23affd64f0040da3 SHA512 83c6085d0badef7881fdfffa3a53e9e73fec9b1ecf160fd6312bee73d0bb8d77db89526a420809b4bac32074c24e0c545d700edde9dabc10e1c3b01e0cca4e06 WHIRLPOOL 5b8e441bff129f3016696630854b256edf8131279fd4c7a05c5d4c10cb708d0cbbb1f810d2cd81230f7f76edd76af9e065d81d6e6c0d5b72d03448949cfeff38
+DIST ppx_assert-113.33.00.tar.gz 54623 SHA256 e89d01aa175ce4e08a45749ea5b840adc3341a4314d46b8ea207506377e55ef2 SHA512 f84ac876df2a8bda9a65efa9ca89832d1260d7a3b5186a09b4f885ab1cd1f98b68d3bafcfc6bee8f03689083de8961578308171c498ef0ddcc351ae69657c2ee WHIRLPOOL 974282e4811b7a8a7d407092fe429218a0695b79a4dee3900b09ca8886a04367920a4b4cd5c832325225371852e0fb760624aaa19ec53e03f271a893706bf4cb
diff --git a/dev-ml/ppx_assert/ppx_assert-113.33.00.ebuild b/dev-ml/ppx_assert/ppx_assert-113.33.00.ebuild
new file mode 100644
index 0000000..03abed6
--- /dev/null
+++ b/dev-ml/ppx_assert/ppx_assert-113.33.00.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Assert-like extension nodes that raise useful errors on failure"
+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_compare:=
+ dev-ml/ppx_driver:=
+ dev-ml/ppx_here:=
+ dev-ml/ppx_sexp_conv:=
+ dev-ml/ppx_type_conv
+ dev-ml/sexplib:=
+ dev-ml/ppx_core:="
+
+RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND} dev-ml/oasis"
+
+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] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/
@ 2017-01-24 11:40 Alexis Ballier
0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2017-01-24 11:40 UTC (permalink / raw
To: gentoo-commits
commit: f63cfcc7767d66f4924186bc5135dfc650e38954
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 11:32:52 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 11:32:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63cfcc7
dev-ml/ppx_assert: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ml/ppx_assert/Manifest | 1 -
dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild | 46 ---------------------------
2 files changed, 47 deletions(-)
diff --git a/dev-ml/ppx_assert/Manifest b/dev-ml/ppx_assert/Manifest
index 87b2a42..267c275 100644
--- a/dev-ml/ppx_assert/Manifest
+++ b/dev-ml/ppx_assert/Manifest
@@ -1,2 +1 @@
-DIST ppx_assert-113.24.00.tar.gz 54859 SHA256 2a282e277a85fd6f7b0140da42081a053d22cc266c5819ed23affd64f0040da3 SHA512 83c6085d0badef7881fdfffa3a53e9e73fec9b1ecf160fd6312bee73d0bb8d77db89526a420809b4bac32074c24e0c545d700edde9dabc10e1c3b01e0cca4e06 WHIRLPOOL 5b8e441bff129f3016696630854b256edf8131279fd4c7a05c5d4c10cb708d0cbbb1f810d2cd81230f7f76edd76af9e065d81d6e6c0d5b72d03448949cfeff38
DIST ppx_assert-113.33.00.tar.gz 54623 SHA256 e89d01aa175ce4e08a45749ea5b840adc3341a4314d46b8ea207506377e55ef2 SHA512 f84ac876df2a8bda9a65efa9ca89832d1260d7a3b5186a09b4f885ab1cd1f98b68d3bafcfc6bee8f03689083de8961578308171c498ef0ddcc351ae69657c2ee WHIRLPOOL 974282e4811b7a8a7d407092fe429218a0695b79a4dee3900b09ca8886a04367920a4b4cd5c832325225371852e0fb760624aaa19ec53e03f271a893706bf4cb
diff --git a/dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild b/dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild
deleted file mode 100644
index 03abed6..00000000
--- a/dev-ml/ppx_assert/ppx_assert-113.24.00.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Assert-like extension nodes that raise useful errors on failure"
-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_compare:=
- dev-ml/ppx_driver:=
- dev-ml/ppx_here:=
- dev-ml/ppx_sexp_conv:=
- dev-ml/ppx_type_conv
- dev-ml/sexplib:=
- dev-ml/ppx_core:="
-
-RDEPEND="${DEPEND}"
-DEPEND="${RDEPEND} dev-ml/oasis"
-
-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] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/
@ 2017-01-30 22:55 Alexis Ballier
0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2017-01-30 22:55 UTC (permalink / raw
To: gentoo-commits
commit: 51922ada746c289c7f084f7c673db071bcd06e48
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 22:29:15 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 22:29:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51922ada
dev-ml/ppx_assert: bump to 113.33.03
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ml/ppx_assert/Manifest | 1 +
dev-ml/ppx_assert/ppx_assert-113.33.03.ebuild | 46 +++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-ml/ppx_assert/Manifest b/dev-ml/ppx_assert/Manifest
index 267c275..832224b 100644
--- a/dev-ml/ppx_assert/Manifest
+++ b/dev-ml/ppx_assert/Manifest
@@ -1 +1,2 @@
DIST ppx_assert-113.33.00.tar.gz 54623 SHA256 e89d01aa175ce4e08a45749ea5b840adc3341a4314d46b8ea207506377e55ef2 SHA512 f84ac876df2a8bda9a65efa9ca89832d1260d7a3b5186a09b4f885ab1cd1f98b68d3bafcfc6bee8f03689083de8961578308171c498ef0ddcc351ae69657c2ee WHIRLPOOL 974282e4811b7a8a7d407092fe429218a0695b79a4dee3900b09ca8886a04367920a4b4cd5c832325225371852e0fb760624aaa19ec53e03f271a893706bf4cb
+DIST ppx_assert-113.33.03.tar.gz 53560 SHA256 d710cb81f144b45eed32eefb55d67e95e4c0860be8bf5bc474e5ae3871edb3cc SHA512 df28e3a0c5b4238b2457f20dd91ed2974101dd7d4e4c06c6e78aa6585fed66500534e9d6b0965481084a0b0358482a4118527c69042f8cf9bc792dc6091dcb98 WHIRLPOOL 15976c42c0ffa35135504fcfee5e60176b5199bd072031c437d7e9c733d89583d48c113d77d92581d7645e718a8f0dc5105eba8fa6804f19cd50d1c744d66466
diff --git a/dev-ml/ppx_assert/ppx_assert-113.33.03.ebuild b/dev-ml/ppx_assert/ppx_assert-113.33.03.ebuild
new file mode 100644
index 00000000..d37d9e5
--- /dev/null
+++ b/dev-ml/ppx_assert/ppx_assert-113.33.03.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Assert-like extension nodes that raise useful errors on failure"
+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_compare:=
+ dev-ml/ppx_driver:=
+ dev-ml/ppx_here:=
+ dev-ml/ppx_sexp_conv:=
+ dev-ml/ppx_type_conv
+ dev-ml/sexplib:=
+ dev-ml/ppx_core:="
+
+RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND} dev-ml/oasis"
+
+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] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/
@ 2017-04-02 8:38 Alexis Ballier
0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2017-04-02 8:38 UTC (permalink / raw
To: gentoo-commits
commit: f9833741196ecfd4fb45acdd2292eb197a93e47d
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 1 16:37:48 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Apr 2 08:37:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9833741
dev-ml/ppx_assert: bump to 0.9.0
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-ml/ppx_assert/Manifest | 3 +-
...rt-113.33.03.ebuild => ppx_assert-0.9.0.ebuild} | 29 ++++++--------
dev-ml/ppx_assert/ppx_assert-113.33.00.ebuild | 45 ----------------------
3 files changed, 12 insertions(+), 65 deletions(-)
diff --git a/dev-ml/ppx_assert/Manifest b/dev-ml/ppx_assert/Manifest
index 832224b32bf..5894e539f32 100644
--- a/dev-ml/ppx_assert/Manifest
+++ b/dev-ml/ppx_assert/Manifest
@@ -1,2 +1 @@
-DIST ppx_assert-113.33.00.tar.gz 54623 SHA256 e89d01aa175ce4e08a45749ea5b840adc3341a4314d46b8ea207506377e55ef2 SHA512 f84ac876df2a8bda9a65efa9ca89832d1260d7a3b5186a09b4f885ab1cd1f98b68d3bafcfc6bee8f03689083de8961578308171c498ef0ddcc351ae69657c2ee WHIRLPOOL 974282e4811b7a8a7d407092fe429218a0695b79a4dee3900b09ca8886a04367920a4b4cd5c832325225371852e0fb760624aaa19ec53e03f271a893706bf4cb
-DIST ppx_assert-113.33.03.tar.gz 53560 SHA256 d710cb81f144b45eed32eefb55d67e95e4c0860be8bf5bc474e5ae3871edb3cc SHA512 df28e3a0c5b4238b2457f20dd91ed2974101dd7d4e4c06c6e78aa6585fed66500534e9d6b0965481084a0b0358482a4118527c69042f8cf9bc792dc6091dcb98 WHIRLPOOL 15976c42c0ffa35135504fcfee5e60176b5199bd072031c437d7e9c733d89583d48c113d77d92581d7645e718a8f0dc5105eba8fa6804f19cd50d1c744d66466
+DIST ppx_assert-0.9.0.tar.gz 9419 SHA256 3ce9c86231f17fa2f8111ff839b85e2ce27d2cb9e7db4e4ea1708f8c97ec5157 SHA512 4debf617f1b0244d306b65d72cbf04f4a820a8d9433180d462ff462d2bf6eb01643897cc35de75d435fedfa1bf8266263c0e73328f02b5c957a3423eb535925f WHIRLPOOL 6ade43d1c724c0d13bde13a77da26e9142648e120ea83a3abaa083c811f7724551c95693f3c98a7ac9904fc6b01c8adaf4a32265f74e602229507a260e6d23e7
diff --git a/dev-ml/ppx_assert/ppx_assert-113.33.03.ebuild b/dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild
similarity index 61%
rename from dev-ml/ppx_assert/ppx_assert-113.33.03.ebuild
rename to dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild
index 4cc141f311a..a4e279eb7c3 100644
--- a/dev-ml/ppx_assert/ppx_assert-113.33.03.ebuild
+++ b/dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild
@@ -1,39 +1,33 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
-
-inherit oasis
+EAPI=6
DESCRIPTION="Assert-like extension nodes that raise useful errors on failure"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+HOMEPAGE="https://github.com/janestreet/ppx_assert"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
-DEPEND="dev-ml/ppx_tools:=
+DEPEND="
+ dev-lang/ocaml:=
+ dev-ml/base:=
dev-ml/ppx_compare:=
+ dev-ml/ppx_core:=
dev-ml/ppx_driver:=
dev-ml/ppx_here:=
+ dev-ml/ppx_metaquot:=
dev-ml/ppx_sexp_conv:=
dev-ml/ppx_type_conv
dev-ml/sexplib:=
- dev-ml/ppx_core:="
+ dev-ml/ocaml-migrate-parsetree:=
+"
RDEPEND="${DEPEND}"
-DEPEND="${RDEPEND} dev-ml/oasis"
-
-src_configure() {
- emake setup.exe
- OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
-}
-
-src_compile() {
- emake
-}
+DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder"
src_install() {
opam-installer -i \
@@ -41,5 +35,4 @@ src_install() {
--libdir="${D}/$(ocamlc -where)" \
--docdir="${ED}/usr/share/doc/${PF}" \
${PN}.install || die
- dodoc CHANGES.md
}
diff --git a/dev-ml/ppx_assert/ppx_assert-113.33.00.ebuild b/dev-ml/ppx_assert/ppx_assert-113.33.00.ebuild
deleted file mode 100644
index 5463a193c87..00000000000
--- a/dev-ml/ppx_assert/ppx_assert-113.33.00.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Assert-like extension nodes that raise useful errors on failure"
-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_compare:=
- dev-ml/ppx_driver:=
- dev-ml/ppx_here:=
- dev-ml/ppx_sexp_conv:=
- dev-ml/ppx_type_conv
- dev-ml/sexplib:=
- dev-ml/ppx_core:="
-
-RDEPEND="${DEPEND}"
-DEPEND="${RDEPEND} dev-ml/oasis"
-
-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] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/
@ 2017-09-22 8:32 Alexis Ballier
0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2017-09-22 8:32 UTC (permalink / raw
To: gentoo-commits
commit: bd5173c07aa1bd042c339c206bd263dc76936558
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 08:20:53 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 08:31:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5173c0
dev-ml/ppx_assert: update to opam.eclass
Package-Manager: Portage-2.3.10, Repoman-2.3.3
dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild b/dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild
index a4e279eb7c3..342b0cf8e98 100644
--- a/dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild
+++ b/dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild
@@ -3,6 +3,8 @@
EAPI=6
+inherit opam
+
DESCRIPTION="Assert-like extension nodes that raise useful errors on failure"
HOMEPAGE="https://github.com/janestreet/ppx_assert"
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:=
@@ -27,12 +28,4 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-DEPEND="${RDEPEND} 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="${RDEPEND} dev-ml/jbuilder"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/
@ 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: 17623756052a7e6a9e0dc6c69218c13d34ace80a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 7 17:55:14 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar 7 18:00:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17623756
dev-ml/ppx_assert: 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_assert/Manifest | 1 -
dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-ml/ppx_assert/Manifest b/dev-ml/ppx_assert/Manifest
index 6df7f4f0d9a..29cfd1845ba 100644
--- a/dev-ml/ppx_assert/Manifest
+++ b/dev-ml/ppx_assert/Manifest
@@ -1,2 +1 @@
DIST ppx_assert-0.14.0.tar.gz 7239 BLAKE2B 730d1cceee88728291473e73120cc1ae19477927c8f5e20b1a455ab78e34c5917907a60e03ea7d2b898ccb99e42755f1ad918d7fa59ae64bac84fd8356af7647 SHA512 b8ae4a1f08e9110f0809f98d1e0126d50101db7c5b87aa166294aed29df420a079fd2c0797c2888718acd8cd4f2aaaa98f0c445e5fb1423325cc89801e7d52b1
-DIST ppx_assert-0.9.0.tar.gz 9419 BLAKE2B 7e6ea363182ce3f057e54ae54e2d7b3236d909a748c74ee79209d97de001bf1df1934bccc95bf93e674aedd5c5f5029748747242acb1246f1f08a02f8b9b6309 SHA512 4debf617f1b0244d306b65d72cbf04f4a820a8d9433180d462ff462d2bf6eb01643897cc35de75d435fedfa1bf8266263c0e73328f02b5c957a3423eb535925f
diff --git a/dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild b/dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild
deleted file mode 100644
index 342b0cf8e98..00000000000
--- a/dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Assert-like extension nodes that raise useful errors on failure"
-HOMEPAGE="https://github.com/janestreet/ppx_assert"
-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_compare:=
- dev-ml/ppx_core:=
- dev-ml/ppx_driver:=
- dev-ml/ppx_here:=
- dev-ml/ppx_metaquot:=
- dev-ml/ppx_sexp_conv:=
- dev-ml/ppx_type_conv
- dev-ml/sexplib:=
- dev-ml/ocaml-migrate-parsetree:=
-"
-
-RDEPEND="${DEPEND}"
-DEPEND="${RDEPEND} dev-ml/jbuilder"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/
@ 2022-04-24 12:03 Alfredo Tupone
0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2022-04-24 12:03 UTC (permalink / raw
To: gentoo-commits
commit: 07964635e8032488c81fbbaeb76874a79c2eb5a7
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 12:02:57 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 12:02:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07964635
dev-ml/ppx_assert: 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_assert/Manifest | 1 +
dev-ml/ppx_assert/ppx_assert-0.15.0.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-ml/ppx_assert/Manifest b/dev-ml/ppx_assert/Manifest
index 29cfd1845baf..62132a9a4482 100644
--- a/dev-ml/ppx_assert/Manifest
+++ b/dev-ml/ppx_assert/Manifest
@@ -1 +1,2 @@
DIST ppx_assert-0.14.0.tar.gz 7239 BLAKE2B 730d1cceee88728291473e73120cc1ae19477927c8f5e20b1a455ab78e34c5917907a60e03ea7d2b898ccb99e42755f1ad918d7fa59ae64bac84fd8356af7647 SHA512 b8ae4a1f08e9110f0809f98d1e0126d50101db7c5b87aa166294aed29df420a079fd2c0797c2888718acd8cd4f2aaaa98f0c445e5fb1423325cc89801e7d52b1
+DIST ppx_assert-0.15.0.tar.gz 7387 BLAKE2B 60b4f32780ecf04eb478645f25150f9ad2b6671954e99b208917e0723767a1d122128c19b6964b63cd707ed78bf5b8117d4319f2f82e0b22deead05a140adcba SHA512 54d28c8fc9c1ecff9e7b616aa4013d09f6554f6b59b62ef9db0f18fb4a8e0b36f31241f522324140a9f680ad46ac57257a28baca00daa901c264f40d61fd510d
diff --git a/dev-ml/ppx_assert/ppx_assert-0.15.0.ebuild b/dev-ml/ppx_assert/ppx_assert-0.15.0.ebuild
new file mode 100644
index 000000000000..08b4af2998a2
--- /dev/null
+++ b/dev-ml/ppx_assert/ppx_assert-0.15.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Assert-like extension nodes that raise useful errors on failure"
+HOMEPAGE="https://github.com/janestreet/ppx_assert"
+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_cold:${SLOT}
+ dev-ml/ppx_compare:${SLOT}
+ dev-ml/ppx_here:${SLOT}
+ dev-ml/ppx_sexp_conv:${SLOT}
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/
@ 2023-01-28 18:51 Alfredo Tupone
0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2023-01-28 18:51 UTC (permalink / raw
To: gentoo-commits
commit: 8e0e736d39433268261a0b695be2129605bf919b
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 18:37:31 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 18:51:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0e736d
dev-ml/ppx_assert: adj deps
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{ppx_assert-0.15.0.ebuild => ppx_assert-0.15.0-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ml/ppx_assert/ppx_assert-0.15.0.ebuild b/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild
similarity index 91%
rename from dev-ml/ppx_assert/ppx_assert-0.15.0.ebuild
rename to dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild
index 08b4af2998a2..8a8d95c396a7 100644
--- a/dev-ml/ppx_assert/ppx_assert-0.15.0.ebuild
+++ b/dev-ml/ppx_assert/ppx_assert-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
@@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="+ocamlopt"
DEPEND="
+ dev-ml/ppxlib:=
dev-ml/ppx_cold:${SLOT}
dev-ml/ppx_compare:${SLOT}
dev-ml/ppx_here:${SLOT}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/
@ 2023-03-25 14:28 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-03-25 14:28 UTC (permalink / raw
To: gentoo-commits
commit: f54a7591e6d4d79dd2c86893b7458d477f4677a4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 14:28:42 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 14:28:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54a7591
dev-ml/ppx_assert: Stabilize 0.15.0-r1 ppc64, #901709
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild b/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild
index 01d6bfc9a7bd..deb53ab47721 100644
--- a/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild
+++ b/dev-ml/ppx_assert/ppx_assert-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_assert/
@ 2023-03-25 14:28 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-03-25 14:28 UTC (permalink / raw
To: gentoo-commits
commit: 62636806967978ddb041fb4974f49d0d26949d8f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 14:28:41 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 14:28:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62636806
dev-ml/ppx_assert: Stabilize 0.15.0-r1 amd64, #901709
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild b/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild
index 8a8d95c396a7..01d6bfc9a7bd 100644
--- a/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild
+++ b/dev-ml/ppx_assert/ppx_assert-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_assert/
@ 2023-03-25 14:30 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-03-25 14:30 UTC (permalink / raw
To: gentoo-commits
commit: 378024a819f7ff401ddeb8a57b2a5c8cf34ff4bc
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 14:30:34 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 14:30:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378024a8
dev-ml/ppx_assert: Stabilize 0.15.0-r1 arm, #901709
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild b/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild
index deb53ab47721..51d5c2004676 100644
--- a/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild
+++ b/dev-ml/ppx_assert/ppx_assert-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_assert/
@ 2023-03-25 14:33 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-03-25 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 6adb937406e192439eaa10943d7cd464e4ff9b7f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 14:33:04 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 14:33:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6adb9374
dev-ml/ppx_assert: Stabilize 0.15.0-r1 x86, #901709
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild b/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild
index 51d5c2004676..cc1a0d4f9b94 100644
--- a/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild
+++ b/dev-ml/ppx_assert/ppx_assert-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_assert/
@ 2023-03-25 14:36 Arthur Zamarin
0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-03-25 14:36 UTC (permalink / raw
To: gentoo-commits
commit: 01d9054848e5b2e87f1767697a49421c6d393e68
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 14:36:33 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 14:36:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d90548
dev-ml/ppx_assert: Stabilize 0.15.0-r1 arm64, #901709
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild b/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild
index cc1a0d4f9b94..67db7470b298 100644
--- a/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild
+++ b/dev-ml/ppx_assert/ppx_assert-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_assert/
@ 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: 517193d0354e44f4cd737f7eb4b7eb6ee235b587
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 11:57:20 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 13:13:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517193d0
dev-ml/ppx_assert: add 0.16.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/ppx_assert/Manifest | 1 +
dev-ml/ppx_assert/ppx_assert-0.16.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-ml/ppx_assert/Manifest b/dev-ml/ppx_assert/Manifest
index 62132a9a4482..d88abf0113aa 100644
--- a/dev-ml/ppx_assert/Manifest
+++ b/dev-ml/ppx_assert/Manifest
@@ -1,2 +1,3 @@
DIST ppx_assert-0.14.0.tar.gz 7239 BLAKE2B 730d1cceee88728291473e73120cc1ae19477927c8f5e20b1a455ab78e34c5917907a60e03ea7d2b898ccb99e42755f1ad918d7fa59ae64bac84fd8356af7647 SHA512 b8ae4a1f08e9110f0809f98d1e0126d50101db7c5b87aa166294aed29df420a079fd2c0797c2888718acd8cd4f2aaaa98f0c445e5fb1423325cc89801e7d52b1
DIST ppx_assert-0.15.0.tar.gz 7387 BLAKE2B 60b4f32780ecf04eb478645f25150f9ad2b6671954e99b208917e0723767a1d122128c19b6964b63cd707ed78bf5b8117d4319f2f82e0b22deead05a140adcba SHA512 54d28c8fc9c1ecff9e7b616aa4013d09f6554f6b59b62ef9db0f18fb4a8e0b36f31241f522324140a9f680ad46ac57257a28baca00daa901c264f40d61fd510d
+DIST ppx_assert-0.16.0.tar.gz 7419 BLAKE2B 21090724f4fec89cd6dc87a409dc181e0cc816c24beb82b330f9471e7d20aeb0cab61c105d61251706180af2be3d93cf46dbd78d0af2b2ce9cbb57bd8134774e SHA512 cceddea9172535ca72990fabe455b503a28a5b7519dc635ba1e6e3aff9d0c5f71a794f3ce05466165bab843b7385c23b0d879917d15589ad9b9592718dd46063
diff --git a/dev-ml/ppx_assert/ppx_assert-0.16.0.ebuild b/dev-ml/ppx_assert/ppx_assert-0.16.0.ebuild
new file mode 100644
index 000000000000..839209fc5e32
--- /dev/null
+++ b/dev-ml/ppx_assert/ppx_assert-0.16.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Assert-like extension nodes that raise useful errors on failure"
+HOMEPAGE="https://github.com/janestreet/ppx_assert"
+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/ppxlib-0.28:=
+ dev-ml/ppx_cold:${SLOT}
+ dev-ml/ppx_compare:${SLOT}
+ dev-ml/ppx_here:${SLOT}
+ dev-ml/ppx_sexp_conv:${SLOT}
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/
@ 2024-06-02 20:05 Alfredo Tupone
0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2024-06-02 20:05 UTC (permalink / raw
To: gentoo-commits
commit: b52b9056541415efb2d42852e82034685b98fd50
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 2 20:04:34 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jun 2 20:04:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52b9056
dev-ml/ppx_assert: fix deps
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
...{ppx_assert-0.14.0.ebuild => ppx_assert-0.14.0-r1.ebuild} | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild b/dev-ml/ppx_assert/ppx_assert-0.14.0-r1.ebuild
similarity index 77%
rename from dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild
rename to dev-ml/ppx_assert/ppx_assert-0.14.0-r1.ebuild
index dc67973148b1..d76dff478f2f 100644
--- a/dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild
+++ b/dev-ml/ppx_assert/ppx_assert-0.14.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,12 +15,12 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
DEPEND="
- >=dev-ml/base-0.14.0:=
+ <dev-ml/base-0.15:=
dev-ml/findlib:=
- >=dev-ml/ppx_cold-0.14.0:=
- >=dev-ml/ppx_compare-0.14.0:=
- >=dev-ml/ppx_here-0.14.0:=
- >=dev-ml/ppx_sexp_conv-0.14.1:=
+ dev-ml/ppx_cold:0/0.14.0
+ dev-ml/ppx_compare:0/0.14.0
+ dev-ml/ppx_here:0/0.14.0
+ <dev-ml/ppx_sexp_conv-0.15:=
>=dev-ml/ppxlib-0.18.0:=
>=dev-ml/ocaml-compiler-libs-0.11.0:=
>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2024-06-02 20:05 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-30 22:55 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/ Alexis Ballier
-- strict thread matches above, loose matches on Subject: below --
2024-06-02 20:05 Alfredo Tupone
2023-06-30 13:14 Alfredo Tupone
2023-03-25 14:36 Arthur Zamarin
2023-03-25 14:33 Arthur Zamarin
2023-03-25 14:30 Arthur Zamarin
2023-03-25 14:28 Arthur Zamarin
2023-03-25 14:28 Arthur Zamarin
2023-01-28 18:51 Alfredo Tupone
2022-04-24 12:03 Alfredo Tupone
2021-03-07 18:00 Alfredo Tupone
2017-09-22 8:32 Alexis Ballier
2017-04-02 8:38 Alexis Ballier
2017-01-24 11:40 Alexis Ballier
2016-03-22 10:07 Alexis Ballier
2016-02-16 9:51 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox