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 F047C158042 for ; Tue, 15 Oct 2024 23:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46BFEE07EA; Tue, 15 Oct 2024 23:27:21 +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 2F65CE07EC for ; Tue, 15 Oct 2024 23:27:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 786FE34302D for ; Tue, 15 Oct 2024 23:27:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE3DF1F45 for ; Tue, 15 Oct 2024 23:27:17 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1728988635.5345318452cdbd0b3c4bb7d06ac8fe64c33ec13c.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/fast_float/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/fast_float/Manifest dev-cpp/fast_float/fast_float-6.1.5.ebuild X-VCS-Directories: dev-cpp/fast_float/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 5345318452cdbd0b3c4bb7d06ac8fe64c33ec13c X-VCS-Branch: master Date: Tue, 15 Oct 2024 23:27:17 +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: ee008cce-8ff6-4391-88a8-49076986053e X-Archives-Hash: 9e708a98d97c29059770a06baf6362a4 commit: 5345318452cdbd0b3c4bb7d06ac8fe64c33ec13c Author: Steffen Winter proton me> AuthorDate: Tue Oct 15 10:37:15 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Oct 15 10:37:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53453184 dev-cpp/fast_float: drop 6.1.5 Signed-off-by: Steffen Winter proton.me> dev-cpp/fast_float/Manifest | 1 - dev-cpp/fast_float/fast_float-6.1.5.ebuild | 32 ------------------------------ 2 files changed, 33 deletions(-) diff --git a/dev-cpp/fast_float/Manifest b/dev-cpp/fast_float/Manifest index aa4c020f9..b4b2a441f 100644 --- a/dev-cpp/fast_float/Manifest +++ b/dev-cpp/fast_float/Manifest @@ -1,2 +1 @@ -DIST fast_float-6.1.5.tar.gz 101708 BLAKE2B 7d1b85dc01ab46c2e69c3920ed5b0fcda169607181bc5ac96b92fe4cfae99b3252de7d05885726549ad238caa5e33c1fa15c352f89812b9dbce215803b42563d SHA512 fb73c9f45cecc4fd318d2610a0e0cc58084cb494e32475ce129e742f41e1e02f5ed8f2fb2270b020c42bc4301267a49693ef731c8f08b1772fb1a78fd62099b8 DIST fast_float-6.1.6.tar.gz 101727 BLAKE2B eb9833f7bff6e6086db1525fcc71231c5cc8f47985aa4c71078d896afb5fea20c41bfdb55de6c1e8c9cfa6c9b842331f340115590683e1d9e6a3ba40f4148870 SHA512 d2dbd2537f433329a76539c061238af080125526b7822fbfdf0f70ac0a6800114848b9be0fdf9c51dbb22211af3bdcf9829ed9cc4a47fd28ecdeecf7c5d4b663 diff --git a/dev-cpp/fast_float/fast_float-6.1.5.ebuild b/dev-cpp/fast_float/fast_float-6.1.5.ebuild deleted file mode 100644 index c3fa3bd78..000000000 --- a/dev-cpp/fast_float/fast_float-6.1.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Fast and exact implementation of the C++ from_chars functions for number types" -HOMEPAGE="https://github.com/fastfloat/fast_float" -SRC_URI="https://github.com/fastfloat/fast_float/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( Apache-2.0 Boost-1.0 MIT )" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -BDEPEND="test? ( dev-cpp/doctest )" - -RESTRICT="!test? ( test )" - -src_configure() { - local mycmakeargs=( -DFASTFLOAT_TEST=$(usex test ON OFF) ) - use test && mycmakeargs+=( - -DSYSTEM_DOCTEST=ON - # Unconditionally calls FetchContent - -DFASTFLOAT_SUPPLEMENTAL_TESTS=OFF - ) - - sed -i 's/-Werror//' tests/CMakeLists.txt || die - - cmake_src_configure -}