summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-30 17:40:25 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-30 17:40:25 +0100
commit3c78a1ce7924fbf571e133e697f8a29e18d2bf4b (patch)
tree5bbedb5d3c2716d5b332f7e74f54941c9a2b50b8 /dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild
parentc417025a2ab386cddabb71ad598a9b75b47af313 (diff)
gentoo auto-resync : 30:09:2023 - 17:40:25
Diffstat (limited to 'dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild')
-rw-r--r--dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild
deleted file mode 100644
index e5341df81d71..000000000000
--- a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-libs/openssl:0=
- >=dev-lang/ocaml-3.10:=[ocamlopt?]"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-ml/dune-configurator
- test? ( dev-ml/alcotest )
-"
-
-src_install() {
- dune_src_install
-
- dodoc CHANGES.md README.md
-}