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.56.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
new file mode 100644
index 00000000000..7a825d0e34e
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.56.0.tar.xz 29776 BLAKE2B 19422b442e78f7da414f21a256c36f2f44c133187553f7357d7172f7ef8df2b042931398838621f639228e5e34e9c10f7400e87e02202560fddc7938001ceb49 SHA512 1e369cfe643c2943dfd672df46d7a2c813dfe7213ca2536206f36f379fcc25f9da1b5f6e8524f140ca383faf203b610ad4a3dc8257bb21dedd3416be300c14fa
diff --git a/kde-frameworks/kplotting/kplotting-5.56.0.ebuild b/kde-frameworks/kplotting/kplotting-5.56.0.ebuild
new file mode 100644
index 00000000000..898844d21f4
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.56.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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}"