diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-cpp/fast_double_parser | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp/fast_double_parser')
| -rw-r--r-- | dev-cpp/fast_double_parser/Manifest | 1 | ||||
| -rw-r--r-- | dev-cpp/fast_double_parser/fast_double_parser-0.8.1.ebuild | 27 | ||||
| -rw-r--r-- | dev-cpp/fast_double_parser/metadata.xml | 8 |
3 files changed, 0 insertions, 36 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">lemire/fast_double_parser</remote-id> - </upstream> -</pkgmetadata> |
