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.51.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index b6545e34d78f..e24b62f49de2 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1 +1,2 @@
DIST kplotting-5.50.0.tar.xz 29752 BLAKE2B dd786e239cba3709a7cf24f79d8ff37e6ecc43a463b25ff1fe65e794e72eebfa81a6a6d4e63f8f28ddc57d79bc01060b55b0f8664edc19a196323fe224d456ad SHA512 352c424d842ddbe277c7a71acb7fe50fb7cdc78bc750c85ac5a364a6e330bd69344cd5dbdd7922725e1b143bd0d7b1ac1b6d003f5baa67edb33981d27f830838
+DIST kplotting-5.51.0.tar.xz 29744 BLAKE2B 72e19c93336474e05a6874262acd13d0e3994a9e07427cb309152a0940173caabb816fee6e20f5f6ed24783fd37681728c9e19d1caa6543e29eb28990c365f30 SHA512 e75a88074b18768b4edf90a5020257c49fe0440fba806f0ef1880182fc1856853211de03f7aca3be3f220fe93ff723009c96799b0c94f237ac7c698247f37666
diff --git a/kde-frameworks/kplotting/kplotting-5.51.0.ebuild b/kde-frameworks/kplotting/kplotting-5.51.0.ebuild
new file mode 100644
index 000000000000..c71702409895
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.51.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Authors
+# 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 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+DEPEND="${RDEPEND}"