From bab014d246eef6fc26d05c74e95393f4e5fd28e1 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 25 Jul 2017 15:05:50 +0200 Subject: dev-ml/dns-async: import split package from ocaml-dns Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- dev-ml/dns-async/Manifest | 1 + dev-ml/dns-async/dns-async-1.0.0.ebuild | 51 +++++++++++++++++++++++++++++++++ dev-ml/dns-async/metadata.xml | 11 +++++++ 3 files changed, 63 insertions(+) create mode 100644 dev-ml/dns-async/Manifest create mode 100644 dev-ml/dns-async/dns-async-1.0.0.ebuild create mode 100644 dev-ml/dns-async/metadata.xml (limited to 'dev-ml/dns-async') diff --git a/dev-ml/dns-async/Manifest b/dev-ml/dns-async/Manifest new file mode 100644 index 000000000000..467ed0a3eec9 --- /dev/null +++ b/dev-ml/dns-async/Manifest @@ -0,0 +1 @@ +DIST ocaml-dns-1.0.0.tar.gz 99161 SHA256 823410badaf2faf54ca8a59472b0ad82c4db9fe4ef92f6809061baa826851226 SHA512 199653605e985851dcaafc94f1efeba5c261c29cd5e5f8eaebc9f7d25a05c43adcf7620efb291b22f9549f7c05f8ac3f6abfbcf40e0d7762bd2f7cd623ebcb1c WHIRLPOOL e7c26857270d92be2e8e068ac29119ef5d82d52fd739b8304e84c595d6a6e7fc11c22ed98e4a6d99a20f4e9d1d6b28dbc76c333d6b464bbd1dc4d37597cfe66c diff --git a/dev-ml/dns-async/dns-async-1.0.0.ebuild b/dev-ml/dns-async/dns-async-1.0.0.ebuild new file mode 100644 index 000000000000..795bfc36e68c --- /dev/null +++ b/dev-ml/dns-async/dns-async-1.0.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit findlib + +MY_P=ocaml-dns-${PV} + +DESCRIPTION="Async support of OCaml DNS" +HOMEPAGE="https://github.com/mirage/ocaml-dns https://mirage.io" +SRC_URI="https://github.com/mirage/ocaml-dns/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="LGPL-2 LGPL-2.1-with-linking-exception ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + >=dev-lang/ocaml-4:= + dev-ml/async:= + dev-ml/ocaml-dns:= +" +DEPEND=" + dev-ml/jbuilder + dev-ml/opam + test? ( + dev-ml/dns-lwt-unix + ) + ${RDEPEND} +" +# Do not work +RESTRICT="test" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + jbuilder build @install -p ${PN} || die +} + +src_test() { + jbuilder runtest -p ${PN} || die +} + +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/dns-async/metadata.xml b/dev-ml/dns-async/metadata.xml new file mode 100644 index 000000000000..2f4ef14adaa5 --- /dev/null +++ b/dev-ml/dns-async/metadata.xml @@ -0,0 +1,11 @@ + + + + + ml@gentoo.org + Gentoo ML Project + + + mirage/ocaml-dns + + -- cgit v1.2.3-65-gdbad