public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/robin-hood-hashing/
@ 2021-05-27  2:33 Nick Sarnie
  0 siblings, 0 replies; only message in thread
From: Nick Sarnie @ 2021-05-27  2:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3b50668e76037642ea4f36ba82776a50dcff664e
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 02:05:00 2021 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Thu May 27 02:32:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b50668e

dev-util/robin-hood-hashing: Initial version

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

 dev-util/robin-hood-hashing/Manifest                   |  1 +
 dev-util/robin-hood-hashing/metadata.xml               | 15 +++++++++++++++
 .../robin-hood-hashing-3.11.2.ebuild                   | 18 ++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-util/robin-hood-hashing/Manifest b/dev-util/robin-hood-hashing/Manifest
new file mode 100644
index 00000000000..c20aed24881
--- /dev/null
+++ b/dev-util/robin-hood-hashing/Manifest
@@ -0,0 +1 @@
+DIST robin-hood-hashing-3.11.2.tar.gz 170488 BLAKE2B 5fb688f5e21f989456e139b64447393816593ad2a1c3537d067d8ea1717aceaa879e27616657354f62e1466ca491f9d302448a73cddb53c7156a623eb375016b SHA512 5d55f054e29ae34d410eb0103f9f0aa1faf47e313b9f089c73b9c26fd9bedf132f6bb13b4bcd2664309c32fe7e859e346d0a6e7ab7f46b294f9b8db207577795

diff --git a/dev-util/robin-hood-hashing/metadata.xml b/dev-util/robin-hood-hashing/metadata.xml
new file mode 100644
index 00000000000..c64c3ac674d
--- /dev/null
+++ b/dev-util/robin-hood-hashing/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>x11@gentoo.org</email>
+		<name>X11</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>sarnex@gentoo.org</email>
+		<name>Nick Sarnie</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">martinus/robin-hood-hashing</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-util/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild b/dev-util/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild
new file mode 100644
index 00000000000..c45e9662148
--- /dev/null
+++ b/dev-util/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KEYWORDS="~amd64"
+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_install() {
+	insinto /usr/include
+	doins src/include/robin_hood.h
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-27  2:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-27  2:33 [gentoo-commits] repo/gentoo:master commit in: dev-util/robin-hood-hashing/ Nick Sarnie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox