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 E3EF6158086 for ; Sun, 7 Nov 2021 12:18:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F06D92BC11B; Sun, 7 Nov 2021 12:18:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3043B2BC11B for ; Sun, 7 Nov 2021 12:18:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C9E03431C8 for ; Sun, 7 Nov 2021 12:18:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C74813F for ; Sun, 7 Nov 2021 12:18:15 +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: <1636287478.e2a0e7361b9080cb23eec65400360aeee8722e3c.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/luv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/luv/Manifest dev-ml/luv/luv-0.5.10.ebuild dev-ml/luv/metadata.xml X-VCS-Directories: dev-ml/luv/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: e2a0e7361b9080cb23eec65400360aeee8722e3c X-VCS-Branch: master Date: Sun, 7 Nov 2021 12:18:15 +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: c863fe28-4c19-49a5-b062-ef24b89fa9f0 X-Archives-Hash: 15af24e83b82bc465113da0fa7beb597 commit: e2a0e7361b9080cb23eec65400360aeee8722e3c Author: Alfredo Tupone gentoo org> AuthorDate: Sun Nov 7 11:39:27 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Nov 7 12:17:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a0e736 dev-ml/luv: new package Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/luv/Manifest | 1 + dev-ml/luv/luv-0.5.10.ebuild | 19 +++++++++++++++++++ dev-ml/luv/metadata.xml | 11 +++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-ml/luv/Manifest b/dev-ml/luv/Manifest new file mode 100644 index 00000000000..7bbd67264ac --- /dev/null +++ b/dev-ml/luv/Manifest @@ -0,0 +1 @@ +DIST luv-0.5.10.tar.gz 805333 BLAKE2B 23edd2bc870a2886e560d330d9a20b205a77ea7bc8ed631e00e43819474eeb75246b407113b59ed9c5f74462ad5f721338ac5a157a1fe0e443abf9ff88771089 SHA512 c50a0def366944b4ef6038503ecefe75d8e45f542311198531f01a355675c08b00370480141b455616429a883c3232d34628e6a67846db5864a1b0eabfe6311f diff --git a/dev-ml/luv/luv-0.5.10.ebuild b/dev-ml/luv/luv-0.5.10.ebuild new file mode 100644 index 00000000000..a30ace7876a --- /dev/null +++ b/dev-ml/luv/luv-0.5.10.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Binding to libuv: cross-platform asynchronous I/O" +SRC_URI="https://github.com/aantron/${PN}/releases/download/${PV}/${P}.tar.gz" +HOMEPAGE="https://github.com/aantron/luv" + +SLOT="0/${PV}" +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="+ocamlopt" + +RDEPEND="dev-ml/ocaml-ctypes" +DEPEND="${RDEPEND}" +BDEPEND="" diff --git a/dev-ml/luv/metadata.xml b/dev-ml/luv/metadata.xml new file mode 100644 index 00000000000..60a30bc851c --- /dev/null +++ b/dev-ml/luv/metadata.xml @@ -0,0 +1,11 @@ + + + + + ml@gentoo.org + ML + + + aantron/luv + +