summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.90.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..875aa309d88
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.90.0.tar.xz 33644 BLAKE2B 52a0979465eb28e6b3a6e19256819b795f6b81dadbf5dc8b4899621a87cdfba8f478363169e4d311f5cb2e63769caaf2b0d0c6b39065c72b849484b0a6cc6824 SHA512 04a3161ed32d4d334eff121c7cdc8840f852b8c5b60f880f4b98a5710e2861fe93ceca836efd5c74067ef3785d083b2a610526df17a358d8327942b9648767b4
diff --git a/kde-frameworks/kplotting/kplotting-5.90.0.ebuild b/kde-frameworks/kplotting/kplotting-5.90.0.ebuild
new file mode 100644
index 00000000000..a1242ec38f8
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.90.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 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.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"