summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-08 19:41:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-08 21:28:07 +0200
commit960b53f1cd249091348514ca4d444eb0ba967cfd (patch)
tree44882776b9db1882d72f47230991d1128a38b2d1 /kde-frameworks/kplotting
parentmedia-gfx/kxstitch: 2.2.0 version bump (diff)
downloadgentoo-960b53f1cd249091348514ca4d444eb0ba967cfd.tar.gz
gentoo-960b53f1cd249091348514ca4d444eb0ba967cfd.tar.bz2
gentoo-960b53f1cd249091348514ca4d444eb0ba967cfd.zip
kde-frameworks: Add KDE Frameworks 5.59.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.59.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 9180ee50cd37..175ad45e4ee3 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.57.0.tar.xz 29764 BLAKE2B 75cd9eb694ee00ce80893e2f833bf30c8426ea7de50e227d25a89bc742d47b26543cb1cfa3168d0decac5d2e2513a5aa8b832ceb534e055103636c2b6a25c208 SHA512 36f8398890d39f920eb1d3fa09452b19a1c605b77c0babe88b33639efbfc5b16432a8f1369f718344123af37ad8e102d7e48752af50a102559182bdad0931298
DIST kplotting-5.58.0.tar.xz 29852 BLAKE2B 2b2817fa8bd65ecdd4842ed83fb50427f7a389bbee75bbba9c37add070722fd62b5e65e833fc939d17ba651062d6a212f6dc334c0fbf2499dbb7354f21f43a2d SHA512 5c447f24d7dae28b75da8c2102d03f47757094dc41c79d21c474e0a19fb0c3ff96eda308b761bf8ca2f9a242cc611aaf496c3b67ee1ee587d64447413717f215
+DIST kplotting-5.59.0.tar.xz 29536 BLAKE2B 9cd779982e36aecef317f221fc286a656c26557ae7ffe42e4281c56b8690ce74edfb60b69b4864cc63eddae64d2c8a5934bb32c02fcd74381564cef8969e9c63 SHA512 d31dc517f584f129f72dae63e570a3cc077df08e6a0159d719b3bd11769c9a4d22ec5d641b147524db454eeb41c7221fc900ac1852b1fa439cc489f68de6b994
diff --git a/kde-frameworks/kplotting/kplotting-5.59.0.ebuild b/kde-frameworks/kplotting/kplotting-5.59.0.ebuild
new file mode 100644
index 000000000000..898844d21f48
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.59.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}"