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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4094815807A for ; Tue, 8 Oct 2024 12:50:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF8E4E29E1; Tue, 8 Oct 2024 12:50:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id D12D8E29E1 for ; Tue, 8 Oct 2024 12:50:15 +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 D21BD3430FB for ; Tue, 8 Oct 2024 12:50:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40FD02195 for ; Tue, 8 Oct 2024 12:50:13 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1728388975.41f1f48ccf64d1beaff2392684156df2839a3d6d.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/sparsehash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/sparsehash/sparsehash-2.0.4.ebuild X-VCS-Directories: dev-cpp/sparsehash/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 41f1f48ccf64d1beaff2392684156df2839a3d6d X-VCS-Branch: master Date: Tue, 8 Oct 2024 12:50:13 +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: 0880e168-9af2-4634-ab99-c6078a900402 X-Archives-Hash: ee34a3ef355673177aa01dd0860423ef commit: 41f1f48ccf64d1beaff2392684156df2839a3d6d Author: Jakov Smolić gentoo org> AuthorDate: Tue Oct 8 12:02:55 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Oct 8 12:02:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f1f48c dev-cpp/sparsehash: drop 2.0.4 Signed-off-by: Jakov Smolić gentoo.org> dev-cpp/sparsehash/sparsehash-2.0.4.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/dev-cpp/sparsehash/sparsehash-2.0.4.ebuild b/dev-cpp/sparsehash/sparsehash-2.0.4.ebuild deleted file mode 100644 index f2c96528a8b1..000000000000 --- a/dev-cpp/sparsehash/sparsehash-2.0.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="An extremely memory-efficient hash_map implementation" -HOMEPAGE="https://github.com/sparsehash/sparsehash" -SRC_URI="https://github.com/sparsehash/sparsehash/archive/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" - -S="${WORKDIR}/${PN}-${P}" - -PATCHES=( "${FILESDIR}"/${PN}-2.0.3-fix-buildsystem.patch ) - -src_prepare() { - default - eautoreconf -}