summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-11-14 14:54:33 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-11-14 14:58:49 +0100
commit564e87d11a38fcc4b6c05a3eee1e295f1b7c58c4 (patch)
tree35bd6abac1f7a8ad589c37611dab2aab08b5932a /dev-ml
parentdev-ml/ppx_tools_versioned: treeclean (diff)
downloadgentoo-564e87d11a38fcc4b6c05a3eee1e295f1b7c58c4.tar.gz
gentoo-564e87d11a38fcc4b6c05a3eee1e295f1b7c58c4.tar.bz2
gentoo-564e87d11a38fcc4b6c05a3eee1e295f1b7c58c4.zip
dev-ml/async_ssl: treeclean
Closes: https://bugs.gentoo.org/817965 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/async_ssl/Manifest1
-rw-r--r--dev-ml/async_ssl/async_ssl-0.14.0.ebuild28
-rw-r--r--dev-ml/async_ssl/metadata.xml8
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-ml/async_ssl/Manifest b/dev-ml/async_ssl/Manifest
deleted file mode 100644
index 811725b72d2f..000000000000
--- a/dev-ml/async_ssl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST async_ssl-0.14.0.tar.gz 40338 BLAKE2B eb673f30d7374b539b37c84ba88e0daf8eeeacc93b278a44177a433cb8b336a843cc05e6033ec8ee831ec1c28fc243c8019a82bd495e96a1e54dfd47a3d10b13 SHA512 89397d0066444cbfdd3d4d27942ff04b3adbe2a9cf11427795fcf59127908c94f88c1575f395aa74eee49abb5be2e86940a88945dda6435fb81165bd58b789a7
diff --git a/dev-ml/async_ssl/async_ssl-0.14.0.ebuild b/dev-ml/async_ssl/async_ssl-0.14.0.ebuild
deleted file mode 100644
index ab39d4d77063..000000000000
--- a/dev-ml/async_ssl/async_ssl-0.14.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-DESCRIPTION="An Async-pipe-based interface with OpenSSL."
-HOMEPAGE="https://github.com/janestreet/async_ssl"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt"
-
-RDEPEND="
- dev-lang/ocaml:=
- dev-ml/async:=
- dev-ml/base:=
- dev-ml/core:=
- dev-ml/dune-configurator:=
- dev-ml/ppx_jane:=
- dev-ml/stdio:=
- dev-ml/ocaml-ctypes:=
- dev-libs/openssl:0=
-"
-DEPEND="${RDEPEND}"
diff --git a/dev-ml/async_ssl/metadata.xml b/dev-ml/async_ssl/metadata.xml
deleted file mode 100644
index 536c9f583769..000000000000
--- a/dev-ml/async_ssl/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">janestreet/async_ssl</remote-id>
- </upstream>
-</pkgmetadata>