commit: fde3ab5a7364042b2370e943dfb89473a179312b Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org> AuthorDate: Thu Oct 17 14:12:40 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Oct 17 14:12:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fde3ab5a
dev-cpp/fast_float: remove, moved to ::gentoo Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org> dev-cpp/fast_float/Manifest | 1 - dev-cpp/fast_float/fast_float-6.1.6.ebuild | 32 ------------------------------ dev-cpp/fast_float/metadata.xml | 11 ---------- 3 files changed, 44 deletions(-) diff --git a/dev-cpp/fast_float/Manifest b/dev-cpp/fast_float/Manifest deleted file mode 100644 index b4b2a441f..000000000 --- a/dev-cpp/fast_float/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fast_float-6.1.6.tar.gz 101727 BLAKE2B eb9833f7bff6e6086db1525fcc71231c5cc8f47985aa4c71078d896afb5fea20c41bfdb55de6c1e8c9cfa6c9b842331f340115590683e1d9e6a3ba40f4148870 SHA512 d2dbd2537f433329a76539c061238af080125526b7822fbfdf0f70ac0a6800114848b9be0fdf9c51dbb22211af3bdcf9829ed9cc4a47fd28ecdeecf7c5d4b663 diff --git a/dev-cpp/fast_float/fast_float-6.1.6.ebuild b/dev-cpp/fast_float/fast_float-6.1.6.ebuild deleted file mode 100644 index c3fa3bd78..000000000 --- a/dev-cpp/fast_float/fast_float-6.1.6.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 -} diff --git a/dev-cpp/fast_float/metadata.xml b/dev-cpp/fast_float/metadata.xml deleted file mode 100644 index bb4fa14f0..000000000 --- a/dev-cpp/fast_float/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="person"> - <email>[email protected]</email> - <name>Steffen Winter</name> - </maintainer> - <upstream> - <remote-id type="github">fastfloat/fast_float</remote-id> - </upstream> -</pkgmetadata>
