Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_import/
Date: Sat, 28 Jan 2023 13:26:25
Message-Id: 1674912305.cbb040c24b09e8f1865b4e4ee9839f9fe34c51f6.tupone@gentoo
1 commit: cbb040c24b09e8f1865b4e4ee9839f9fe34c51f6
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 13:01:52 2023 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 13:25:05 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb040c2
7
8 dev-ml/ppx_import: bump to 1.10.0
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11
12 dev-ml/ppx_import/Manifest | 1 +
13 .../{ppx_import-1.9.1.ebuild => ppx_import-1.10.0.ebuild} | 4 ++--
14 .../{ppx_import-1.9.1.ebuild => ppx_import-1.9.1-r1.ebuild} | 7 +++++--
15 3 files changed, 8 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-ml/ppx_import/Manifest b/dev-ml/ppx_import/Manifest
18 index b0784564811f..a494c3c3778e 100644
19 --- a/dev-ml/ppx_import/Manifest
20 +++ b/dev-ml/ppx_import/Manifest
21 @@ -1 +1,2 @@
22 +DIST ppx_import-1.10.0.tar.gz 13927 BLAKE2B d036b730dd9c7b5be9fcbf175103ec6f1e2a14111575135a9cfaf935b936165418b34a4b0a37e0d112b7fbc1315526ce21a9db5bebbd99e1898c4a3c245dcf94 SHA512 7d4aeab6512014b5a16fdcc4d26ac29cc22223e18c7ab26e26f9fdd5bcd625c22aa9ff2e6c2106f45408316eaaf755437979961d97139da5973026038c210935
23 DIST ppx_import-1.9.1.tar.gz 13820 BLAKE2B 295796041ecad89c95bd6a6fe14a9d9bb969f7d984388cca5181c31b8358affeb92a4d200bb9e11449a0216995a8477b809acf251b049e8331eea9e6bb918cb7 SHA512 37bd54bc477b91a3aa4b2433a9817c6d939f1e4a1d950b83b05964d22540296582cec6513a0959fd036f738dbd6ef9df13430183b8bdaa9425c7640a5fddf4b3
24
25 diff --git a/dev-ml/ppx_import/ppx_import-1.9.1.ebuild b/dev-ml/ppx_import/ppx_import-1.10.0.ebuild
26 similarity index 88%
27 copy from dev-ml/ppx_import/ppx_import-1.9.1.ebuild
28 copy to dev-ml/ppx_import/ppx_import-1.10.0.ebuild
29 index 715ab4e1fd80..7e7bd09535f8 100644
30 --- a/dev-ml/ppx_import/ppx_import-1.9.1.ebuild
31 +++ b/dev-ml/ppx_import/ppx_import-1.10.0.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 +# Copyright 1999-2023 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=8
38 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
39 IUSE="+ocamlopt test"
40 RESTRICT="!test? ( test )"
41
42 -RDEPEND=">=dev-ml/ppxlib-0.24:="
43 +RDEPEND=">=dev-ml/ppxlib-0.26:="
44 DEPEND="${RDEPEND}"
45 BDEPEND="
46 test? (
47
48 diff --git a/dev-ml/ppx_import/ppx_import-1.9.1.ebuild b/dev-ml/ppx_import/ppx_import-1.9.1-r1.ebuild
49 similarity index 85%
50 rename from dev-ml/ppx_import/ppx_import-1.9.1.ebuild
51 rename to dev-ml/ppx_import/ppx_import-1.9.1-r1.ebuild
52 index 715ab4e1fd80..c548ecf42c83 100644
53 --- a/dev-ml/ppx_import/ppx_import-1.9.1.ebuild
54 +++ b/dev-ml/ppx_import/ppx_import-1.9.1-r1.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2022 Gentoo Authors
57 +# Copyright 1999-2023 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=8
61 @@ -16,7 +16,10 @@ KEYWORDS="~amd64 ~x86"
62 IUSE="+ocamlopt test"
63 RESTRICT="!test? ( test )"
64
65 -RDEPEND=">=dev-ml/ppxlib-0.24:="
66 +RDEPEND="
67 + >=dev-ml/ppxlib-0.24:=
68 + <dev-ml/ppxlib-0.26
69 +"
70 DEPEND="${RDEPEND}"
71 BDEPEND="
72 test? (