From 8d438f4cd5a5266ded7d743e9eb1cabf82442be1 Mon Sep 17 00:00:00 2001 From: Daniele Rondina Date: Sat, 30 Aug 2025 09:37:35 +0000 Subject: [PATCH] Bump dev-cpp/robin-map-1.4.0 --- dev-cpp/robin-map/Manifest | 1 + dev-cpp/robin-map/robin-map-1.4.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 dev-cpp/robin-map/robin-map-1.4.0.ebuild diff --git a/dev-cpp/robin-map/Manifest b/dev-cpp/robin-map/Manifest index ae36b270f5..a23621224e 100644 --- a/dev-cpp/robin-map/Manifest +++ b/dev-cpp/robin-map/Manifest @@ -1 +1,2 @@ DIST robin-map-1.3.0.tar.gz 70588 BLAKE2B 9df4888a92977bb879c126b41b98cdd8aa5aa6c5825fad267d1b4a251c55c08c9a0ae2c6e82f6862e281095e0562ff29af58c53fdacddf156a1c5d794f2a57f0 SHA512 f8ed815239d801a8c2e6da3da543ea7f198b9ac45a63fe90a362c1e890a358bf796fe33f255fd64e31e07e30000848556c3453b48ecc385db4c9c0b91649c054 +DIST robin-map-1.4.0.tar.gz 70375 BLAKE2B 207cde2c5cfa86fac8736e70bc671a17168f2b5ef5907d21e67eb0da8e9957b295f4f76af0eaee6348da3bd6befa6b7d59f72c8543f05cb68410a275b51748b2 SHA512 0d39879b88c858bf9389e9568b2e591ee6e8805c85eedea35d11a6e16506ff98953e3d0a3ae62f5c29171f9e1eb260de43a752cdb451c49077f0df942fcecd76 diff --git a/dev-cpp/robin-map/robin-map-1.4.0.ebuild b/dev-cpp/robin-map/robin-map-1.4.0.ebuild new file mode 100644 index 0000000000..d7f907d31f --- /dev/null +++ b/dev-cpp/robin-map/robin-map-1.4.0.ebuild @@ -0,0 +1,19 @@ +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="C++ fast hash map and hash set using robin hood hashing" +HOMEPAGE="https://github.com/Tessil/robin-map" +SRC_URI="https://api.github.com/repos/Tessil/robin-map/tarball/v1.4.0 -> robin-map-1.4.0.tar.gz" + +KEYWORDS="*" +LICENSE="MIT" +SLOT="0" + +src_unpack() { + default + rm -rf "${S}" + mv "${WORKDIR}"/Tessil-robin-map-* "${S}" || die +} \ No newline at end of file