summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild')
-rw-r--r--dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild
deleted file mode 100644
index 0d53fe77db73..000000000000
--- a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DUNE_PKG_NAME="ssl"
-inherit dune
-
-DESCRIPTION="OCaml bindings for OpenSSL"
-HOMEPAGE="https://github.com/savonet/ocaml-ssl"
-SRC_URI="https://github.com/savonet/ocaml-ssl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
-IUSE="+ocamlopt"
-
-BDEPEND="dev-ml/dune-configurator"
-DEPEND="dev-libs/openssl:0=
- >=dev-lang/ocaml-3.10:=[ocamlopt?]"
-RDEPEND="${DEPEND}"
-
-src_install() {
- dune_src_install
-
- dodoc CHANGES README.md
-}