summaryrefslogtreecommitdiff
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.36.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 0c02add8d075..31acce65b62d 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.34.0.tar.xz 29564 SHA256 501f13c16718907c9b852d24a55605fe6e51e6b7cf514e04a81e8980c04adeb9 SHA512 ff739016945d02eaae957a9e98a359e9883803bb93c1362b9aa6f468a154c4db4dfe0410a5fb0e9913fc5080ff82429920421702c5c4c5a70d10cf4b42de888f WHIRLPOOL 341b4f657f385db0f2e805ae467790c180f4a15fba33bcde353c9a7e292d6d0b8c62c0b3ef346780bbb5a3e714e388e1d59a8f7416c4affcd395a30785f43c28
DIST kplotting-5.35.0.tar.xz 29356 SHA256 bcfe144508e83a152f974ce85c64f3e375b9a0917cb01c2c0f7b2ffacfbcf671 SHA512 56263048189264004c6d06f68165e8d92196c30056a4f0c1052bd4cbcb67e17c6f4965d8b8f1e0ac6b1ec4b91d2195284887464b1bb1f0d24162e80cbd7ab1ee WHIRLPOOL f842c2b1aae34bb4a7f9a6cd33796e532557cc4e7a0d0893134e5a72d725a33c1297180ffd7c34a7ca3b6d9c8cf8664eadd56171ef09ae90ec2e76df3e0c0f5e
+DIST kplotting-5.36.0.tar.xz 29668 SHA256 a7e7b00f0202ac97b0ec36e7acd240a8f9c8cacdec45a71a1314e37a7a9a4b3d SHA512 167841df6902e83966e2bba68faca1c9a68a44b2012128d3ce2e1aea1e08e3112c67c64bc2344201f958f9afd0fc35a7e1c232d9caa6deb68ab65be0c787b696 WHIRLPOOL 6b50a65a29a17e3b381b1ca5d89a55451af42a840b4c82e65692498ef95012383a4108dacae6f96712557677432622ba7b62fd33863759173626fd379525f93f
diff --git a/kde-frameworks/kplotting/kplotting-5.36.0.ebuild b/kde-frameworks/kplotting/kplotting-5.36.0.ebuild
new file mode 100644
index 000000000000..08ede137d44f
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.36.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+DEPEND="${RDEPEND}"