summaryrefslogtreecommitdiff
path: root/kde-frameworks/kquickcharts
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kquickcharts')
-rw-r--r--kde-frameworks/kquickcharts/Manifest1
-rw-r--r--kde-frameworks/kquickcharts/kquickcharts-6.9.0.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-frameworks/kquickcharts/Manifest b/kde-frameworks/kquickcharts/Manifest
deleted file mode 100644
index 7d241976c73..00000000000
--- a/kde-frameworks/kquickcharts/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kquickcharts-6.9.0.tar.xz 110304 BLAKE2B afc2f4a22eebeab0f06cf24e73a446329b5a1422eb555ecaf16a49769f45230c4e2eecf48b4431211dd5c5e19bf026ce68708ddbc1eb3af5560760b542988f1a SHA512 e77691429cd58d4fc68ebf1423f1f37d61506d62943e6306a922cb1981d3d6f8112285b6de1290d3c0a0cd4889698950eb06df3722b8274c922fa2a346084be4
diff --git a/kde-frameworks/kquickcharts/kquickcharts-6.9.0.ebuild b/kde-frameworks/kquickcharts/kquickcharts-6.9.0.ebuild
deleted file mode 100644
index 5c94df91884..00000000000
--- a/kde-frameworks/kquickcharts/kquickcharts-6.9.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 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 ~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
-}