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 C97A6158020 for ; Fri, 16 Dec 2022 11:06:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CD7CE087E; Fri, 16 Dec 2022 11:06:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 E0DC4E087E for ; Fri, 16 Dec 2022 11:06:46 +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 CFACD340CC9 for ; Fri, 16 Dec 2022 11:06:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 169237DC for ; Fri, 16 Dec 2022 11:06:43 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1671188800.95c9b803d9765d7ededda45d75cd8c2f851d2c12.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlp-streams/Manifest dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild X-VCS-Directories: dev-ml/camlp-streams/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 95c9b803d9765d7ededda45d75cd8c2f851d2c12 X-VCS-Branch: master Date: Fri, 16 Dec 2022 11:06:43 +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: 43fc6544-025a-4cf7-ab1b-a729df888340 X-Archives-Hash: 7e7beab6a5ec3b61426265efb74d6408 commit: 95c9b803d9765d7ededda45d75cd8c2f851d2c12 Author: Maciej Barć gentoo org> AuthorDate: Fri Dec 16 10:40:13 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Dec 16 11:06:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c9b803 dev-ml/camlp-streams: bump to 5.0.1 Signed-off-by: Maciej Barć gentoo.org> dev-ml/camlp-streams/Manifest | 1 + dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-ml/camlp-streams/Manifest b/dev-ml/camlp-streams/Manifest index 865aab3120ac..f425793b6894 100644 --- a/dev-ml/camlp-streams/Manifest +++ b/dev-ml/camlp-streams/Manifest @@ -1 +1,2 @@ +DIST camlp-streams-5.0.1.tar.gz 17392 BLAKE2B bec87a4b9717bcd05799317542533a83e43b5d7dcdc0d691595678613da4f091f087c00487e1499e088687cc9cf21381386c92e25db9d5f182200805452b43fd SHA512 2efa8dd4a636217c8d49bac1e4e7e5558fc2f45cfea66514140a59fd99dd08d61fb9f1e17804997ff648b71b13820a5d4a1eb70fed9d848aa2abd6e41f853c86 DIST camlp-streams-5.0.tar.gz 6992 BLAKE2B 54025cec15420ec8e1ad8ce6faaf9132b9197c3bb57acb9b4f39f4dd83939aac25104a6d4fd40035db22cdd33dbffc92597b6913702a252180ef62b60c2503be SHA512 f42e2f5e5ca353b3d647cd7e97a278c167c2d1abd185a634f155965cec29e35d9be7ce940b4c205b0577d7e9b6f714580bfd2e2fd79f1b1b461bc3fb96d26d36 diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild new file mode 100644 index 000000000000..d70a39d04000 --- /dev/null +++ b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Stream and Genlex libraries for use with Camlp4 and Camlp5" +HOMEPAGE="https://github.com/ocaml/camlp-streams" +SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="LGPL-2-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +IUSE="+ocamlopt"