public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nick Sarnie" <sarnex@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/robin-hood-hashing/
Date: Sun, 20 Feb 2022 02:09:50 +0000 (UTC)	[thread overview]
Message-ID: <1645322816.70406c7f568144c86fb9d45d3796db88651d336f.sarnex@gentoo> (raw)

commit:     70406c7f568144c86fb9d45d3796db88651d336f
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 21:49:31 2022 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 02:06:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70406c7f

dev-cpp/robin-hood-hashing: Version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 dev-cpp/robin-hood-hashing/Manifest                |  1 +
 .../robin-hood-hashing-3.11.5.ebuild               | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-cpp/robin-hood-hashing/Manifest b/dev-cpp/robin-hood-hashing/Manifest
index c20aed24881b..721c9b323e71 100644
--- a/dev-cpp/robin-hood-hashing/Manifest
+++ b/dev-cpp/robin-hood-hashing/Manifest
@@ -1 +1,2 @@
 DIST robin-hood-hashing-3.11.2.tar.gz 170488 BLAKE2B 5fb688f5e21f989456e139b64447393816593ad2a1c3537d067d8ea1717aceaa879e27616657354f62e1466ca491f9d302448a73cddb53c7156a623eb375016b SHA512 5d55f054e29ae34d410eb0103f9f0aa1faf47e313b9f089c73b9c26fd9bedf132f6bb13b4bcd2664309c32fe7e859e346d0a6e7ab7f46b294f9b8db207577795
+DIST robin-hood-hashing-3.11.5.tar.gz 177134 BLAKE2B b114c1d68ff2eae4cdb526e67def750a11056c2b5c400eab0870fda7c81dde5cf3bb168ea13ed3d34f2e57edffea5c58cb79ffb5328ecf839c723c71f54676d3 SHA512 5f73e089b1e8ec41a9bedded22bc64a789d3a3d04873a2ad9f8cc2970797a473b0f4d3436c2324b3ced85a0d983998a75b1dfaf2b7f3b77235b29806ff2fd489

diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild
new file mode 100644
index 000000000000..4fff4a53f17e
--- /dev/null
+++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+SRC_URI="https://github.com/martinus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+DESCRIPTION="Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20"
+HOMEPAGE="https://github.com/martinus/robin-hood-hashing"
+
+LICENSE="MIT"
+SLOT="0"
+
+src_configure() {
+        local mycmakeargs=(
+		-DRH_STANDALONE_PROJECT=OFF
+		-DCMAKE_INSTALL_LIBDIR="${ESYSROOT}/usr/share/"
+        )
+        cmake_src_configure
+}


             reply	other threads:[~2022-02-20  2:09 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-20  2:09 Nick Sarnie [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17  2:49 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/robin-hood-hashing/ Matt Turner
2024-09-12 16:16 Jakov Smolić
2024-09-12 13:45 Sam James
2024-09-05  0:06 Sam James
2024-09-04  1:57 Sam James
2024-09-04  1:57 Sam James
2024-09-04  1:57 Sam James
2022-05-13  6:33 WANG Xuerui
2022-04-29  3:07 Sam James
2022-04-24 17:47 Arthur Zamarin
2022-04-24  6:34 Agostino Sarubbo
2022-04-24  6:30 Agostino Sarubbo
2022-04-22 18:52 Arthur Zamarin
2022-04-22 17:52 Arthur Zamarin
2022-04-22 17:41 Arthur Zamarin
2022-03-11  1:06 Nick Sarnie
2021-08-06  3:43 Sam James
2021-08-05 14:13 Sam James
2021-08-05 14:13 Sam James
2021-08-05 14:08 Sam James
2021-07-28  1:08 Sam James
2021-06-25 13:53 Marek Szuba
2021-06-07  6:20 Sergei Trofimovich
2021-05-31 14:17 Sam James
2021-05-30  7:20 Sam James
2021-05-27  8:34 Georgy Yakovlev

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=1645322816.70406c7f568144c86fb9d45d3796db88651d336f.sarnex@gentoo \
    --to=sarnex@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