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 9C39613908F for ; Mon, 30 Jan 2017 22:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7171121C07D; Mon, 30 Jan 2017 22:55:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 41E6421C07D for ; Mon, 30 Jan 2017 22:55:36 +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 704E0341117 for ; Mon, 30 Jan 2017 22:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D8463B6E for ; Mon, 30 Jan 2017 22:55:33 +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: <1485815043.5d05d8636b686e6187148ffd2053384c820135cb.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/textutils/Manifest dev-ml/textutils/textutils-113.33.03.ebuild X-VCS-Directories: dev-ml/textutils/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5d05d8636b686e6187148ffd2053384c820135cb X-VCS-Branch: master Date: Mon, 30 Jan 2017 22:55:33 +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: 71c6e0d4-60e2-4e3b-9fd0-6ac09ee226ff X-Archives-Hash: bd77da74ec66920cdb8685b412968937 commit: 5d05d8636b686e6187148ffd2053384c820135cb Author: Alexis Ballier gentoo org> AuthorDate: Mon Jan 30 22:24:03 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jan 30 22:24:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d05d863 dev-ml/textutils: bump to 113.33.03 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/textutils/Manifest | 1 + dev-ml/textutils/textutils-113.33.03.ebuild | 50 +++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/dev-ml/textutils/Manifest b/dev-ml/textutils/Manifest index 58f65db..edfc0c7 100644 --- a/dev-ml/textutils/Manifest +++ b/dev-ml/textutils/Manifest @@ -1 +1,2 @@ DIST textutils-113.33.00.tar.gz 63765 SHA256 abe22409017c003f1c3da7e2a9ae4e139a4e470c3e4b2d009fda66a009f2427a SHA512 64f9c452ab2fa2b418f75f3295fb9b42d7c8c9994fed1591e92bb5298fea0548586e16b118fb8e5dc088a9b34055832ae5e6c3781aa6abb8754e8239ebb53fd9 WHIRLPOOL 0a16263d4cce85d4442acf465c53fc7b5b19572c4b192e6d6bdc7c25a012b320a0523a428009d0fa69814cfd2942331eca04442bbab84cb6bc5daf069f18c3b2 +DIST textutils-113.33.03.tar.gz 62733 SHA256 d24fe5ae746ef33426b110eec5c6af7695df6d4763ca8fe5721334e5cb5aef7a SHA512 1db73b68ddf1206a742b513ae18ff459a54c2534e5bf443417afd574e57d545884435c7b4a56001bed280df2b921aeb110c1421258564db5e11581a8a8a3cdaf WHIRLPOOL d5ff989a3891505e6fb6b592ab1b0900237b4e0331b74958e1e69e690584d997919a2467e0e7be03cfde65467cf3e317329e7fa60a18858d2285363299fa2404 diff --git a/dev-ml/textutils/textutils-113.33.03.ebuild b/dev-ml/textutils/textutils-113.33.03.ebuild new file mode 100644 index 00000000..ca9cd1a --- /dev/null +++ b/dev-ml/textutils/textutils-113.33.03.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Text output utilities" +HOMEPAGE="https://ocaml.janestreet.com/" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-lang/ocaml-4.02[ocamlopt?] + >=dev-ml/core-109.24:= + dev-ml/fieldslib:= + dev-ml/ppx_assert:= + dev-ml/ppx_bench:= + dev-ml/ppx_driver:= + dev-ml/ppx_expect:= + dev-ml/ppx_inline_test:= + dev-ml/ppx_jane:= + >=dev-ml/sexplib-113.24:= + dev-ml/typerep:= + dev-ml/variantslib:= +" +DEPEND="${RDEPEND} dev-ml/opam" + +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 +}