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 64018139695 for ; Tue, 18 Apr 2017 20:10:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93DFCE0DF0; Tue, 18 Apr 2017 20:10:12 +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 6C29521C06C for ; Tue, 18 Apr 2017 20:10:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 33C8E341687 for ; Tue, 18 Apr 2017 20:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9C05743B for ; Tue, 18 Apr 2017 20:10:03 +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: <1492546193.5012ff224c8252f414028f986b9bc5a9bb835504.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/base/Manifest dev-ml/base/base-0.9.2.ebuild X-VCS-Directories: dev-ml/base/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5012ff224c8252f414028f986b9bc5a9bb835504 X-VCS-Branch: master Date: Tue, 18 Apr 2017 20:10:03 +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: 02cb0227-d69d-4f09-8691-93a2985cbc92 X-Archives-Hash: b0733054175b8ce6fd8a1991d101cd70 commit: 5012ff224c8252f414028f986b9bc5a9bb835504 Author: Alexis Ballier gentoo org> AuthorDate: Tue Apr 18 19:26:17 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Apr 18 20:09:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5012ff22 dev-ml/base: bump to 0.9.2 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ml/base/Manifest | 1 + dev-ml/base/base-0.9.2.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-ml/base/Manifest b/dev-ml/base/Manifest index b18ff969a23..4d6fc5a2631 100644 --- a/dev-ml/base/Manifest +++ b/dev-ml/base/Manifest @@ -1 +1,2 @@ DIST base-0.9.1.tar.gz 286498 SHA256 4a616dbbb6c85bee4e0dc03a1ba94928a74eb5cd1ac63e3b9f060a2f85a1ad79 SHA512 e1eb26eb07ee3489c8f42a886e2131bcc5eb5e965727eb29910e3aa37cdab6d23bfbf71421e16b77d9fe20a69392f9313ad6189c9618013794f0ed7df8c76c52 WHIRLPOOL 31674e5490d8ed63d584f56b42db9c48a83153694ee03dd7d499ec7bea6b0dcb8528a45f79fd3ae35a4a29f415c6abb3a06f603ad6478a2af13a928802b729ff +DIST base-0.9.2.tar.gz 286533 SHA256 cb93c7b8da60adefc6f154b6eb7f94417add7b5d483e7f6f27e13b1295e30afc SHA512 9eae093c18e4fcbc02eb970b73bb7e49a94e0ccdd3fd6509d0668035b454ad8b5894bdbd10027a83681e993b4e1dec97db213b7fdfc293cb9737bae303002e11 WHIRLPOOL 28fe2edcfd0fb3eef62e5e776473af4588b2f5668b867233715cc9b10ec3185af6041728d7cb33ddeb406cc8af54a0607a87d3295ef370e21ae0c167eae33cdd diff --git a/dev-ml/base/base-0.9.2.ebuild b/dev-ml/base/base-0.9.2.ebuild new file mode 100644 index 00000000000..b6a07e3d596 --- /dev/null +++ b/dev-ml/base/base-0.9.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Standard library for OCaml" +HOMEPAGE="https://github.com/janestreet/base" +SRC_URI="https://github.com/janestreet/base/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + dev-lang/ocaml:= + dev-ml/sexplib:= +