kde-frameworks/kquickcharts: drop 6.14.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-06-15 18:39:06 +02:00
parent 03412eaf72
commit fb8fc7f029
2 changed files with 0 additions and 40 deletions

View File

@@ -1,3 +1,2 @@
DIST kquickcharts-6.13.0.tar.xz 110248 BLAKE2B 583d30136a533257ec45a2b0718f6d0b3c19381f04731578559165553b22a59a67e6ec67f860748d31a6b3f14c7a26202825b085cd57fe946a3869d1a17d8430 SHA512 5303813f5e46f3634a4e5d8dc4ec20685a979b12850a3589c791759eaf4f81389a6f955a66375f552d61d51a0a3de8fb084a5a3ed87f55e9c6137200f90e8af7
DIST kquickcharts-6.14.0.tar.xz 110256 BLAKE2B f374f0fc43b904348046b4358ceb2dc937ae6878f6149b597a85e3ade4d106aed8e92acab135afa494194b608ca3f675557d4d12fc35bbcc7363adce8f9f3a31 SHA512 0f8dbc248c40db6801977167aa435421f16fb71ce25bd28ad5a63abcbadf372fe87d2a1d46734cf4a49dcc15ad0c59fbdf468f3342cc9897d0d01ab0019bcb20
DIST kquickcharts-6.15.0.tar.xz 112060 BLAKE2B 0bbe3e2c467da71eac1e124089579c9e33e7d8da76b3ded3988cc0696cbaf04962560bb55b723f9cecb5d3882c395f7f28a2b66ec22447dabb42a93bc2699a51 SHA512 19e9dc9d99fa9816b0943353e1870530bd4c2cf4d97ebe1b9e98a9b83ec49efe3ddecd80297bdf63b8ad62b29806fe37d5fe570c0689c47bdd462f8e0d8df2d0

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
}