From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1389687-garchives=archives.gentoo.org@lists.gentoo.org> 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 7165315808E for <garchives@archives.gentoo.org>; Mon, 25 Apr 2022 16:55:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97E27E0821; Mon, 25 Apr 2022 16:55:08 +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 457DDE07D0 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Apr 2022 16:55:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4CE55341194 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Apr 2022 16:55:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D25D53AF for <gentoo-commits@lists.gentoo.org>; Mon, 25 Apr 2022 16:55:05 +0000 (UTC) From: "Alfredo Tupone" <tupone@gentoo.org> 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" <tupone@gentoo.org> Message-ID: <1650905687.a1446ffdf825d35a9f2ee2a3c7c434bac134cc52.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_log/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_log/Manifest dev-ml/ppx_log/metadata.xml dev-ml/ppx_log/ppx_log-0.15.0.ebuild X-VCS-Directories: dev-ml/ppx_log/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: a1446ffdf825d35a9f2ee2a3c7c434bac134cc52 X-VCS-Branch: master Date: Mon, 25 Apr 2022 16:55:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 09d645bb-d688-4cc0-b17b-a2a1964a2840 X-Archives-Hash: 032cafdccaf366ce071b5c9dd3339567 commit: a1446ffdf825d35a9f2ee2a3c7c434bac134cc52 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Apr 25 16:54:13 2022 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Apr 25 16:54:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1446ffd dev-ml/ppx_log: add to tree Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/ppx_log/Manifest | 1 + dev-ml/ppx_log/metadata.xml | 11 +++++++++++ dev-ml/ppx_log/ppx_log-0.15.0.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-ml/ppx_log/Manifest b/dev-ml/ppx_log/Manifest new file mode 100644 index 000000000000..31481663845b --- /dev/null +++ b/dev-ml/ppx_log/Manifest @@ -0,0 +1 @@ +DIST ppx_log-0.15.0.tar.gz 6672 BLAKE2B 3b45e705dfe6256d95e52b3fb1b1f98599d48fba6d4c565df95319566d5ab62965182d265db68a9b2f0b7e32103861639ff9ca46e1980e93e63abdeae83e79cd SHA512 1585f82615def2fc1c94853e9a1b9e3ebd2ef8193067f229f24580ea124c06736a2b361377801b9a44b7347e1938da051ed652764142e2270de3d3e8f375bf46 diff --git a/dev-ml/ppx_log/metadata.xml b/dev-ml/ppx_log/metadata.xml new file mode 100644 index 000000000000..0a492ea7ad77 --- /dev/null +++ b/dev-ml/ppx_log/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ml@gentoo.org</email> + <name>ML</name> + </maintainer> + <upstream> + <remote-id type="github">janestreet/ppx_log</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ml/ppx_log/ppx_log-0.15.0.ebuild b/dev-ml/ppx_log/ppx_log-0.15.0.ebuild new file mode 100644 index 000000000000..3f2040cb7317 --- /dev/null +++ b/dev-ml/ppx_log/ppx_log-0.15.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit dune + +DESCRIPTION="Lazily rendering log messages" +HOMEPAGE="https://github.com/janestreet/ppx_log" +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" +IUSE="+ocamlopt" + +DEPEND=" + dev-ml/ppx_sexp_message:${SLOT} + dev-ml/sexplib:${SLOT} +" +RDEPEND="${DEPEND}" +BDEPEND=""