summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.111.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..5d7951bd066
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.111.0.tar.xz 33760 BLAKE2B b26db7bb44a4a95a5079967588c9d79a3247518738df404faf8eec8d567df3bf4eaf041e4da9be758cfd03a9d8000f29bdb4b434101a5849773951a984e721ec SHA512 a23c7965d6bfda4609f2c6b04ab005d80b8e85b286686ac293ccaa14a7d6071700d65306112c28a78c6874e1d59027e1626d44839bb1c19c05c03f9e99198921
diff --git a/kde-frameworks/kplotting/kplotting-5.111.0.ebuild b/kde-frameworks/kplotting/kplotting-5.111.0.ebuild
new file mode 100644
index 00000000000..9cc25c8ddb1
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.111.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}"