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 B604815800A for ; Thu, 24 Aug 2023 18:22:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05AF22BC014; Thu, 24 Aug 2023 18:22:14 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E17BA2BC014 for ; Thu, 24 Aug 2023 18:22:13 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 298FF335C5D for ; Thu, 24 Aug 2023 18:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BC73104D for ; Thu, 24 Aug 2023 18:22:11 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1692901314.a14eed2e58a2b4d64bd866cf154cc1a85e4407a6.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/blake3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/blake3/Manifest dev-libs/blake3/blake3-1.4.1.ebuild dev-libs/blake3/metadata.xml X-VCS-Directories: dev-libs/blake3/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: a14eed2e58a2b4d64bd866cf154cc1a85e4407a6 X-VCS-Branch: master Date: Thu, 24 Aug 2023 18:22:11 +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: 60cba1d1-ef76-4114-878e-9d370380dbb8 X-Archives-Hash: 726d01cffb44d6a3edcade9a732b3bca commit: a14eed2e58a2b4d64bd866cf154cc1a85e4407a6 Author: Matthew Smith gentoo org> AuthorDate: Thu Aug 24 18:16:17 2023 +0000 Commit: Matthew Smith gentoo org> CommitDate: Thu Aug 24 18:21:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14eed2e dev-libs/blake3: new package, add 1.4.1 Required for future sys-devel/mold versions. Signed-off-by: Matthew Smith gentoo.org> dev-libs/blake3/Manifest | 1 + dev-libs/blake3/blake3-1.4.1.ebuild | 18 ++++++++++++++++++ dev-libs/blake3/metadata.xml | 11 +++++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-libs/blake3/Manifest b/dev-libs/blake3/Manifest new file mode 100644 index 000000000000..fe486c4d7ea4 --- /dev/null +++ b/dev-libs/blake3/Manifest @@ -0,0 +1 @@ +DIST blake3-1.4.1.tar.gz 224891 BLAKE2B c5d20f40ee2c4c35dfa89de8318e246baef2feab23d71e6c73da201c726ea51b42bec2a5769660a18298057591f479a62b29150f91f07b37eed3438f1a78bec1 SHA512 d21025764fb9ae020561ce2301156a69a77c89a4c5e402a27095e5014159d1a8fee340ff1b1db00b5b22f7a9a4d38273132aab13ca5bd639944492f1b31c9ec1 diff --git a/dev-libs/blake3/blake3-1.4.1.ebuild b/dev-libs/blake3/blake3-1.4.1.ebuild new file mode 100644 index 000000000000..3ddfe8c73675 --- /dev/null +++ b/dev-libs/blake3/blake3-1.4.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="a fast cryptographic hash function" +HOMEPAGE="https://github.com/BLAKE3-team/BLAKE3" +SRC_URI="https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/BLAKE3-${PV}/c" + +LICENSE="|| ( CC0-1.0 Apache-2.0 )" +SLOT="0/0" +KEYWORDS="~amd64" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/dev-libs/blake3/metadata.xml b/dev-libs/blake3/metadata.xml new file mode 100644 index 000000000000..9bc26a88114e --- /dev/null +++ b/dev-libs/blake3/metadata.xml @@ -0,0 +1,11 @@ + + + + + matthew@gentoo.org + Matthew Smith + + + BLAKE3-team/BLAKE3 + +