kde-frameworks/threadweaver: 6.16.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-07-11 20:45:36 +02:00
parent 438fc380ec
commit aa4ee9c010
2 changed files with 18 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST threadweaver-6.13.0.tar.xz 1414504 BLAKE2B 587a98916a3f85038b84d65a8837b921ca2769b08199799bc723f15d9fb1518c66b0b3b70ff66eba563179155ace072f5050b29cd3d76ca2f3cad3815613c0f4 SHA512 0c0936b1480b8105b756bbc22f5dba3eae2848ad893cd59949a0b6cdf9410d2f7fb5161eb5148c6b3b5897be37885415f961198f8b64b69e69ae395ba934dfed
DIST threadweaver-6.15.0.tar.xz 1415388 BLAKE2B ff88455ad67a2e4d4bb968d3291c94f0550fe7bf69399de7440c25f0f6560c079253e7bfcf39ef87d94a034b536bddf0d5d73a7964561b47ed64c7e493933310 SHA512 1978ba48e41d589bfb3fdf4018d025c479ed6b62df81885bb453e7fa8839ca40f274ffe6c8c4a8745dc57b6229b089cd708d25d72789c0fc15805e3bc2c3c1a5
DIST threadweaver-6.16.0.tar.xz 1415364 BLAKE2B 08809197ef5a5ed45d5660782d52c4307a8a9709d330a631f85565b59059a8e9efb35095ed37904cdf0632705bdab340346d9b766e5e2bd4c51ef2321e541686 SHA512 bc01317d94f4f0df88ad3b3aee502648bc882b44d2e3a4cf8125ba626bd84662ebca9a2836fd43b23421a430f666c6f6fedda4488920fcd2edc5449d877f6c86

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit ecm frameworks.kde.org
DESCRIPTION="Framework for managing threads using job and queue-based interfaces"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
src_prepare() {
cmake_comment_add_subdirectory benchmarks
ecm_src_prepare
}