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.105.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..34a10d86a54
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.105.0.tar.xz 33732 BLAKE2B bb3d80f33958a06904912ecf7c212e6561416f7f2d07e84abe08de058f2d622726db6261804e12947620a519e26bdb4904a7c0556312c00bbf6eb5697f8a5d7d SHA512 0fa4f9e4d7823925f7eab09972c33c64555bdbbf20b8f7118ef41dabaf09eb3b6d5949d5caf99085fc821e0ab7057ae4e96cd9330906208f6bfc43c7929bc7fd
diff --git a/kde-frameworks/kplotting/kplotting-5.105.0.ebuild b/kde-frameworks/kplotting/kplotting-5.105.0.ebuild
new file mode 100644
index 00000000000..f9cb3778906
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.105.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}"