From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-cpp/fast_double_parser/Manifest | 1 - .../fast_double_parser-0.8.1.ebuild | 27 ---------------------- dev-cpp/fast_double_parser/metadata.xml | 8 ------- 3 files changed, 36 deletions(-) delete mode 100644 dev-cpp/fast_double_parser/Manifest delete mode 100644 dev-cpp/fast_double_parser/fast_double_parser-0.8.1.ebuild delete mode 100644 dev-cpp/fast_double_parser/metadata.xml (limited to 'dev-cpp/fast_double_parser') diff --git a/dev-cpp/fast_double_parser/Manifest b/dev-cpp/fast_double_parser/Manifest deleted file mode 100644 index 8e1f0cd23dac..000000000000 --- a/dev-cpp/fast_double_parser/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fast_double_parser-0.8.1.tar.gz 637704 BLAKE2B 775b179b488735e278228787ffafeec4e3bc056c40017bd3d51cca4827b5938180f2c6ba433d622b0bb1e36ffeb681ebbdc1dffbf782275de8340697198b3bd8 SHA512 143f5d920159c5fc6d516417d14f297f7ba79764bab794ed6337dff73add7adcf99f27c078cd0e83a2907c5ec1143a247d85fc229eedcaf74d7710bab0adbd76 diff --git a/dev-cpp/fast_double_parser/fast_double_parser-0.8.1.ebuild b/dev-cpp/fast_double_parser/fast_double_parser-0.8.1.ebuild deleted file mode 100644 index 4b14fc574c2c..000000000000 --- a/dev-cpp/fast_double_parser/fast_double_parser-0.8.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Parse strings into double floating-point values" - -HOMEPAGE="https://github.com/lemire/fast_double_parser" - -SRC_URI="https://github.com/lemire/fast_double_parser/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( Apache-2.0 Boost-1.0 )" - -SLOT="0" - -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test) - ) - cmake_src_configure -} diff --git a/dev-cpp/fast_double_parser/metadata.xml b/dev-cpp/fast_double_parser/metadata.xml deleted file mode 100644 index 7002fa21009a..000000000000 --- a/dev-cpp/fast_double_parser/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - lemire/fast_double_parser - - -- cgit v1.3