dev-cpp/tlfloat: add 1.17.1_p20250711, drop 1.15.0_p20250711

Upstream don't seem to tag releases. Check TLFLOAT_VERSION_{MAJOR,MINOR,PATCH}
in CMakeLists.txt. Reverse dependencies may need quite new versions so
we want PV to be accurate.

Update the version to match CMakeLists.txt so that we can put an accurate
dep in dev-libs/sleef matching its build system.

Bug: https://bugs.gentoo.org/968236
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-01-01 00:47:52 +00:00
parent d0d9a330a8
commit bb53d1f292
3 changed files with 6 additions and 2 deletions

View File

@@ -1 +1 @@
DIST tlfloat-1.15.0_p20250711.tar.gz 269342 BLAKE2B 6619a8f6a74a12dee64782c904ba0d250dd030ccfb728d179dd366380403a6ce60d15c3c2785cb2f5a8baa95211c57315ed4b818b64902b8cfe74596f5e4c8dc SHA512 cea86de671f58e3481bc9f411e48ceb2788f20fa96c835d17a57599e5abe6312016746016fcc30a4e83089214e9d6cef72d262eaeee01e9ac634da9b6efada31
DIST tlfloat-1.17.1_p20250711.tar.gz 269342 BLAKE2B 6619a8f6a74a12dee64782c904ba0d250dd030ccfb728d179dd366380403a6ce60d15c3c2785cb2f5a8baa95211c57315ed4b818b64902b8cfe74596f5e4c8dc SHA512 cea86de671f58e3481bc9f411e48ceb2788f20fa96c835d17a57599e5abe6312016746016fcc30a4e83089214e9d6cef72d262eaeee01e9ac634da9b6efada31

View File

@@ -1,9 +1,13 @@
# Copyright 2025 Gentoo Authors
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
# Upstream don't seem to tag releases. Check TLFLOAT_VERSION_{MAJOR,MINOR,PATCH}
# in CMakeLists.txt. Reverse dependencies may need quite new versions so
# we want PV to be accurate.
CommitId=38f525b838b05dd5c266d34b16cb554cf1fe37c5
DESCRIPTION="C++ template library for floating point operations"