From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EA21659CAF for ; Sat, 9 Apr 2016 19:15:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E106721C01D; Sat, 9 Apr 2016 19:15:45 +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 5C92421C01D for ; Sat, 9 Apr 2016 19:15:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B6F1340AF0 for ; Sat, 9 Apr 2016 19:15:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6592C22B for ; Sat, 9 Apr 2016 19:15:42 +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: <1460229334.54c7dde56a11fcd5e06e7dbe5ddd4e64335cbf78.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lambda-term/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lambda-term/Manifest dev-ml/lambda-term/lambda-term-1.10.ebuild X-VCS-Directories: dev-ml/lambda-term/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 54c7dde56a11fcd5e06e7dbe5ddd4e64335cbf78 X-VCS-Branch: master Date: Sat, 9 Apr 2016 19:15:42 +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: 38623c0f-2b9c-414d-af51-10d24e275e50 X-Archives-Hash: df71130b07f7392cd28df6f1125c09ae commit: 54c7dde56a11fcd5e06e7dbe5ddd4e64335cbf78 Author: Alexis Ballier gentoo org> AuthorDate: Sat Apr 9 17:54:27 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Apr 9 19:15:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c7dde5 dev-ml/lambda-term: bump to 1.10 Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/lambda-term/Manifest | 1 + dev-ml/lambda-term/lambda-term-1.10.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-ml/lambda-term/Manifest b/dev-ml/lambda-term/Manifest index 55c819c..28c8156 100644 --- a/dev-ml/lambda-term/Manifest +++ b/dev-ml/lambda-term/Manifest @@ -1 +1,2 @@ +DIST lambda-term-1.10.tar.gz 161835 SHA256 152d1712655d7b61b0fe90abe43fcdead00945aa6ab636fef0b587a21bd697cf SHA512 112422775a5a3495d70059385ece2788244782b7f588ec5b5c35018658f52cab43cf0bdb829c359c503dba0a85eb104dced49d7bc071e61baf9d3f84cf8f9f18 WHIRLPOOL f78104a0debd91c038e45f28b8ffaadd8e4eb456ba39b5e68f2f5a1472a18749ec3d11c9a3f473453f30b406dad31c71d0b956586392acc9fb683bd4476b55d2 DIST lambda-term-1.9.tar.gz 157782 SHA256 d21bd941cfaa98e5c08343fcb4c50fdb6e34600d8bff217c3356a4652e53f506 SHA512 f36aeac2693796c8e6058e13655b459523e2ce4e4fbd6662a2b135b65850421021b5ae3d7f370d64037e66fe8c8efe7d3ad953c280f200dbcb9ff75b6a6ca72a WHIRLPOOL 1850c99953c465ed2a3fa9d6d0bf9cb3c45aa16aa5a54cb00037cec3ef9395cde0e7aa367eb8e2987ad37f749c8e11033bb8ebbada02ccf903b52886998f0a3b diff --git a/dev-ml/lambda-term/lambda-term-1.10.ebuild b/dev-ml/lambda-term/lambda-term-1.10.ebuild new file mode 100644 index 0000000..854da8d --- /dev/null +++ b/dev-ml/lambda-term/lambda-term-1.10.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="A cross-platform library for manipulating the terminal" +HOMEPAGE="https://github.com/diml/lambda-term" +SRC_URI="https://github.com/diml/lambda-term/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-ml/lwt-2.4.0:=[react] + >=dev-ml/zed-1.2:= + >=dev-ml/camomile-0.8:= + dev-ml/react:= +" +RDEPEND="${DEPEND}" + +DOCS=( "CHANGES.md" "README.md" )