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.63.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
new file mode 100644
index 00000000000..558c7916f4a
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.63.0.tar.xz 30184 BLAKE2B 1706e2511ce906ab285d7864fc4b1c2a7d12139ad53759783e076a2ffef4b2811f7d341f8735cc2f6a2491b8218a3692c64cb97aac756155c7fc897b6425b09a SHA512 642ae00eb36cc5ff8894e8c9b527bcfb1b1be33815962a58ffff1cf8a96421dcd56020cca68276b3238d67e34983ae0f857e2474c86525d513586ca1271d2539
diff --git a/kde-frameworks/kplotting/kplotting-5.63.0.ebuild b/kde-frameworks/kplotting/kplotting-5.63.0.ebuild
new file mode 100644
index 00000000000..e415a62fda1
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.63.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_DESIGNERPLUGIN="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"