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 278CE139694 for ; Wed, 12 Apr 2017 19:21:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86D79E0DD7; Wed, 12 Apr 2017 19:20:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4E87AE0DD7 for ; Wed, 12 Apr 2017 19:20:39 +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 8518133BE1A 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 2157C7432 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.f28f7788f5e67b28ce3a16af74b4e8b1063ece17.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt_glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lwt_glib/Manifest dev-ml/lwt_glib/lwt_glib-1.0.1.ebuild dev-ml/lwt_glib/metadata.xml X-VCS-Directories: dev-ml/lwt_glib/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f28f7788f5e67b28ce3a16af74b4e8b1063ece17 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: 765b564f-4ba9-417e-92ba-8cf112edb020 X-Archives-Hash: 89919b5bf624b52e7720f8e954e83027 commit: f28f7788f5e67b28ce3a16af74b4e8b1063ece17 Author: Alexis Ballier gentoo org> AuthorDate: Wed Apr 12 16:41:14 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=f28f7788 dev-ml/lwt_glib: initial import, split out of dev-ml/lwt Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ml/lwt_glib/Manifest | 1 + dev-ml/lwt_glib/lwt_glib-1.0.1.ebuild | 27 +++++++++++++++++++++++++++ dev-ml/lwt_glib/metadata.xml | 8 ++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-ml/lwt_glib/Manifest b/dev-ml/lwt_glib/Manifest new file mode 100644 index 00000000000..37ac011e749 --- /dev/null +++ b/dev-ml/lwt_glib/Manifest @@ -0,0 +1 @@ +DIST lwt_glib-1.0.1.tar.gz 51837 SHA256 3070a6daf13b8705f52cd3dec6b030085ff793620d8face7364ff826a12912d1 SHA512 b66057fcfd110808ebabe6ec0ab653ddbb11342614265c7af58201854078b4a6315aa56836e719c2b8b3edc3e4a87f9fede7913a9b462ef65d21ae3bb1dcbd6c WHIRLPOOL 37db9cb4918f44e062728550e1391cd8c4a69e4e88ae1b9313c9bc519d4cbe900b7ae8604c9ec2dcee4b3f5e04c9a2a9af685b77f98731ffc19765aad9ab7eac diff --git a/dev-ml/lwt_glib/lwt_glib-1.0.1.ebuild b/dev-ml/lwt_glib/lwt_glib-1.0.1.ebuild new file mode 100644 index 00000000000..0a45b425a40 --- /dev/null +++ b/dev-ml/lwt_glib/lwt_glib-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-libs/glib: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_glib/metadata.xml b/dev-ml/lwt_glib/metadata.xml new file mode 100644 index 00000000000..ffac4d7ebc0 --- /dev/null +++ b/dev-ml/lwt_glib/metadata.xml @@ -0,0 +1,8 @@ + + + + + ml@gentoo.org + Gentoo ML Project + +