kde-frameworks/kplotting: 6.28.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-07-10 18:03:31 +02:00
parent bcb2943fc0
commit eaa3e99209
2 changed files with 18 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kplotting-6.27.0.tar.xz 34064 BLAKE2B 92d854cec6a5158a09ed52a857722330a0a69c834e6f23b8921fc972c2af6dca7a38ae61e81306824d58f627787d168b5c3833fbd0ac6ce1251d7f484f8a3fa5 SHA512 98ec516edd5378c3a8dc93e2fc45c6c61aea4fe1362bd1882da6cc9c4888668e0dca3f8af3c8deee8728f93388ad78e73d36454687e9807a6715b54817466b53
DIST kplotting-6.28.0.tar.xz 34040 BLAKE2B b6dcd54bbaca99df1da5f6218333beba1dd599343e4619cfa3092e8911a271bb7308895c2d301b442a5862682c8eb53ad68946ba08ea6bea148377c77a6e46c8 SHA512 0c48d2248168d054b69dfce57848289bbbeb1496f2cccf880050ebb124bf6c9cb49bde033128841b70883578b35a00d48c2ade384d0730c8673d805f7dff75d0

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_DESIGNERPLUGIN="true"
QTMIN=6.10.1
inherit ecm frameworks.kde.org
DESCRIPTION="Framework providing easy data-plotting functions"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
DEPEND=">=dev-qt/qtbase-${QTMIN}:6[gui,widgets]"
RDEPEND="${DEPEND}"