kde-frameworks/kquickcharts: drop 6.10.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-04-25 14:22:36 +02:00
parent 47b84a7ada
commit 3249cb8d2f
2 changed files with 0 additions and 40 deletions

View File

@@ -1,2 +1 @@
DIST kquickcharts-6.10.0.tar.xz 110320 BLAKE2B 0722c59c3ab427eefa3158e28218727ac8b94398690cdbda12a17863655c368d9736b84152dd6867e41e78d898fd26efa812953ff51d8141046164693bfa1e74 SHA512 2938701ef5e794e4a9a770f98834f454f4d55881cf57af39273ebab4753bbd039172231329386c37956ed97283d7664feaa56824a43c0568ea7a29b7842a8dbc
DIST kquickcharts-6.13.0.tar.xz 110248 BLAKE2B 583d30136a533257ec45a2b0718f6d0b3c19381f04731578559165553b22a59a67e6ec67f860748d31a6b3f14c7a26202825b085cd57fe946a3869d1a17d8430 SHA512 5303813f5e46f3634a4e5d8dc4ec20685a979b12850a3589c791759eaf4f81389a6f955a66375f552d61d51a0a3de8fb084a5a3ed87f55e9c6137200f90e8af7

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_EXAMPLES="true"
ECM_QTHELP="false"
ECM_TEST="true"
QTMIN=6.7.2
inherit ecm frameworks.kde.org
DESCRIPTION="QtQuick plugin providing high-performance charts"
HOMEPAGE="https://invent.kde.org/frameworks/kquickcharts"
LICENSE="LGPL-2+"
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui]
>=dev-qt/qtdeclarative-${QTMIN}:6
>=dev-qt/qtshadertools-${QTMIN}:6
examples? (
>=dev-qt/qtbase-${QTMIN}:6[widgets]
=kde-frameworks/kdeclarative-${KDE_CATV}*:6
=kde-frameworks/kirigami-${KDE_CATV}*:6
)
"
RDEPEND="${DEPEND}
examples? ( !${CATEGORY}/${PN}:5[examples(-)] )
"
src_configure() {
local mycmakeargs=(
-DBUILD_EXAMPLES=$(usex examples)
)
ecm_src_configure
}