commit:     2ad6583f7b0eddf08105be4ea5c054e642b0a5dc
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  8 13:40:17 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jun  8 13:40:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad6583f

dev-ml/gapi-ocaml: add 0.4.6

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

 dev-ml/gapi-ocaml/Manifest                |  1 +
 dev-ml/gapi-ocaml/gapi-ocaml-0.4.6.ebuild | 33 +++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ml/gapi-ocaml/Manifest b/dev-ml/gapi-ocaml/Manifest
index f574ec430166..714122472c01 100644
--- a/dev-ml/gapi-ocaml/Manifest
+++ b/dev-ml/gapi-ocaml/Manifest
@@ -1,2 +1,3 @@
 DIST gapi-ocaml-0.4.4.tar.gz 473064 BLAKE2B 
47f401c89107e24c07d3076a5e8dbb2b383270abc138470b78680347cc3d5759227a9a56956217324adf354996d9ea018926dc887cba2cd7ea2fdc43293dbaaa
 SHA512 
3ff319f3563d1fb465cbd4151713c5c1bb3f3ce1f8a2c0d6f938eb99d91844f97cce7c127c52fe970f0f095ced513b3cc440837540631e76037d1882b6d9b820
 DIST gapi-ocaml-0.4.5.tar.gz 788573 BLAKE2B 
7c1b422b94c5c8f42cb3994624d7b31089a6662bd1e14c08a542320e7104d660ebf9bf3ace7d6068920a6a1ab67a11dfc237de0b5f81205130b015aa89ee76eb
 SHA512 
3bc282cc316c8c76852404e427e046c44a644f74df8b5278c62e6d0a2df44af37e478841435e9ef919af7a94b23e8e937e0448d34ded9e07f48025546131ee28
+DIST gapi-ocaml-0.4.6.tar.gz 891545 BLAKE2B 
40e6494ac8fdd7d114e0fa81170a38e7589ef77676fa63922dc99d5328dc431b9bf4c997c31ca87d716a80ca13c88e258155694f7ffd6553e79fea63d06c6bb9
 SHA512 
403850772c510c7a7284f73bd08317323b2c5892ef4ba6aeb162f2b5ae5a1f373bc17c94e7176c5972c88a9d8141d0699277d88bdaa0c8d4598aeeab705f26f9

diff --git a/dev-ml/gapi-ocaml/gapi-ocaml-0.4.6.ebuild 
b/dev-ml/gapi-ocaml/gapi-ocaml-0.4.6.ebuild
new file mode 100644
index 000000000000..d2f82ac6ce27
--- /dev/null
+++ b/dev-ml/gapi-ocaml/gapi-ocaml-0.4.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="A simple OCaml client for Google Services"
+HOMEPAGE="
+       https://opam.ocaml.org/packages/gapi-ocaml/
+       https://github.com/astrada/gapi-ocaml
+"
+
+SRC_URI="https://github.com/astrada/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt test"
+
+RDEPEND="
+       dev-ml/ocurl:=[ocamlopt?]
+       dev-ml/cryptokit:=[ocamlopt?]
+       dev-ml/yojson:=[ocamlopt?]
+       dev-ml/camlp-streams:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       dev-ml/cppo
+       test? ( dev-ml/ounit2 )
+"
+
+RESTRICT="!test? ( test )"

Reply via email to