From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59582139694 for ; Sun, 2 Apr 2017 08:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F044E0BA3; Sun, 2 Apr 2017 08:38:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BDB6E0BA3 for ; Sun, 2 Apr 2017 08:38:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7F0834164D for ; Sun, 2 Apr 2017 08:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52E9373FA for ; Sun, 2 Apr 2017 08:38:33 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1491122283.16548bfb167cf35e6d365fd4a08d8a82e40a352f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_js/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/async_js/Manifest dev-ml/async_js/async_js-0.9.0.ebuild dev-ml/async_js/metadata.xml X-VCS-Directories: dev-ml/async_js/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 16548bfb167cf35e6d365fd4a08d8a82e40a352f X-VCS-Branch: master Date: Sun, 2 Apr 2017 08:38:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d2c10b8c-8681-47a5-8915-3d480f1d43ab X-Archives-Hash: 6f48f8ae7e523e17b622dc0ad3c8b522 commit: 16548bfb167cf35e6d365fd4a08d8a82e40a352f Author: Alexis Ballier gentoo org> AuthorDate: Sat Apr 1 21:50:50 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Apr 2 08:38:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16548bfb dev-ml/async_js: initial import Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ml/async_js/Manifest | 1 + dev-ml/async_js/async_js-0.9.0.ebuild | 35 +++++++++++++++++++++++++++++++++++ dev-ml/async_js/metadata.xml | 8 ++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-ml/async_js/Manifest b/dev-ml/async_js/Manifest new file mode 100644 index 00000000000..3cee5895782 --- /dev/null +++ b/dev-ml/async_js/Manifest @@ -0,0 +1 @@ +DIST async_js-0.9.0.tar.gz 13597 SHA256 29b24ac1395754a9445b127225a82ebb0aa15b5c0d8783d32ce45090931931cc SHA512 f188a023e105d409c10ff1517eba5f7c543ed1bdb9e81863569c34d911379cc00b704b8b9081e0041dac2e63dc48efc01763f199de5e5b8693533d2815fe2b4b WHIRLPOOL 1abd7e710010afb3fd1cdb7a0eabad2f6c3cd190a2068a63f3df3e4a884a786f4b1693a1893b3b91fbf2f9e02dcf5215b0f3ff01d9b11714b1d1516e566ad539 diff --git a/dev-ml/async_js/async_js-0.9.0.ebuild b/dev-ml/async_js/async_js-0.9.0.ebuild new file mode 100644 index 00000000000..fecdc074310 --- /dev/null +++ b/dev-ml/async_js/async_js-0.9.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Async support for JavaScript platforms" +HOMEPAGE="https://github.com/janestreet/async_js" +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_kernel:= + dev-ml/async_rpc_kernel:= + dev-ml/ppx_driver:= + dev-ml/ppx_jane:= + dev-ml/js_of_ocaml:= + 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_js/metadata.xml b/dev-ml/async_js/metadata.xml new file mode 100644 index 00000000000..ffac4d7ebc0 --- /dev/null +++ b/dev-ml/async_js/metadata.xml @@ -0,0 +1,8 @@ + + + + + ml@gentoo.org + Gentoo ML Project + +