summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-02 12:27:49 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-02 12:45:52 -0500
commitdbbe2bc7b1eba3ed402ba040109a27bae847f69e (patch)
tree543a603ddd667f31b516570df54bfdccc68c8c95 /dev-ml
parentdev-ml/lwt: drop old (diff)
downloadgentoo-dbbe2bc7b1eba3ed402ba040109a27bae847f69e.tar.gz
gentoo-dbbe2bc7b1eba3ed402ba040109a27bae847f69e.tar.bz2
gentoo-dbbe2bc7b1eba3ed402ba040109a27bae847f69e.zip
dev-ml/lwt_ssl: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/lwt_ssl/Manifest1
-rw-r--r--dev-ml/lwt_ssl/lwt_ssl-1.0.1.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-ml/lwt_ssl/Manifest b/dev-ml/lwt_ssl/Manifest
index a9120b7f2249..d93f53fdc2b4 100644
--- a/dev-ml/lwt_ssl/Manifest
+++ b/dev-ml/lwt_ssl/Manifest
@@ -1,2 +1 @@
-DIST lwt_ssl-1.0.1.tar.gz 48964 BLAKE2B deb6b48ef0249f7ab5c9bbb4507ce7be048c547c8aeeb9421a96cd1215c4292b6a4330ee6c6aeaf6ff092e7eaba0ef7f689ff0de2e97ff68b576cd27084719bf SHA512 429e2ee6b45e53b8f3347a0ad02531fa3ee6b3842dbf6475cf079a214f3a59bbb25f3c1c882ff32f01263711db034cc8900be827e27e6a8b0562812e4bd8e52d
DIST lwt_ssl-1.1.1.tar.gz 288603 BLAKE2B ba22a078597c71ed51142c91d215c339f5ab9aae3a4f94f8111985ad76fba7faf60878ed3e549d79983130d8203531326c408a2f18e0f902e6171b383f26abda SHA512 207ccf8ccde13d88eb58d4ff45279f7cbde90ed5c20a941e7efa9501d9c1b8a71d7655178960c826bb52c6403c348faa5053cefc0ac197ad690a96daa55d1a32
diff --git a/dev-ml/lwt_ssl/lwt_ssl-1.0.1.ebuild b/dev-ml/lwt_ssl/lwt_ssl-1.0.1.ebuild
deleted file mode 100644
index 72aa5de96791..000000000000
--- a/dev-ml/lwt_ssl/lwt_ssl-1.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-
-LWT_VER=3.0.0
-
-inherit oasis
-
-DESCRIPTION="GLib integration for Lwt"
-SRC_URI="https://github.com/ocsigen/lwt/releases/download/${LWT_VER}/${P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE=""
-
-DEPEND="
- >=dev-ml/lwt-${LWT_VER}:=
- >=dev-ml/ocaml-ssl-0.4.0:=
-"
-
-RDEPEND="${DEPEND}"
-
-SLOT="0/${PV}"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~ppc"