summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.109.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..c0a5a2e753f
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.109.0.tar.xz 33768 BLAKE2B 6ec3a2e315176aeaabd47cfe32dd1aef6bf1afc51e4939514b3264df4c64f37fcd3472f76601ba092a3b249a567a51d13304a00de7ba1f6dcc15a5b93b855e21 SHA512 89e28ad06a6d1a021e51f0bd6e2b7e1837a4296b24fa627d63656d9c6571ab29c08f04adc747bcad229f5ae7bb1fe7869b7d44307674db2cead28152873d2a10
diff --git a/kde-frameworks/kplotting/kplotting-5.109.0.ebuild b/kde-frameworks/kplotting/kplotting-5.109.0.ebuild
new file mode 100644
index 00000000000..9cc25c8ddb1
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.109.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}"