summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.101.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..b113c0f2851
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.101.0.tar.xz 33736 BLAKE2B 067fb4887aca2beb643abad925538df70d4572ee4c84a81b390b486d8d937f23692b5077b51887d11c265029b3bda719d7a42d64edc5d58cddcf58bb4296eea0 SHA512 fe100a7c4739b03eeb8f670b5217264a57b59856271ba0f25a72f17320cf05a4dd9a22789dc9164810b1f364d7ef252b72728e161580400c57e3cd3656628937
diff --git a/kde-frameworks/kplotting/kplotting-5.101.0.ebuild b/kde-frameworks/kplotting/kplotting-5.101.0.ebuild
new file mode 100644
index 00000000000..340ac2bdb64
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.101.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 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 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"