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 E5F0815817D for ; Fri, 14 Jun 2024 17:24:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54EA32BC04D; Fri, 14 Jun 2024 17:24:55 +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 36B6A2BC04D for ; Fri, 14 Jun 2024 17:24:55 +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 CC45B33BF29 for ; Fri, 14 Jun 2024 17:24:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69C321D03 for ; Fri, 14 Jun 2024 17:24:51 +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: <1718385851.8b32e8871fda49390e3757725a7892706f34e025.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ml/ppx_disable_unused_warnings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_disable_unused_warnings/Manifest dev-ml/ppx_disable_unused_warnings/ppx_disable_unused_warnings-0.17.0.ebuild profiles/package.mask X-VCS-Directories: dev-ml/ppx_disable_unused_warnings/ profiles/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 8b32e8871fda49390e3757725a7892706f34e025 X-VCS-Branch: master Date: Fri, 14 Jun 2024 17:24:51 +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: ecc68033-f521-4b5d-9cff-5e5dd38db989 X-Archives-Hash: 300385af04f9e6e56961144bdae24d1a commit: 8b32e8871fda49390e3757725a7892706f34e025 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Jun 14 17:20:21 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Jun 14 17:24:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b32e887 dev-ml/ppx_disable_unused_warnings: add 0.17.0 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ppx_disable_unused_warnings/Manifest | 1 + .../ppx_disable_unused_warnings-0.17.0.ebuild | 24 ++++++++++++++++++++++ profiles/package.mask | 1 + 3 files changed, 26 insertions(+) diff --git a/dev-ml/ppx_disable_unused_warnings/Manifest b/dev-ml/ppx_disable_unused_warnings/Manifest index ec4c551e3b6f..8fd4009fd158 100644 --- a/dev-ml/ppx_disable_unused_warnings/Manifest +++ b/dev-ml/ppx_disable_unused_warnings/Manifest @@ -1,2 +1,3 @@ DIST ppx_disable_unused_warnings-0.15.0.tar.gz 3966 BLAKE2B b087baa50ae3e0dd926221a69d0c3121ebeea431c08d0dbcc9cf5edee28e69c076e2f77c3b992757e56d03a6487ecd6257fec6a0373294cca6cdef7f71412216 SHA512 837bb96b5cc2623205ce778e6100d97a0a029e8c20a945509c06ee44784e67b8e9033b5387681c0f86c07f48ca4541e356ca62e19c1baa8d1b52c813400bb024 DIST ppx_disable_unused_warnings-0.16.0.tar.gz 4004 BLAKE2B df63aaf68f0d9ee2e756b8f5c1df358d7f5ec9f00b7545a8f9911c2e73e7cadb4ce66d1b95705437e8c608e692edc67c9f17e4b10f659a47754365028f31f69b SHA512 43831260baf4d9602da6a26503ac6db50517965c1788941610c4ca5ca4f7fb6cf8381a8fe4669cc3355502a7ff9f42baf35e8ddb2e7ed71a018d9ef16a1d9d77 +DIST ppx_disable_unused_warnings-0.17.0.tar.gz 4028 BLAKE2B d9f370a2e32b936996b60f2565b04cff88971a88cd60d40fa35ec0b0f00ba6f2b7ae603668f28b94275459291db555696d27265682b131af02d7f7d7372223df SHA512 6b734f08c1dce45c2b009fd34276556b538af3c6941d3b686816f21a19377b005d3ac752fe4153aae11eedc28b7bd83af2aa81af5a767c2b59ff6183b5718c2a diff --git a/dev-ml/ppx_disable_unused_warnings/ppx_disable_unused_warnings-0.17.0.ebuild b/dev-ml/ppx_disable_unused_warnings/ppx_disable_unused_warnings-0.17.0.ebuild new file mode 100644 index 000000000000..095c18c05ade --- /dev/null +++ b/dev-ml/ppx_disable_unused_warnings/ppx_disable_unused_warnings-0.17.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Expands [@disable_unused_warnings]" +HOMEPAGE="https://github.com/janestreet/ppx_disable_unused_warnings" +SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64" +IUSE="+ocamlopt" + +RDEPEND=" + >=dev-lang/ocaml-5 + dev-ml/base:${SLOT}[ocamlopt?] + >=dev-ml/ppxlib-0.32.1:=[ocamlopt?] +" +DEPEND="${RDEPEND}" +BDEPEND=">=dev-ml/dune-3.11" diff --git a/profiles/package.mask b/profiles/package.mask index 4e43620dcb8a..ce23d2b5df69 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -265,6 +265,7 @@ dev-ml/ppx_stable_witness:0/0.17 dev-ml/ppx_pipebang:0/0.17 dev-ml/ppx_optional:0/0.17 dev-ml/ppx_module_timer:0/0.17 +dev-ml/ppx_disable_unused_warnings:0/0.17 # Arthur Zamarin (2024-06-08) # EAPI=6, waiting for a version bump, not maintained for many years.