mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-cpp/robin-hood-hashing: treeclean
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
5696e18fb8
commit
073d99a8b4
@ -1 +0,0 @@
|
||||
DIST robin-hood-hashing-3.11.5.tar.gz 177134 BLAKE2B b114c1d68ff2eae4cdb526e67def750a11056c2b5c400eab0870fda7c81dde5cf3bb168ea13ed3d34f2e57edffea5c58cb79ffb5328ecf839c723c71f54676d3 SHA512 5f73e089b1e8ec41a9bedded22bc64a789d3a3d04873a2ad9f8cc2970797a473b0f4d3436c2324b3ced85a0d983998a75b1dfaf2b7f3b77235b29806ff2fd489
|
||||
@ -1,12 +0,0 @@
|
||||
diff --git a/src/include/robin_hood.h b/src/include/robin_hood.h
|
||||
index b4e0fbc..b83eaef 100644
|
||||
--- a/src/include/robin_hood.h
|
||||
+++ b/src/include/robin_hood.h
|
||||
@@ -39,6 +39,7 @@
|
||||
#define ROBIN_HOOD_VERSION_PATCH 5 // for backwards-compatible bug fixes
|
||||
|
||||
#include <algorithm>
|
||||
+#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <functional>
|
||||
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>vulkan@gentoo.org</email>
|
||||
<name>Vulkan Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">martinus/robin-hood-hashing</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@ -1,24 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20"
|
||||
HOMEPAGE="https://github.com/martinus/robin-hood-hashing"
|
||||
SRC_URI="https://github.com/martinus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-include-cstdint.patch" )
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DRH_STANDALONE_PROJECT=OFF
|
||||
-DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/share/"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
@ -233,11 +233,6 @@ dev-libs/redis-ipc
|
||||
dev-cpp/cpp-hocon
|
||||
dev-libs/leatherman
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-27)
|
||||
# EAPI-7 cmake.eclass library without any revdeps.
|
||||
# Removal on 2025-09-26.
|
||||
dev-cpp/robin-hood-hashing
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-27)
|
||||
# Qt5 based and still EAPI-7, last release from 2016, broken Qt6 "support"
|
||||
# in upstream repo. Needs someone to pick up the pieces of upstream's
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
move dev-python/PyICU dev-python/pyicu
|
||||
move dev-python/python-fastimport dev-python/fastimport
|
||||
move dev-python/ebuildtester dev-util/ebuildtester
|
||||
move dev-util/robin-hood-hashing dev-cpp/robin-hood-hashing
|
||||
move dev-python/awscli app-admin/awscli
|
||||
move dev-util/dwarves dev-util/pahole
|
||||
move net-irc/oragono net-irc/ergo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user