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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 168DD15808E for ; Wed, 27 Apr 2022 09:09:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AAF0E0788; Wed, 27 Apr 2022 09:09:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2962BE0788 for ; Wed, 27 Apr 2022 09:09:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 331C9341740 for ; Wed, 27 Apr 2022 09:09:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9814342F for ; Wed, 27 Apr 2022 09:09:06 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1651050534.712bab510a714e16d7053a3b4b794419d7760fa5.tupone@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-0.15.0.ebuild X-VCS-Directories: dev-ml/textutils/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 712bab510a714e16d7053a3b4b794419d7760fa5 X-VCS-Branch: master Date: Wed, 27 Apr 2022 09:09:06 +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: 6b74ad47-1b4a-4f38-b841-13fad10fb144 X-Archives-Hash: e8b6bd25cacbf5ee8c715b5e9c737240 commit: 712bab510a714e16d7053a3b4b794419d7760fa5 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Apr 27 09:08:31 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Apr 27 09:08:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712bab51 dev-ml/textutils: 0.15.0 bump Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/textutils/Manifest | 1 + dev-ml/textutils/textutils-0.15.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-ml/textutils/Manifest b/dev-ml/textutils/Manifest index f44fad191286..560bc53028d5 100644 --- a/dev-ml/textutils/Manifest +++ b/dev-ml/textutils/Manifest @@ -1 +1,2 @@ DIST textutils-0.14.0.tar.gz 13261 BLAKE2B f4e1f364e72af47d70d1b674399c923672a780aefa1a2de731e786ef6a5fe03789d5605d326e883b9b37b0ac6fd98246b243980b16c25a4cc8baed29a2142cf9 SHA512 e8dca3f0f5c096846201a4fddf06e7bd3ad721a21df054189d0a7316a8d5be73df6633b045f7027d03b8023448f017aab14dbfc13985a11b5a2b58e5498b6de3 +DIST textutils-0.15.0.tar.gz 15477 BLAKE2B ceb8482f8c76323bdd08c9c065220868dcc5405e4461d2b787e78e458ac0f7872519955a3c8247217517b12ec4450dd4452d7ae4d5a851151aa4e47f655f009b SHA512 d45dd57a3490330ab800cd06903bba760e89fc46b1209d3ad91395a729f999fec1af62f3c74c08d0270fb7a89de115f1cc08bdaf77d74a043183e629fc367e1b diff --git a/dev-ml/textutils/textutils-0.15.0.ebuild b/dev-ml/textutils/textutils-0.15.0.ebuild new file mode 100644 index 000000000000..18d2948c2b90 --- /dev/null +++ b/dev-ml/textutils/textutils-0.15.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Text output utilities" +HOMEPAGE="https://github.com/janestreet/textutils" +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt" + +RDEPEND=" + dev-ml/core_unix:${SLOT} + dev-ml/textutils_kernel:${SLOT} +" +DEPEND="${RDEPEND}"