diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-09-30 15:15:45 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-09-30 16:24:28 +0200 |
commit | 2025f1e7e07917ca596da3f69771235565040b2d (patch) | |
tree | 8085305b5c4f56a70e9d130cee7f421a55bce8e1 /dev-ml | |
parent | dev-ml/ocaml-ssl: drop old 0.5.10 (diff) | |
download | gentoo-2025f1e7e07917ca596da3f69771235565040b2d.tar.gz gentoo-2025f1e7e07917ca596da3f69771235565040b2d.tar.bz2 gentoo-2025f1e7e07917ca596da3f69771235565040b2d.zip |
dev-ml/ocaml-ssl: drop old 0.5.12
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-ssl/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-ssl/ocaml-ssl-0.5.12.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-ml/ocaml-ssl/Manifest b/dev-ml/ocaml-ssl/Manifest index 58636afe2013..621ae701bc98 100644 --- a/dev-ml/ocaml-ssl/Manifest +++ b/dev-ml/ocaml-ssl/Manifest @@ -1,2 +1 @@ -DIST ocaml-ssl-0.5.12.tar.gz 40242 BLAKE2B c5e0102f2b2a8448c4774139a3c49df198b81ed5b6bd14373bd15a22f8b4b30d29fd449139c12850bcfaa522415f4ff001f48fe218cd3d527598bafc78145d3f SHA512 d9365b2af911b24ffe0687d8d742cb82b67be39fd64ba04fcfab48a957cd2aefbb1b46ddccd944e1a73ee482866f4a0e95767b135fe43fe82d978493b7b3a827 DIST ocaml-ssl-0.5.13.tar.gz 40604 BLAKE2B 289f631e360581ddfe2fa6572d1b8883853e65c438542593f5f0be5c23b1c8056c10fe6397ba8df577ebf7a9e22cbe4723d8fccabeb373de3efebee310293653 SHA512 ca1106642cb536672dba00ff4421ade2293de6f79c94a47df27520ce6f2ff4555f8e9794736afe4ce37e131a518658d0f8c57f3b106b0187216db1a461f99867 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 -} |