From: "Guilherme Amadio" <amadio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xxhash/
Date: Tue, 14 Dec 2021 10:03:28 +0000 (UTC) [thread overview]
Message-ID: <1639476168.b0b3d5c8ac93371dca5d01f4e621315bd7b0f832.amadio@gentoo> (raw)
commit: b0b3d5c8ac93371dca5d01f4e621315bd7b0f832
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 6 14:07:45 2021 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 10:02:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b3d5c8
dev-libs/xxhash: version bump to 0.8.1
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
dev-libs/xxhash/Manifest | 1 +
dev-libs/xxhash/xxhash-0.8.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-libs/xxhash/Manifest b/dev-libs/xxhash/Manifest
index 7ac5ae1d10f2..1bc0dddf9299 100644
--- a/dev-libs/xxhash/Manifest
+++ b/dev-libs/xxhash/Manifest
@@ -1,2 +1,3 @@
DIST xxhash-0.7.3.tar.gz 126405 BLAKE2B 1304251c36a839f5d1b935c0633016222d6b517932d05b84d10ae8a3ee3fccd6cfd31d8e3768f033ca8adcbf2bb9728ffd6c4ccd7a9878ef59d289b49a497656 SHA512 72949010a267f063768241b182464c386005b4078f56902fee2f7804bd01f6c27878a6a4ec2a266cd59162934a7e471264ac5757dba570a97a2b5dad7703c664
DIST xxhash-0.8.0.tar.gz 145909 BLAKE2B 3e4e715d20ad09da2fe706a69e89a305d9f4d19588a28361f519d424c002345ba76b48d5adc0b600e34e595fed20a1ce8b8c5f22457cb05c4233810e9af9b823 SHA512 c3973b3c98bad44e1d8687ab4f9461aecd1c071bb3d320537a4c50fb7301edd13e990bab48cc6e5ca30536a814c8fa8cac24ceb1803a7e8eca30ef73d449373e
+DIST xxhash-0.8.1.tar.gz 171552 BLAKE2B c0efc1aabf68130d7028a6e43fb04826de4ec485bfb5e915bd9dad823149b970f964784e14c35babd46b9811b961ce3d0be49feb1640e00780decf037427f5fc SHA512 12feedd6a1859ef55e27218dbd6dcceccbb5a4da34cd80240d2f7d44cd246c7afdeb59830c2d5b90189bb5159293532208bf5bb622250102e12d6e1bad14a193
diff --git a/dev-libs/xxhash/xxhash-0.8.1.ebuild b/dev-libs/xxhash/xxhash-0.8.1.ebuild
new file mode 100644
index 000000000000..0d0d22652379
--- /dev/null
+++ b/dev-libs/xxhash/xxhash-0.8.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Extremely fast non-cryptographic hash algorithm"
+HOMEPAGE="http://www.xxhash.net"
+SRC_URI="https://github.com/Cyan4973/xxHash/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2 GPL-2+"
+# https://abi-laboratory.pro/tracker/timeline/xxhash
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+IUSE="static-libs"
+
+S="${WORKDIR}/xxHash-${PV}"
+
+src_compile() {
+ PREFIX="${EPREFIX}/usr" \
+ LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+ emake AR="$(tc-getAR)" CC="$(tc-getCC)"
+}
+
+src_install() {
+ PREFIX="${EPREFIX}/usr" \
+ LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+ MANDIR="${EPREFIX}/usr/share/man/man1" \
+ emake DESTDIR="${D}" install
+
+ if ! use static-libs ; then
+ rm "${ED}"/usr/$(get_libdir)/libxxhash.a || die
+ fi
+}
next reply other threads:[~2021-12-14 10:03 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-14 10:03 Guilherme Amadio [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-10-27 12:17 [gentoo-commits] repo/gentoo:master commit in: dev-libs/xxhash/ Sam James
2023-10-18 15:42 Arthur Zamarin
2023-10-17 4:47 Sam James
2023-10-17 4:47 Sam James
2023-10-17 3:48 Sam James
2023-10-17 3:48 Sam James
2023-10-17 3:48 Sam James
2023-10-17 3:48 Sam James
2023-09-13 21:05 Ionen Wolkens
2023-09-13 21:05 Ionen Wolkens
2023-02-26 18:16 Arthur Zamarin
2022-05-10 0:44 WANG Xuerui
2022-02-12 12:34 Arthur Zamarin
2022-02-11 20:05 Arthur Zamarin
2022-02-11 18:11 Arthur Zamarin
2022-02-11 12:27 Sam James
2022-02-11 12:27 Sam James
2022-02-11 12:27 Sam James
2022-02-11 10:40 Jakov Smolić
2022-02-11 10:40 Jakov Smolić
2021-12-14 12:14 Guilherme Amadio
2021-01-24 23:31 Sam James
2021-01-24 22:02 Sam James
2021-01-24 13:33 Sam James
2021-01-23 23:53 Sam James
2021-01-23 5:56 Sam James
2021-01-21 21:30 Sergei Trofimovich
2020-11-19 16:10 Guilherme Amadio
2020-07-28 22:01 Guilherme Amadio
2020-07-28 21:54 Guilherme Amadio
2020-07-18 20:10 Sam James
2020-07-12 9:16 Sergei Trofimovich
2020-07-09 8:34 Agostino Sarubbo
2020-07-07 6:58 Sergei Trofimovich
2020-07-06 7:22 Sergei Trofimovich
2020-07-06 7:02 Sergei Trofimovich
2020-07-04 21:42 Guilherme Amadio
2020-07-04 21:42 Guilherme Amadio
2020-07-04 21:42 Guilherme Amadio
2020-06-26 16:26 Mikle Kolyada
2020-06-03 7:56 Guilherme Amadio
2020-04-15 9:56 Guilherme Amadio
2020-04-15 9:56 Guilherme Amadio
2020-04-15 9:30 Guilherme Amadio
2020-03-17 17:56 Mart Raudsepp
2020-03-16 18:25 Sergei Trofimovich
2020-03-14 19:24 Sergei Trofimovich
2020-03-07 12:03 Agostino Sarubbo
2020-03-07 10:54 Agostino Sarubbo
2020-03-07 10:50 Agostino Sarubbo
2020-03-07 8:59 Agostino Sarubbo
2020-03-07 8:25 Agostino Sarubbo
2019-08-16 14:35 Guilherme Amadio
2019-05-07 7:00 Guilherme Amadio
2019-04-13 2:23 Aaron Bauman
2019-01-05 17:19 Mikle Kolyada
2018-12-25 12:21 Sergei Trofimovich
2018-11-18 12:00 Mikle Kolyada
2018-10-17 12:11 Tobias Klausmann
2018-10-05 13:33 Mikle Kolyada
2018-10-05 4:10 Thomas Deutschmann
2018-09-09 9:44 Jeroen Roovers
2018-09-09 9:44 Jeroen Roovers
2018-09-08 11:30 Jeroen Roovers
2018-08-29 13:00 Guilherme Amadio
2018-08-12 13:24 Sergei Trofimovich
2018-08-11 18:55 Sergei Trofimovich
2018-08-09 22:34 Sergei Trofimovich
2018-08-09 8:40 Michał Górny
2018-08-09 7:51 Guilherme Amadio
2018-07-24 18:09 Guilherme Amadio
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=1639476168.b0b3d5c8ac93371dca5d01f4e621315bd7b0f832.amadio@gentoo \
--to=amadio@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