commit: 073d99a8b494e85cc634aba706234b7474a79962 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Sep 17 19:00:44 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Sep 25 19:50:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073d99a8
dev-cpp/robin-hood-hashing: treeclean Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-cpp/robin-hood-hashing/Manifest | 1 - .../files/robin-hood-hashing-include-cstdint.patch | 12 ----------- dev-cpp/robin-hood-hashing/metadata.xml | 11 ---------- .../robin-hood-hashing-3.11.5-r2.ebuild | 24 ---------------------- profiles/package.mask | 5 ----- profiles/updates/2Q-2021 | 1 - 6 files changed, 54 deletions(-) diff --git a/dev-cpp/robin-hood-hashing/Manifest b/dev-cpp/robin-hood-hashing/Manifest deleted file mode 100644 index 11af6af61850..000000000000 --- a/dev-cpp/robin-hood-hashing/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST robin-hood-hashing-3.11.5.tar.gz 177134 BLAKE2B b114c1d68ff2eae4cdb526e67def750a11056c2b5c400eab0870fda7c81dde5cf3bb168ea13ed3d34f2e57edffea5c58cb79ffb5328ecf839c723c71f54676d3 SHA512 5f73e089b1e8ec41a9bedded22bc64a789d3a3d04873a2ad9f8cc2970797a473b0f4d3436c2324b3ced85a0d983998a75b1dfaf2b7f3b77235b29806ff2fd489 diff --git a/dev-cpp/robin-hood-hashing/files/robin-hood-hashing-include-cstdint.patch b/dev-cpp/robin-hood-hashing/files/robin-hood-hashing-include-cstdint.patch deleted file mode 100644 index e5f10b7a0126..000000000000 --- a/dev-cpp/robin-hood-hashing/files/robin-hood-hashing-include-cstdint.patch +++ /dev/null @@ -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> diff --git a/dev-cpp/robin-hood-hashing/metadata.xml b/dev-cpp/robin-hood-hashing/metadata.xml deleted file mode 100644 index 3dd614efa875..000000000000 --- a/dev-cpp/robin-hood-hashing/metadata.xml +++ /dev/null @@ -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>[email protected]</email> - <name>Vulkan Project</name> - </maintainer> - <upstream> - <remote-id type="github">martinus/robin-hood-hashing</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild deleted file mode 100644 index af33088be0d7..000000000000 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild +++ /dev/null @@ -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 -} diff --git a/profiles/package.mask b/profiles/package.mask index ce9eec425a82..48a03dd5e174 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -233,11 +233,6 @@ dev-libs/redis-ipc dev-cpp/cpp-hocon dev-libs/leatherman -# Andreas Sturmlechner <[email protected]> (2025-08-27) -# EAPI-7 cmake.eclass library without any revdeps. -# Removal on 2025-09-26. -dev-cpp/robin-hood-hashing - # Andreas Sturmlechner <[email protected]> (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 diff --git a/profiles/updates/2Q-2021 b/profiles/updates/2Q-2021 index d47fc8034029..7c8951c736bf 100644 --- a/profiles/updates/2Q-2021 +++ b/profiles/updates/2Q-2021 @@ -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
