summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-12 17:50:13 +0000
committerSam James <sam@gentoo.org>2021-03-13 15:23:08 +0000
commitf43e4d767977a624744a7e366ffac94da99d0270 (patch)
tree987b3e60a08a53bfbdce3c43b9b2f28ae1ef1f7a
parentsci-mathematics/coq: drop 8.6.1-r1, 8.9.1-r1 (diff)
downloadgentoo-f43e4d767977a624744a7e366ffac94da99d0270.tar.gz
gentoo-f43e4d767977a624744a7e366ffac94da99d0270.tar.bz2
gentoo-f43e4d767977a624744a7e366ffac94da99d0270.zip
dev-ml/ocaml-ssl: drop 0.5.3-r1
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-ml/ocaml-ssl/Manifest1
-rw-r--r--dev-ml/ocaml-ssl/ocaml-ssl-0.5.3-r1.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-ml/ocaml-ssl/Manifest b/dev-ml/ocaml-ssl/Manifest
index 458214f7a60e..a06e08b2a767 100644
--- a/dev-ml/ocaml-ssl/Manifest
+++ b/dev-ml/ocaml-ssl/Manifest
@@ -1,3 +1,2 @@
DIST ocaml-ssl-0.5.10.tar.gz 33951 BLAKE2B a27cce7e19c3737657cbdba31d919d51d0db137aafddc6397ff018fe36346a8e99b0353c76f4a4bc4dcc7dcf63ec326e87b2ebc809b78de1511963357be280b0 SHA512 f2d0acc8dcdb0a36c8ad236f60c6e9d7f8f76ea25183017218953dbe3432a19de5b0be8214714add71b88b211ac78318f09429d4df7ecba1e19dc94d4414f0e1
-DIST ocaml-ssl-0.5.3.tar.gz 125431 BLAKE2B e95b6757f27fcac16dda1087880bb49ad854108755719210aeeeebd0e14cfee9b6244986f21ddbf86a970ea4b4f9eb2bb8e0a5a888dafe2a7262f004194a26ba SHA512 c0dc38ab21c8adc104a42ec89b8a58de976205887a23a407f1ffee1181d526ddb8aa91877508f8a974c6df8583d6d8611558a995680e313fc78ad0cac184cf52
DIST ocaml-ssl-0.5.9.tar.gz 32721 BLAKE2B c6b1ec659fddf384005f2cb045c0b0c059daaa93bd782904354e12e1ce63432c04c9bdc823dbfd0cd903ce872c91f0a750975cc69a56c9384ef6d09ed46c22cd SHA512 6826e5a6ab9f51013e8d097900f443d091e085e3d2d232a315a0e3a90ca334c9b9779d20dcae267f9ed961bc4a08fcb80372e669389c59a22d5c7706d37fcd5f
diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.3-r1.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.3-r1.ebuild
deleted file mode 100644
index b6933117902d..000000000000
--- a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.3-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib eutils
-
-DESCRIPTION="OCaml bindings for OpenSSL"
-SRC_URI="https://github.com/savonet/ocaml-ssl/releases/download/${PV}/${P}.tar.gz"
-HOMEPAGE="https://github.com/savonet/ocaml-ssl"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="doc"
-
-DEPEND="
- dev-libs/openssl:0=
- <dev-lang/ocaml-4.09.0:="
-RDEPEND="${DEPEND}"
-
-src_compile() {
- emake -j1
-}
-
-src_install() {
- findlib_src_preinst
- emake install
-
- if use doc; then
- dohtml -r doc/html/*
- fi
- dodoc CHANGES README.md
-}