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 08B56139695 for ; Wed, 12 Apr 2017 19:20:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 541B6E0DCE; Wed, 12 Apr 2017 19:20:49 +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 33947E0DCE for ; Wed, 12 Apr 2017 19:20:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 57F54340FDA for ; Wed, 12 Apr 2017 19:20:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3479C7433 for ; Wed, 12 Apr 2017 19:20:35 +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: <1492024824.e1733687886e667a0c912573b6e73f6fe17c033e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt_react/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lwt_react/Manifest dev-ml/lwt_react/lwt_react-1.0.1.ebuild dev-ml/lwt_react/metadata.xml X-VCS-Directories: dev-ml/lwt_react/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e1733687886e667a0c912573b6e73f6fe17c033e X-VCS-Branch: master Date: Wed, 12 Apr 2017 19:20:35 +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: b5f63125-8ed4-4c7a-b2b8-8783d5705fc5 X-Archives-Hash: 12a6028b867ca0e648f62fc1004292e4 commit: e1733687886e667a0c912573b6e73f6fe17c033e Author: Alexis Ballier gentoo org> AuthorDate: Wed Apr 12 16:41:39 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Apr 12 19:20:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1733687 dev-ml/lwt_react: initial import, split out of dev-ml/lwt Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ml/lwt_react/Manifest | 1 + dev-ml/lwt_react/lwt_react-1.0.1.ebuild | 27 +++++++++++++++++++++++++++ dev-ml/lwt_react/metadata.xml | 8 ++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-ml/lwt_react/Manifest b/dev-ml/lwt_react/Manifest new file mode 100644 index 00000000000..dfe86f40a67 --- /dev/null +++ b/dev-ml/lwt_react/Manifest @@ -0,0 +1 @@ +DIST lwt_react-1.0.1.tar.gz 50329 SHA256 efffcea4c341554a4c31c40812ae890378c3a0921ff6bac88c9c6456e2c8498f SHA512 cd2dcc32ca87a3d26d1771d5bf51bd9f444c75cba028f7ff71e96cb9bc12387d66d6d0c59b6c8d4bac84fb42c6e2e969c385ef1d2f6cbc8e912963304a49eda8 WHIRLPOOL e33883fceec7cf46fbbd19361f8ec49ed95a7ae0e55eb1627cfbd95dbe1b5fdbbcde7835626fa46110098fc0953e7c270a9bde95d2e54c614ad9faf3a9cdd10b diff --git a/dev-ml/lwt_react/lwt_react-1.0.1.ebuild b/dev-ml/lwt_react/lwt_react-1.0.1.ebuild new file mode 100644 index 00000000000..87b8ba33199 --- /dev/null +++ b/dev-ml/lwt_react/lwt_react-1.0.1.ebuild @@ -0,0 +1,27 @@ +# 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/react-1.2:= +" + +RDEPEND="${DEPEND}" + +SLOT="0/${PV}" +LICENSE="LGPL-2.1-with-linking-exception" +KEYWORDS="~amd64 ~arm ~ppc ~x86-fbsd" diff --git a/dev-ml/lwt_react/metadata.xml b/dev-ml/lwt_react/metadata.xml new file mode 100644 index 00000000000..ffac4d7ebc0 --- /dev/null +++ b/dev-ml/lwt_react/metadata.xml @@ -0,0 +1,8 @@ + + + + + ml@gentoo.org + Gentoo ML Project + +