summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-6.8.0.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
new file mode 100644
index 00000000000..ae3e52145b6
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-6.8.0.tar.xz 33700 BLAKE2B 9929b45e854d93a3773f27924e9ac4893f91ac45948b82ca7cdc21ad9af9db10b593ea37541d05cec64b18cafdc4927efebcc4fa89bd2f89583a6c247edbac5d SHA512 2d68a32adbeee910df80cb25ee76256cbb3ebe5d32ae61569f876ebcea70fc986834390e320fd0e488b60e7cf92a1c59375681c088c4df16c881f2a3dfdab0d9
diff --git a/kde-frameworks/kplotting/kplotting-6.8.0.ebuild b/kde-frameworks/kplotting/kplotting-6.8.0.ebuild
new file mode 100644
index 00000000000..9d737927a85
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-6.8.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND=">=dev-qt/qtbase-${QTMIN}:6[gui,widgets]"
+RDEPEND="${DEPEND}"