commit:     5bb0460cd23a90d4e51b7a23f78c488f114ff8cd
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 16:59:51 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 08:38:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb0460c

dev-ml/async_ssl: initial import

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/async_ssl/Manifest               |  1 +
 dev-ml/async_ssl/async_ssl-0.9.0.ebuild | 39 +++++++++++++++++++++++++++++++++
 dev-ml/async_ssl/metadata.xml           |  8 +++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-ml/async_ssl/Manifest b/dev-ml/async_ssl/Manifest
new file mode 100644
index 00000000000..6860c738a58
--- /dev/null
+++ b/dev-ml/async_ssl/Manifest
@@ -0,0 +1 @@
+DIST async_ssl-0.9.0.tar.gz 28227 SHA256 
78c373070102f084751916b59a072ec9b73e74f1cac9887c45febae5737d8bfd SHA512 
bb023e0c60f9f04368f2e2a4aea80700a60853a03fe1550fe48a9defe42ec66736a6cc0cf40c6a472cd3f8b5b30d79711e4fd714b53ebd4ba7f3f3c22eb7a15e
 WHIRLPOOL 
bd12cac3cdd612a0696094728404763a68bef4137cb5f83dbdda76d97db2f0f5c0c146443d232737ea77867d5747ca2cdc7ee562709c2e7a70824138e1dd8702

diff --git a/dev-ml/async_ssl/async_ssl-0.9.0.ebuild 
b/dev-ml/async_ssl/async_ssl-0.9.0.ebuild
new file mode 100644
index 00000000000..92946fd066d
--- /dev/null
+++ b/dev-ml/async_ssl/async_ssl-0.9.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+       dev-lang/ocaml:=
+       dev-ml/async:=
+       dev-ml/base:=
+       dev-ml/configurator:=
+       dev-ml/core:=
+       dev-ml/ppx_driver:=
+       dev-ml/ppx_jane:=
+       dev-ml/stdio:=
+       dev-ml/ocaml-ctypes:=
+       dev-libs/openssl:0=
+       dev-ml/ocaml-migrate-parsetree:=
+"
+DEPEND="${RDEPEND}
+       dev-ml/opam
+       dev-ml/jbuilder
+"
+
+src_install() {
+       opam-installer -i \
+               --prefix="${ED}/usr" \
+               --libdir="${D}/$(ocamlc -where)" \
+               --docdir="${ED}/usr/share/doc/${PF}" \
+               ${PN}.install || die
+}

diff --git a/dev-ml/async_ssl/metadata.xml b/dev-ml/async_ssl/metadata.xml
new file mode 100644
index 00000000000..ffac4d7ebc0
--- /dev/null
+++ b/dev-ml/async_ssl/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer type="project">
+       <email>[email protected]</email>
+       <name>Gentoo ML Project</name>
+</maintainer>
+</pkgmetadata>

Reply via email to