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 220E2139695 for ; Tue, 1 Aug 2017 12:01:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 485E5E0F00; Tue, 1 Aug 2017 12:01:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23959E0F00 for ; Tue, 1 Aug 2017 12:01:43 +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 15688341937 for ; Tue, 1 Aug 2017 12:01:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90E69755A for ; Tue, 1 Aug 2017 12:01:40 +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: <1501588889.13fcf3a99f24ee29abd58a3bb6cc5448141251f0.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-containers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-containers/Manifest dev-ml/ocaml-containers/ocaml-containers-1.3.ebuild X-VCS-Directories: dev-ml/ocaml-containers/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 13fcf3a99f24ee29abd58a3bb6cc5448141251f0 X-VCS-Branch: master Date: Tue, 1 Aug 2017 12:01:40 +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: 407adedb-5c44-40c4-bc16-6e63f24bde78 X-Archives-Hash: ddf99d72e5dce1b57fdd621d3a4ab91d commit: 13fcf3a99f24ee29abd58a3bb6cc5448141251f0 Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 1 08:30:35 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 1 12:01:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fcf3a9 dev-ml/ocaml-containers: bump to 1.3 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-ml/ocaml-containers/Manifest | 1 + .../ocaml-containers/ocaml-containers-1.3.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-ml/ocaml-containers/Manifest b/dev-ml/ocaml-containers/Manifest index b407c11aa26..738af0197e3 100644 --- a/dev-ml/ocaml-containers/Manifest +++ b/dev-ml/ocaml-containers/Manifest @@ -1 +1,2 @@ DIST ocaml-containers-1.2.tar.gz 293774 SHA256 1c7825fbefaf90c3f9f9367ce0abda95f1dda242b1db560ed51c75ef0c6b5b15 SHA512 c5d94760a51a94aca1482ce3720450bce4448090609737a5be50f99c8884441df4676da953b31bdb8f10dd2fca3235b6e9e8d1580bd3fa917b03408a9a14b28d WHIRLPOOL a365c6992d926d2c4045da0a39052c7eba71eb3c937eca126a186e393fefdf199fe1e40f5cde21539df914e235ce8e3dcd7712da86160a2ef1631cf223c3be65 +DIST ocaml-containers-1.3.tar.gz 299928 SHA256 839495aaca4f7bf681b8af931a5de7d51a5076e5c30a5fbf83f4b1de8216aa57 SHA512 d4402be1d11fee883bdf2b4fcc339df6ef175ac2d6532ee865c36656473c4882290e45f2efd9b90af7298fc3ffa0ce27fb83d8c7166edeafff798ceccad929e8 WHIRLPOOL 7292527f99eb92832b7e4b495cfbd6e2fe179d8c1496256f2016489f6f5e8ec0c1509cc5aa05c7af49999b73a0f2eaf77fa6d2bf4310cf68a4762a3ab9a0994e diff --git a/dev-ml/ocaml-containers/ocaml-containers-1.3.ebuild b/dev-ml/ocaml-containers/ocaml-containers-1.3.ebuild new file mode 100644 index 00000000000..33e8871a4f7 --- /dev/null +++ b/dev-ml/ocaml-containers/ocaml-containers-1.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +OASIS_BUILD_TESTS=1 +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="A modular standard library focused on data structures" +HOMEPAGE="https://github.com/c-cube/ocaml-containers" +SRC_URI="https://github.com/c-cube/ocaml-containers/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + dev-ml/result:= + >=dev-ml/sequence-0.9:= +" +DEPEND="${RDEPEND} dev-ml/cppo + test? ( dev-ml/iTeML dev-ml/ounit dev-ml/gen )" + +src_configure() { + oasis_configure_opts=" + --enable-unix + --disable-bench + " oasis_src_configure +}