public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Smith" <matthew@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/blake3/
Date: Thu, 24 Aug 2023 18:22:11 +0000 (UTC)	[thread overview]
Message-ID: <1692901314.a14eed2e58a2b4d64bd866cf154cc1a85e4407a6.matthew@gentoo> (raw)

commit:     a14eed2e58a2b4d64bd866cf154cc1a85e4407a6
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 18:16:17 2023 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> 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 <matthew <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>matthew@gentoo.org</email>
+		<name>Matthew Smith</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">BLAKE3-team/BLAKE3</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2023-08-24 18:22 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-24 18:22 Matthew Smith [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-24  9:02 [gentoo-commits] repo/gentoo:master commit in: dev-libs/blake3/ WANG Xuerui
2023-09-24 13:43 Jakov Smolić
2023-09-24 14:25 Arthur Zamarin
2023-09-24 15:44 Arthur Zamarin
2023-09-29 10:14 Matthew Smith
2023-11-13  4:35 Sam James
2023-11-13  4:35 Sam James
2023-12-03 16:34 Arthur Zamarin
2024-04-13 12:51 Matthew Smith
2024-04-13 12:51 Matthew Smith
2024-05-31 19:57 Arthur Zamarin
2024-05-31 19:57 Arthur Zamarin
2024-06-05  7:00 Arthur Zamarin
2024-06-11 18:08 Sam James
2024-07-14 10:41 James Le Cuirot
2024-08-01  7:22 Matthew Smith
2024-08-10 17:45 Arthur Zamarin
2024-08-23 15:28 Fabian Groffen
2024-08-26 16:29 Arthur Zamarin
2024-09-05 23:10 Jakov Smolić
2024-09-05 23:10 Jakov Smolić
2024-09-05 23:10 Jakov Smolić
2024-09-06  3:33 Sam James
2024-09-12 12:27 Arthur Zamarin
2024-09-13  1:23 Sam James
2024-12-20  6:45 Sam James
2025-03-07 17:28 Sam James
2025-03-07 17:28 Sam James
2025-03-07 17:28 Sam James
2025-03-08  1:54 Sam James
2025-03-08  6:46 Arthur Zamarin
2025-03-08  8:39 Arthur Zamarin
2025-03-08 11:07 Sam James
2025-03-12 23:00 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1692901314.a14eed2e58a2b4d64bd866cf154cc1a85e4407a6.matthew@gentoo \
    --to=matthew@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox