summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-04-22 18:10:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-04-22 18:20:40 +0200
commit6f56b112852da98d60d345eab8d279fdc8588125 (patch)
tree4f453ec18e3954a7bd30b4ae6975aa7c4f4ec62e /kde-frameworks/kquickcharts/kquickcharts-5.102.0.ebuild
parentkde-frameworks/kplotting: drop 5.102.0 (diff)
downloadgentoo-6f56b112852da98d60d345eab8d279fdc8588125.tar.gz
gentoo-6f56b112852da98d60d345eab8d279fdc8588125.tar.bz2
gentoo-6f56b112852da98d60d345eab8d279fdc8588125.zip
kde-frameworks/kquickcharts: drop 5.102.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kquickcharts/kquickcharts-5.102.0.ebuild')
-rw-r--r--kde-frameworks/kquickcharts/kquickcharts-5.102.0.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/kde-frameworks/kquickcharts/kquickcharts-5.102.0.ebuild b/kde-frameworks/kquickcharts/kquickcharts-5.102.0.ebuild
deleted file mode 100644
index fa1882fc73b8..000000000000
--- a/kde-frameworks/kquickcharts/kquickcharts-5.102.0.ebuild
+++ /dev/null
@@ -1,39 +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.5
-VIRTUALX_REQUIRED="test"
-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
-}