summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-13 16:43:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-15 07:36:12 +0200
commit75dd10c7d9dc7f20e73445bf31cce819ae962cb2 (patch)
tree683855d5c9ea0c6c30bc35bff7803a4990b31290 /kde-frameworks/kplotting
parentkde5.eclass: kde-frameworks/kdewebkit moved to portingAids (diff)
downloadgentoo-75dd10c7d9dc7f20e73445bf31cce819ae962cb2.tar.gz
gentoo-75dd10c7d9dc7f20e73445bf31cce819ae962cb2.tar.bz2
gentoo-75dd10c7d9dc7f20e73445bf31cce819ae962cb2.zip
kde-frameworks: Add KDE Frameworks 5.60.0
Package-Manager: Portage-2.3.69, Repoman-2.3.16 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.60.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index e242ce28558a..54a07cf2834e 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.59.0.tar.xz 29536 BLAKE2B 9cd779982e36aecef317f221fc286a656c26557ae7ffe42e4281c56b8690ce74edfb60b69b4864cc63eddae64d2c8a5934bb32c02fcd74381564cef8969e9c63 SHA512 d31dc517f584f129f72dae63e570a3cc077df08e6a0159d719b3bd11769c9a4d22ec5d641b147524db454eeb41c7221fc900ac1852b1fa439cc489f68de6b994
+DIST kplotting-5.60.0.tar.xz 29808 BLAKE2B 627de0663e2a7ad49029f50454fce1083c455d82336f564605cdb331e553b8ed5aaf672842579429e6fce760efbe3f3d8a0bd823f80ee72375770a7beed49b05 SHA512 0a70977684690c2087f968501b64d814fabddd43087aa2df4d498985f7cfaa8cf81e16215e2d12cccf9932748172e47b40a85d049207e3dc351785acdeaa622a
diff --git a/kde-frameworks/kplotting/kplotting-5.60.0.ebuild b/kde-frameworks/kplotting/kplotting-5.60.0.ebuild
new file mode 100644
index 000000000000..898844d21f48
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.60.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}"