summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kquickcharts/Manifest1
-rw-r--r--kde-frameworks/kquickcharts/kquickcharts-5.107.0.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-frameworks/kquickcharts/Manifest b/kde-frameworks/kquickcharts/Manifest
deleted file mode 100644
index 43c26efbcf1..00000000000
--- a/kde-frameworks/kquickcharts/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kquickcharts-5.107.0.tar.xz 113312 BLAKE2B 38ee87920f7043ff38323b359a9426569fa28100c63cee1677b88e49e8b8eceb1186f9c4d4f0a6971a988797fe24d271dc584ccd69b5f91e59cdeb7737560c34 SHA512 0e3e9172fa0d937c801598a6c322d78a457b38c85926b3bfdc08915f48ba567640437ae484a3257c4cec6582c1ccd6d9f102eab811ca728a6e0e3d5a87a761e1
diff --git a/kde-frameworks/kquickcharts/kquickcharts-5.107.0.ebuild b/kde-frameworks/kquickcharts/kquickcharts-5.107.0.ebuild
deleted file mode 100644
index e309ddc6983..00000000000
--- a/kde-frameworks/kquickcharts/kquickcharts-5.107.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_EXAMPLES="true"
-ECM_QTHELP="false"
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="QtQuick plugin providing high-performance charts"
-HOMEPAGE="https://invent.kde.org/frameworks/kquickcharts"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- examples? (
- >=dev-qt/qtwidgets-${QTMIN}:5
- =kde-frameworks/kdeclarative-${PVCUT}*:5
- =kde-frameworks/kirigami-${PVCUT}*:5
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_EXAMPLES=$(usex examples)
- )
-
- ecm_src_configure
-}