summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ml/gapi-ocaml/Manifest1
-rw-r--r--dev-ml/gapi-ocaml/gapi-ocaml-0.4.3.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-ml/gapi-ocaml/Manifest b/dev-ml/gapi-ocaml/Manifest
index 931d32057d6f..be5af9acfbdc 100644
--- a/dev-ml/gapi-ocaml/Manifest
+++ b/dev-ml/gapi-ocaml/Manifest
@@ -1,2 +1 @@
-DIST gapi-ocaml-0.4.3.tar.gz 468450 BLAKE2B 5e9aeef8cdd49e64bedc4494dd60a867b16fe0d02945efcb9ea752a7dd71abfd2dad66354cdf61803cdaa93bfee33079b1a8427ac0279cc93961a62c87498390 SHA512 fb58910639db9d1a0f90c6f224d91af53d2c68611f3faea321db82cc4af940f54e4ae93ee20520ef4337dd1345b8c9961915a8706336a25d4e5a187adde1b2f2
DIST gapi-ocaml-0.4.4.tar.gz 473064 BLAKE2B 47f401c89107e24c07d3076a5e8dbb2b383270abc138470b78680347cc3d5759227a9a56956217324adf354996d9ea018926dc887cba2cd7ea2fdc43293dbaaa SHA512 3ff319f3563d1fb465cbd4151713c5c1bb3f3ce1f8a2c0d6f938eb99d91844f97cce7c127c52fe970f0f095ced513b3cc440837540631e76037d1882b6d9b820
diff --git a/dev-ml/gapi-ocaml/gapi-ocaml-0.4.3.ebuild b/dev-ml/gapi-ocaml/gapi-ocaml-0.4.3.ebuild
deleted file mode 100644
index 3b7a8af6966d..000000000000
--- a/dev-ml/gapi-ocaml/gapi-ocaml-0.4.3.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 )"