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 069151382DF for ; Tue, 28 Jun 2016 11:57:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20DEA14225; Tue, 28 Jun 2016 11:57:40 +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 6FBD714220 for ; Tue, 28 Jun 2016 11:57:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0E4A6340CDF for ; Tue, 28 Jun 2016 11:57:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A9C92438 for ; Tue, 28 Jun 2016 11:57: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: <1467115007.5b89f0c360aedfa7b647eec51393e2ce6cdd0cec.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/fieldslib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/fieldslib/Manifest dev-ml/fieldslib/fieldslib-113.33.03.ebuild X-VCS-Directories: dev-ml/fieldslib/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5b89f0c360aedfa7b647eec51393e2ce6cdd0cec X-VCS-Branch: master Date: Tue, 28 Jun 2016 11:57: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: 3b27efa2-9396-42ae-9b0d-405415e42e11 X-Archives-Hash: d32d8e0470ccc1ee009557e1c5fad0aa commit: 5b89f0c360aedfa7b647eec51393e2ce6cdd0cec Author: Alexis Ballier gentoo org> AuthorDate: Tue Jun 28 11:08:39 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jun 28 11:56:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b89f0c3 dev-ml/fieldslib: bump to 113.33.03 Package-Manager: portage-2.3.0 dev-ml/fieldslib/Manifest | 1 + dev-ml/fieldslib/fieldslib-113.33.03.ebuild | 39 +++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-ml/fieldslib/Manifest b/dev-ml/fieldslib/Manifest index c541e86..3143254 100644 --- a/dev-ml/fieldslib/Manifest +++ b/dev-ml/fieldslib/Manifest @@ -1 +1,2 @@ DIST fieldslib-113.24.00.tar.gz 52609 SHA256 7126f8e4412e05071568cffa71841b3fd5180a45880c04e64b00258758411ce9 SHA512 639b86bb9d6b37d5df77accc5ad921d3b817d3857dacf29b0c82925a219c836e4e79a7c514718bf625e17fc338111d5f80ae2a545a42f4eb0ce3b173b2ecbe4d WHIRLPOOL c13ee3f3cdbe7d9250eac672a8324bf7ed4bf76b687e50f95ea2420183d4c7ad48ca89c80d5f68f68a9363e746cc3e2c761ebcc139d070d01023963d292da2aa +DIST fieldslib-113.33.03.tar.gz 51319 SHA256 7b338bf0777da703fd88e838a40817e76834d531800f87308562fe458a5da3e6 SHA512 a20f97cf55354d1733282208ae1d50d6283ed24bf733764264ab0f571aeae22e9cfa56065ca76788c9ae5d413cf3822e4975187ca426e6383a28519a0f2e7805 WHIRLPOOL 9777ae094c53c8921da243e20f9922dd313044ae0ebbbe44e27804c23cc5411c680d78e17a0422e0b01f03c403274ea057c7ae6f94bc3336c324811cea972b9c diff --git a/dev-ml/fieldslib/fieldslib-113.33.03.ebuild b/dev-ml/fieldslib/fieldslib-113.33.03.ebuild new file mode 100644 index 0000000..bccf78e --- /dev/null +++ b/dev-ml/fieldslib/fieldslib-113.33.03.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="Folding over record fields" +HOMEPAGE="http://www.janestreet.com/ocaml" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} dev-ml/opam dev-ml/js-build-tools" + +src_configure() { + emake setup.exe + OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure +} + +src_compile() { + emake +} + +src_install() { + opam-installer -i \ + --prefix="${ED}/usr" \ + --libdir="${D}/$(ocamlc -where)" \ + --docdir="${ED}/usr/share/doc/${PF}" \ + ${PN}.install || die + dodoc CHANGES.md +}