commit:     e17d83916e2f793152fc6d150e93092d2f97acfc
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 23 20:55:14 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Sep 23 20:55:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17d8391

dev-ml/ocamlgraph: add 2.2.0, drop 2.0.0-r1

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

 dev-ml/ocamlgraph/Manifest                                       | 2 +-
 .../{ocamlgraph-2.0.0-r1.ebuild => ocamlgraph-2.2.0.ebuild}      | 9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-ml/ocamlgraph/Manifest b/dev-ml/ocamlgraph/Manifest
index 7ad20d116b3d..e137953b3dbc 100644
--- a/dev-ml/ocamlgraph/Manifest
+++ b/dev-ml/ocamlgraph/Manifest
@@ -1,2 +1,2 @@
-DIST ocamlgraph-2.0.0.tbz 298912 BLAKE2B 
a4bb04c74f4dba8b0f37cdf8ab9a82ef5120b1e7f5b5570e67aac35de16e4553c93759acfa5c218e07dc7c036750d92d2c557c7d58247783718f691c5319ded8
 SHA512 
c4973ac03bdff52d1c8a1ed01c81e0fbe2f76486995e57ff4e4a11bcc7b1793556139d52a81ff14ee8c8de52f1b40e4bd359e60a2ae626cc630ebe8bccefb3f1
 DIST ocamlgraph-2.1.0.tbz 311740 BLAKE2B 
938def0cfce8ad5c2d47058bf533715cf9359d25ea968ceeb2959cb968e08a9acf442e21cd16c1e93df1919177c01105c1139c71be6e53c6e1b22aa511e2619f
 SHA512 
8ee77bc1ef27bef41171b5718a73342dca8adc4b4592ff835038cd21e8c91152a0f9500b4034f664d1db7a09dab1efcc3be5d7c59260d6b33710b82a1fb2f196
+DIST ocamlgraph-2.2.0.tbz 317929 BLAKE2B 
3bf0f5da1a4495f31ea6350bba3a2d58ec8e32670358beab57dd32a9025cdd6dae4c2a9bb013c12f9d868c99e80914e6e7fcd0db7e32aa60d169b207876bcd82
 SHA512 
257cdd5fb90337b3e3682cade1269c1d181f3124e569a731909f49bbfbe581ab529ac401472fb9ef57166ac34d8ebadfa6a32c93665f38f5a335982d5e5dc0e1

diff --git a/dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild 
b/dev-ml/ocamlgraph/ocamlgraph-2.2.0.ebuild
similarity index 67%
rename from dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild
rename to dev-ml/ocamlgraph/ocamlgraph-2.2.0.ebuild
index 492f93369dd5..181d0f5f30e3 100644
--- a/dev-ml/ocamlgraph/ocamlgraph-2.0.0-r1.ebuild
+++ b/dev-ml/ocamlgraph/ocamlgraph-2.2.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit dune
 
@@ -10,13 +10,12 @@ HOMEPAGE="http://ocamlgraph.lri.fr/index.en.html";
 
SRC_URI="https://github.com/backtracking/${PN}/releases/download/${PV}/${P}.tbz";
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 RDEPEND="
-       dev-ml/stdlib-shims:=[ocamlopt?]
        dev-ml/graphics:=[ocamlopt?]"
 DEPEND="${RDEPEND}"
 IUSE="+ocamlopt"
 
 src_compile() {
-       dune build --only-packages ocamlgraph @install || die
+       dune-compile ocamlgraph
 }

Reply via email to