* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-siphash/
@ 2024-07-10 6:32 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2024-07-10 6:32 UTC (permalink / raw
To: gentoo-commits
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>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">c-util/c-siphash</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-siphash/
@ 2024-07-10 11:39 Jakov Smolić
0 siblings, 0 replies; 5+ messages in thread
From: Jakov Smolić @ 2024-07-10 11:39 UTC (permalink / raw
To: gentoo-commits
commit: 0ea59f3bd0b8bf53b9506552034983ba788d05d2
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 11:39:06 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 11:39:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea59f3b
dev-libs/c-siphash: Keyword 1.1.0 riscv, #935816
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-libs/c-siphash/c-siphash-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/c-siphash/c-siphash-1.1.0.ebuild b/dev-libs/c-siphash/c-siphash-1.1.0.ebuild
index 5f8d92d5783f..e4823c3b4e61 100644
--- a/dev-libs/c-siphash/c-siphash-1.1.0.ebuild
+++ b/dev-libs/c-siphash/c-siphash-1.1.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
DEPEND="
>=dev-libs/c-stdaux-1.5.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-siphash/
@ 2024-07-10 12:31 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-07-10 12:31 UTC (permalink / raw
To: gentoo-commits
commit: 7bd2fca8812b618ae42ca4cf2bbd7668adb987fa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 12:30:40 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 12:30:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd2fca8
dev-libs/c-siphash: Keyword 1.1.0 arm64, #935816
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/c-siphash/c-siphash-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/c-siphash/c-siphash-1.1.0.ebuild b/dev-libs/c-siphash/c-siphash-1.1.0.ebuild
index e4823c3b4e61..4dd8ec02afc8 100644
--- a/dev-libs/c-siphash/c-siphash-1.1.0.ebuild
+++ b/dev-libs/c-siphash/c-siphash-1.1.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
DEPEND="
>=dev-libs/c-stdaux-1.5.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-siphash/
@ 2024-08-03 6:24 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2024-08-03 6:24 UTC (permalink / raw
To: gentoo-commits
commit: 9097631280c380b62da37075daa642605343a0f1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 3 06:24:33 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 3 06:24:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90976312
dev-libs/c-siphash: Stabilize 1.1.0 amd64, #937201
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/c-siphash/c-siphash-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/c-siphash/c-siphash-1.1.0.ebuild b/dev-libs/c-siphash/c-siphash-1.1.0.ebuild
index 4dd8ec02afc8..378a10ee7b4a 100644
--- a/dev-libs/c-siphash/c-siphash-1.1.0.ebuild
+++ b/dev-libs/c-siphash/c-siphash-1.1.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
DEPEND="
>=dev-libs/c-stdaux-1.5.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-siphash/
@ 2024-08-03 16:48 Jakov Smolić
0 siblings, 0 replies; 5+ messages in thread
From: Jakov Smolić @ 2024-08-03 16:48 UTC (permalink / raw
To: gentoo-commits
commit: 3c6862a1ad8de73542bbd7612717d6ca4a40ebbb
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 3 16:48:08 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Aug 3 16:48:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6862a1
dev-libs/c-siphash: Stabilize 1.1.0 arm64, #937201
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-libs/c-siphash/c-siphash-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/c-siphash/c-siphash-1.1.0.ebuild b/dev-libs/c-siphash/c-siphash-1.1.0.ebuild
index 378a10ee7b4a..8cdf11463959 100644
--- a/dev-libs/c-siphash/c-siphash-1.1.0.ebuild
+++ b/dev-libs/c-siphash/c-siphash-1.1.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 arm64 ~riscv"
DEPEND="
>=dev-libs/c-stdaux-1.5.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-08-03 16:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-03 16:48 [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-siphash/ Jakov Smolić
-- strict thread matches above, loose matches on Subject: below --
2024-08-03 6:24 Michał Górny
2024-07-10 12:31 Sam James
2024-07-10 11:39 Jakov Smolić
2024-07-10 6:32 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox