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 C57FC1384AE for ; Sat, 19 Sep 2015 14:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3A0121C046; Sat, 19 Sep 2015 14:03:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E75B21C032 for ; Sat, 19 Sep 2015 14:03:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1F1D340E46 for ; Sat, 19 Sep 2015 14:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50203209 for ; Sat, 19 Sep 2015 14:03:20 +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: <1442671387.1e0661cf75432ed367a2c44a58d5f1ccd604c939.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/core_extended/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/core_extended/Manifest dev-ml/core_extended/core_extended-113.00.00.ebuild X-VCS-Directories: dev-ml/core_extended/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1e0661cf75432ed367a2c44a58d5f1ccd604c939 X-VCS-Branch: master Date: Sat, 19 Sep 2015 14:03:20 +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: 8d0e4d0e-a791-467a-81e6-a63d96cd971e X-Archives-Hash: c70fc5ebb4935ad0503c30ff620a7054 commit: 1e0661cf75432ed367a2c44a58d5f1ccd604c939 Author: Alexis Ballier gentoo org> AuthorDate: Sat Sep 19 13:21:15 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Sep 19 14:03:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0661cf dev-ml/core_extended: bump to 113.00.00 Package-Manager: portage-2.2.20.1 dev-ml/core_extended/Manifest | 1 + .../core_extended/core_extended-113.00.00.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-ml/core_extended/Manifest b/dev-ml/core_extended/Manifest index 64f5cfe..eeb968b 100644 --- a/dev-ml/core_extended/Manifest +++ b/dev-ml/core_extended/Manifest @@ -1 +1,2 @@ DIST core_extended-112.35.00.tar.gz 315031 SHA256 a14a23fab5674952518eeb9d42f69a02b97fc396e74cb2e2fe519cdad5cd9d7e SHA512 265b18fde3bd322113e75d4d733ad1ef3bb0123f6e53d057dd6075f75802914376f79e36bdd78579e2884a579154d7d142fe743de7870b86cf4e830e5189adc2 WHIRLPOOL 7f71d1e82e22aded600dfad0489ba9a6bedc609604840df9f48beabd80db04d61b6e246398c87ab6fc565a17be6e7ea488a88dba140d582cd8696a400d2b482c +DIST core_extended-113.00.00.tar.gz 292116 SHA256 66a49e217a869c890be1d5da7342a24311bf8f0aae79f76a9b1a13b2cc8449ba SHA512 6a78d34318392a499e703ad8c24b4271ce31e4fa1d03f1f17a96c0f91b1533b3819880242e956e93a5ca1713bdb7cc9044218055cdfe62bcb5b3b40f9416708e WHIRLPOOL 1d3cefc38c1bd5f1d9b4a5fb0ddee38ab94f71c5c2d3ddbb3a383569f6989ec56ec38bca2e0d64014ae7c025df9418a4c23ccd24157505579bfa3863e952f405 diff --git a/dev-ml/core_extended/core_extended-113.00.00.ebuild b/dev-ml/core_extended/core_extended-113.00.00.ebuild new file mode 100644 index 0000000..0c49c21 --- /dev/null +++ b/dev-ml/core_extended/core_extended-113.00.00.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +OASIS_BUILD_DOCS=1 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="Jane Street's alternative to the standard library" +HOMEPAGE="http://www.janestreet.com/ocaml" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-ml/core-${PV}:= + >=dev-ml/sexplib-109.20.00:= + >=dev-ml/bin-prot-109.15.00:= + >=dev-ml/fieldslib-109.20.00:= + >=dev-ml/pa_ounit-109.27.00:= + >=dev-ml/comparelib-109.27.00:= + >=dev-ml/custom_printf-109.27.00:= + >=dev-ml/pipebang-109.15.00:= + >=dev-ml/textutils-109.35.00:= + dev-ml/pa_test:= + dev-ml/re2:= + dev-ml/pa_bench:= + dev-ml/camlp4:= + " +DEPEND="${RDEPEND} + test? ( >=dev-ml/ounit-1.1.0 )"