summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-03-04 09:43:19 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-03-04 09:43:19 +0100
commit539a09845b248e18e3615c2fbff04174249ad08c (patch)
tree29efcd13a2711831b8ec7d8cf971341c21903a08 /dev-ml/lwt_ssl
parentapp-arch/zstd: Bump to 1.4.9 (diff)
downloadgentoo-539a09845b248e18e3615c2fbff04174249ad08c.tar.gz
gentoo-539a09845b248e18e3615c2fbff04174249ad08c.tar.bz2
gentoo-539a09845b248e18e3615c2fbff04174249ad08c.zip
dev-ml/lwt_ssl: version bump to 1.1.3
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/lwt_ssl')
-rw-r--r--dev-ml/lwt_ssl/Manifest1
-rw-r--r--dev-ml/lwt_ssl/lwt_ssl-1.1.3.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-ml/lwt_ssl/Manifest b/dev-ml/lwt_ssl/Manifest
index d93f53fdc2b4..80ee03d6790e 100644
--- a/dev-ml/lwt_ssl/Manifest
+++ b/dev-ml/lwt_ssl/Manifest
@@ -1 +1,2 @@
+DIST 1.1.3.tar.gz 14785 BLAKE2B b131d821c0e1394fee749ad5fdb0c7394ea96ffdb17dd22646d365c86ed41e1ed4e2b64a351fd14cc60f0e656e43a35e74c1c369c84e23a342fd7f056d49d40c SHA512 1bcc610ccf660436be2ed068ef98d85d752aecd2f364eab585ef1553b0ef1561a0fd50b5edc15000cf4cffc78d0ba184f7ede53651de14f5227ad1b795e2240a
DIST lwt_ssl-1.1.1.tar.gz 288603 BLAKE2B ba22a078597c71ed51142c91d215c339f5ab9aae3a4f94f8111985ad76fba7faf60878ed3e549d79983130d8203531326c408a2f18e0f902e6171b383f26abda SHA512 207ccf8ccde13d88eb58d4ff45279f7cbde90ed5c20a941e7efa9501d9c1b8a71d7655178960c826bb52c6403c348faa5053cefc0ac197ad690a96daa55d1a32
diff --git a/dev-ml/lwt_ssl/lwt_ssl-1.1.3.ebuild b/dev-ml/lwt_ssl/lwt_ssl-1.1.3.ebuild
new file mode 100644
index 000000000000..1d9dc8642caf
--- /dev/null
+++ b/dev-ml/lwt_ssl/lwt_ssl-1.1.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="GLib integration for Lwt"
+SRC_URI="https://github.com/ocsigen/lwt_ssl/archive/${PV}.tar.gz"
+HOMEPAGE="http://ocsigen.org/lwt_ssl"
+
+IUSE="+ocamlopt"
+
+SLOT="0/${PV}"
+LICENSE="LGPL-2.1-with-linking-exception"
+KEYWORDS="~amd64 ~arm ~ppc"
+
+RDEPEND="
+ dev-ml/base
+ >=dev-ml/lwt-3.1:=
+ >=dev-ml/ocaml-ssl-0.4.0:=
+"