commit:     f96c6085bd63ad337b7516f4b00825ce7a168e0c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 06:24:38 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 06:32:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96c6085

dev-libs/c-siphash: New package, v1.1.0

Needed by dev-python/siphash24.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/c-siphash/Manifest               |  1 +
 dev-libs/c-siphash/c-siphash-1.1.0.ebuild | 27 +++++++++++++++++++++++++++
 dev-libs/c-siphash/metadata.xml           | 11 +++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-libs/c-siphash/Manifest b/dev-libs/c-siphash/Manifest
new file mode 100644
index 000000000000..55b65ce45df9
--- /dev/null
+++ b/dev-libs/c-siphash/Manifest
@@ -0,0 +1 @@
+DIST c-siphash-1.1.0.gh.tar.gz 8278 BLAKE2B 
b8bf9c58efbfc9ea83c4d4f1c260bf96f395b929a158cbac516dcb30bfce662c97bb533d5d36e00aaa86643fc748e06b5ddcfce8e4ef0eca33ad0fa01d84a75d
 SHA512 
22194a162fe048aaf9929e0fc770ce90cca574ee3a2784ac6e270add33c8b3dd6726279c3af380927e9703035f9dc303d647c33335f52f87197a82f5bd403842

diff --git a/dev-libs/c-siphash/c-siphash-1.1.0.ebuild 
b/dev-libs/c-siphash/c-siphash-1.1.0.ebuild
new file mode 100644
index 000000000000..5f8d92d5783f
--- /dev/null
+++ b/dev-libs/c-siphash/c-siphash-1.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Streaming-capable SipHash Implementation"
+HOMEPAGE="
+       https://c-util.github.io/c-siphash/
+       https://github.com/c-util/c-siphash/
+"
+SRC_URI="
+       https://github.com/c-util/c-siphash/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+       >=dev-libs/c-stdaux-1.5.0
+"
+BDEPEND="
+       virtual/pkgconfig
+"

diff --git a/dev-libs/c-siphash/metadata.xml b/dev-libs/c-siphash/metadata.xml
new file mode 100644
index 000000000000..a24a6514f9ed
--- /dev/null
+++ b/dev-libs/c-siphash/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>[email protected]</email>
+               <name>Michał Górny</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">c-util/c-siphash</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to