summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.106.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
new file mode 100644
index 00000000000..a34c2277802
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.106.0.tar.xz 33752 BLAKE2B cfadeb090a7766b7e5b5c3f66f9718541babb49506adcfbadba84a069eaf95237bed917943fc4eb5da7b764096fcea4845c31c2ac198c7542c896cb2adebfb32 SHA512 e08983e895b0cd6a5819ebe2a4302b006ac7c4d5aa169c2001b81e789d16127e41b25c695adc0860a2e2aa66acebe42e441e0d6a6d2e77ac448d40162ada6dd4
diff --git a/kde-frameworks/kplotting/kplotting-5.106.0.ebuild b/kde-frameworks/kplotting/kplotting-5.106.0.ebuild
new file mode 100644
index 00000000000..f9cb3778906
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.106.0.ebuild
@@ -0,0 +1,21 @@
+# 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.5
+VIRTUALX_REQUIRED="test"
+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}"