diff --git a/dev-ml/gapi-ocaml/Manifest b/dev-ml/gapi-ocaml/Manifest index 714122472c01b..15c4573e573f5 100644 --- a/dev-ml/gapi-ocaml/Manifest +++ b/dev-ml/gapi-ocaml/Manifest @@ -1,3 +1,2 @@ -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.4.ebuild b/dev-ml/gapi-ocaml/gapi-ocaml-0.4.4.ebuild deleted file mode 100644 index 3b7a8af6966de..0000000000000 --- a/dev-ml/gapi-ocaml/gapi-ocaml-0.4.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune findlib - -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:= - >=dev-ml/ocamlnet-4.1.4:= - dev-ml/cryptokit:= - dev-ml/yojson:= -" -DEPEND=" - ${RDEPEND} - test? ( dev-ml/ounit2 ) -" - -RESTRICT="!test? ( test )"