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 ADC5A1382C5 for ; Mon, 8 Feb 2021 08:00:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB521E08BB; Mon, 8 Feb 2021 08:00:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D69CEE08BB for ; Mon, 8 Feb 2021 08:00:27 +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 DE27D33E362 for ; Mon, 8 Feb 2021 08:00:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEA364C4 for ; Mon, 8 Feb 2021 08:00:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612771213.61921c92598248ef523d248d33a28a7f50a1c274.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/num/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/num/Manifest dev-ml/num/num-1.4.ebuild X-VCS-Directories: dev-ml/num/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 61921c92598248ef523d248d33a28a7f50a1c274 X-VCS-Branch: master Date: Mon, 8 Feb 2021 08:00:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fc987876-0ef9-408a-9351-52f08bb4a5e4 X-Archives-Hash: 0e5e784b54aed6e3ca11a39d7581cfc0 commit: 61921c92598248ef523d248d33a28a7f50a1c274 Author: Sam James gentoo org> AuthorDate: Mon Feb 8 08:00:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 8 08:00:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61921c92 dev-ml/num: bump to 1.4 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-ml/num/Manifest | 1 + dev-ml/num/num-1.4.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/dev-ml/num/Manifest b/dev-ml/num/Manifest index 944b4079b5a..c545fca9b10 100644 --- a/dev-ml/num/Manifest +++ b/dev-ml/num/Manifest @@ -1 +1,2 @@ DIST num-1.3.tar.gz 66251 BLAKE2B d6fde246693c8aef3b881a4ebc2b601392e0f0bf561dc4f4d32a5e1f835a5186deba3ffa77c88c6c05cd6e837dc836567fcabffefae99ce1ccae94e1bdfc849a SHA512 c88310f8c45700990095e6b2e9abf24c27347711b9abfd1dde75e540fbbfc6a365e6713bd69f66009af305728fcb36dc61eb37fdd0be7d73824b0e92fbe8c031 +DIST num-1.4.tar.gz 66327 BLAKE2B 59eae642e19f452dd911ef6c32b89978f2034a5fcaece4a358f3da447c8d6cb2b2581c39d032eb117edaf7ecf942583281eb6e31716b06960e768c2a985e099e SHA512 0cc9be8ad95704bb683b4bf6698bada1ee9a40dc05924b72adc7b969685c33eeb68ccf174cc09f6a228c48c18fe94af06f28bebc086a24973a066da620db8e6f diff --git a/dev-ml/num/num-1.4.ebuild b/dev-ml/num/num-1.4.ebuild new file mode 100644 index 00000000000..babd9330a77 --- /dev/null +++ b/dev-ml/num/num-1.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Library for arbitrary-precision integer and rational arithmetic" +HOMEPAGE="https://github.com/ocaml/num" +SRC_URI="https://github.com/ocaml/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +IUSE="+ocamlopt"