From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_sexp_conv/
Date: Mon, 12 Jul 2021 19:57:16 +0000 (UTC) [thread overview]
Message-ID: <1626119818.af975647812bdfa997de5065220061b19bef5ba3.tupone@gentoo> (raw)
commit: af975647812bdfa997de5065220061b19bef5ba3
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 19:56:58 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 19:56:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af975647
dev-ml/ppx_sexp_conv: bump to 0.14.3
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/ppx_sexp_conv/Manifest | 1 +
dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild | 1 +
.../{ppx_sexp_conv-0.14.1.ebuild => ppx_sexp_conv-0.14.3.ebuild} | 9 ++++-----
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-ml/ppx_sexp_conv/Manifest b/dev-ml/ppx_sexp_conv/Manifest
index 73d29635d0b..d91d707882a 100644
--- a/dev-ml/ppx_sexp_conv/Manifest
+++ b/dev-ml/ppx_sexp_conv/Manifest
@@ -1,2 +1,3 @@
DIST ppx_sexp_conv-0.14.1.tar.gz 49857 BLAKE2B ede55963d995917bd0c4a1464b58f8584ec6be4793df706fd3be96670fe685aba82459f9a1e4c6117c594953a3f23c502cc609f1069d482d24278baf7ed87ed5 SHA512 5018abe07300f67cb2c8b8cd8242403a91ac6b7fda13fe43060b3b09635082a7ad45858c7c6442a5fcae2b6d7d398a03eec16cfcbc5fd59f7f3f5c5fd1ad56f9
DIST ppx_sexp_conv-0.14.2.tar.gz 49876 BLAKE2B 32109eb6300894156f91721a1c74e94803106cf8a9a9326bf815d3094e166ce34b19f3d28b770d381ca3ce32227a80b15baa61e6f9c2d0082c47b87678c0f239 SHA512 d0121770030da142fd559b5f8d52d4a029d032c5ac9c79bf235190e0aaff58e5cce0a5ca5f198ca8a112e0970ca27ab18d4f201376ca6b799b91d71deb915f25
+DIST ppx_sexp_conv-0.14.3.tar.gz 49886 BLAKE2B 9fda18267995cdd8efb9dafb069df6a51106a800b263f4c94129957a3f23d2bee72f39382623a320cb09ea13c255000ecf9670c19ccf49d55627c02bb0912224 SHA512 7de81d64e7eeb4d6097134606411830dd066f94222ed320a9c32752116961806ccf807f802e07c522c32aa6f7c20bb901804612a0ffc1b14807903c92acb2f44
diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild
index 042c0aba371..5ebf65b8435 100644
--- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild
+++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild
@@ -18,6 +18,7 @@ DEPEND="
>=dev-ml/base-0.14.0:=
dev-ml/findlib:=
>=dev-ml/ppxlib-0.18.0:=
+ <dev-ml/ppxlib-0.22:=
>=dev-ml/ocaml-compiler-libs-0.11.0:=
>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
dev-ml/cinaps:=
diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.3.ebuild
similarity index 79%
copy from dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild
copy to dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.3.ebuild
index 042c0aba371..4c7a9470da5 100644
--- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild
+++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.3.ebuild
@@ -9,20 +9,19 @@ DESCRIPTION="Support Library for type-driven code generators"
HOMEPAGE="https://github.com/janestreet/ppx_sexp_conv"
SRC_URI="https://github.com/janestreet/ppx_sexp_conv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
+LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt"
+# Upper bound on ppxlib for bug #769536
DEPEND="
>=dev-ml/base-0.14.0:=
dev-ml/findlib:=
- >=dev-ml/ppxlib-0.18.0:=
+ >=dev-ml/ppxlib-0.22.0:=
>=dev-ml/ocaml-compiler-libs-0.11.0:=
>=dev-ml/ocaml-migrate-parsetree-2.0.0:=
dev-ml/cinaps:=
dev-ml/sexplib0:=
"
RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-ppxlib-0.18.0.patch )
next reply other threads:[~2021-07-12 19:57 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-12 19:57 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-11 17:14 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_sexp_conv/ Alfredo Tupone
2025-07-09 6:31 Alfredo Tupone
2025-07-09 6:31 Alfredo Tupone
2025-06-03 19:49 Alfredo Tupone
2023-12-29 22:29 Alfredo Tupone
2023-06-30 13:14 Alfredo Tupone
2023-03-25 13:07 Arthur Zamarin
2023-03-25 1:47 Sam James
2023-03-25 1:47 Sam James
2023-03-25 1:43 Sam James
2023-03-16 13:42 Alfredo Tupone
2023-03-09 21:18 Alfredo Tupone
2023-01-28 13:26 Alfredo Tupone
2022-04-24 8:57 Alfredo Tupone
2022-04-23 18:46 Alfredo Tupone
2022-04-22 18:03 Alfredo Tupone
2021-11-15 19:41 Agostino Sarubbo
2021-11-15 16:29 Agostino Sarubbo
2021-11-02 10:20 Sam James
2021-11-02 10:20 Sam James
2021-10-20 7:02 Agostino Sarubbo
2021-10-20 6:56 Agostino Sarubbo
2021-10-15 3:29 Sam James
2021-08-03 11:03 Sam James
2021-07-31 22:12 Sam James
2021-07-30 15:14 Agostino Sarubbo
2021-07-30 6:13 Sam James
2021-07-29 6:45 Agostino Sarubbo
2021-07-28 3:12 Sam James
2021-07-12 20:35 Alfredo Tupone
2021-03-07 20:12 Alfredo Tupone
2021-02-09 18:31 Sam James
2021-01-24 20:43 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
2017-06-25 14:42 Alexis Ballier
2017-04-17 8:35 Alexis Ballier
2017-04-17 8:35 Alexis Ballier
2017-04-15 10:27 Alexis Ballier
2017-01-24 11:40 Alexis Ballier
2016-03-22 9:20 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1626119818.af975647812bdfa997de5065220061b19bef5ba3.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox