From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3857F1581F3 for ; Fri, 29 Nov 2024 13:48:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E9A5E080E; Fri, 29 Nov 2024 13:48:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94ED5E07F0 for ; Fri, 29 Nov 2024 13:47:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF46F342FB8 for ; Fri, 29 Nov 2024 13:47:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1815D1DB9 for ; Fri, 29 Nov 2024 13:47:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1732888056.fe6504f878b38d30999ce31e60efc3487a8b8c9c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/robin-map/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/robin-map/Manifest dev-cpp/robin-map/robin-map-0.6.3.ebuild X-VCS-Directories: dev-cpp/robin-map/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fe6504f878b38d30999ce31e60efc3487a8b8c9c X-VCS-Branch: master Date: Fri, 29 Nov 2024 13:47:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f8d8ddbd-f013-4a0c-bfe6-11900b54bf9e X-Archives-Hash: f1a31a4032d5c9be06220626fbdb2f3e commit: fe6504f878b38d30999ce31e60efc3487a8b8c9c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 28 21:38:34 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 29 13:47:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6504f8 dev-cpp/robin-map: drop 0.6.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-cpp/robin-map/Manifest | 1 - dev-cpp/robin-map/robin-map-0.6.3.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-cpp/robin-map/Manifest b/dev-cpp/robin-map/Manifest index 756454ea9a41..53022c8d1cb2 100644 --- a/dev-cpp/robin-map/Manifest +++ b/dev-cpp/robin-map/Manifest @@ -1,2 +1 @@ -DIST robin-map-0.6.3.tar.gz 64506 BLAKE2B 46a2b5b47346016695db0c49f73cfbf8530b7db0a31527030eb00f3b6f0695325ab6fe16de1e60d6b1d0793818bdd1e31e50117f2e2e4c50154f65b38ac66d84 SHA512 485557f300d33bda62bb8accdf246819ee8ffe956bc022e7ddca54ff6ad1a9fdb8db8d80690add3ef238e834d1eb8e2905920cb0a0674e7df010f6946d01297b DIST robin-map-1.3.0.tar.gz 70562 BLAKE2B be6ee47ea06edd2485c16e02eecf8db28c7d18c2eb933450df54e0bab8c7ded79954a295a65a8990b641896186efef391a9f9f0f5b236ba96154bfa6cac45e14 SHA512 862cb98d771d1acb692e27d1cc8a4f2cda0883b66af7b38b63ea702ed2d4fc4d49e5700ca4d5f5148fee132f36e111c4839d4f8c52c96a9c60f3937d941b2320 diff --git a/dev-cpp/robin-map/robin-map-0.6.3.ebuild b/dev-cpp/robin-map/robin-map-0.6.3.ebuild deleted file mode 100644 index 38e1f14137ce..000000000000 --- a/dev-cpp/robin-map/robin-map-0.6.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# 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" - -if [[ ${PV} == 9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Tessil/robin-map" -else - SRC_URI="https://github.com/Tessil/robin-map/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" -fi - -LICENSE="MIT" -SLOT="0"