summaryrefslogtreecommitdiff
path: root/kde-frameworks/kplotting
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.107.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
new file mode 100644
index 00000000000..cd5a9b1e97a
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.107.0.tar.xz 33728 BLAKE2B 5e9b0de3f9d95147e448d522c2d61347de3e23996448a0098805990f5a83409232fc7f1a14496b9fc2599ade38e531011f796e0cf08326a3021fcbc0d4878f6d SHA512 cc2ba1c9786dc957082fa69427683c859b422861b0a9f7f99fcd88ca90ab1ffcf398e0cc8562a2b837f0fb17d24de55a4cf05a8f461a773cb8af31169f6786e3
diff --git a/kde-frameworks/kplotting/kplotting-5.107.0.ebuild b/kde-frameworks/kplotting/kplotting-5.107.0.ebuild
new file mode 100644
index 00000000000..9cc25c8ddb1
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.107.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"