diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-08 23:50:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-09 17:49:59 +0100 |
commit | 92ce08d47d7105b5d7a8c7140798a277b9b844ea (patch) | |
tree | 41bca5c9474de6cec35e12d8490260764da53970 /kde-frameworks/kplotting | |
parent | kde5-functions: Raise QT_MINIMAL to 5.11.1 (diff) | |
download | gentoo-92ce08d47d7105b5d7a8c7140798a277b9b844ea.tar.gz gentoo-92ce08d47d7105b5d7a8c7140798a277b9b844ea.tar.bz2 gentoo-92ce08d47d7105b5d7a8c7140798a277b9b844ea.zip |
kde-frameworks: Add KDE Frameworks 5.53.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.53.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index cdd7908945ad..e12d933379cf 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1 +1,2 @@ DIST kplotting-5.52.0.tar.xz 29764 BLAKE2B 0abe8d881e3b128a03f5b3d3c3ba9ea7d1a0a78c670628a861abe41340bde0ecb7fe8f3a60be96da0219191980928ab158e357dd338008c98db2e26388dafdcf SHA512 2fd925ebe040a37ce5f86f06ba8613cc1b738c2d6e8711920f6ae4833625fc098c0acf3937bc03c92be91f68aed5162f86e65abaf4289da07e1bac2d7bffac63 +DIST kplotting-5.53.0.tar.xz 29740 BLAKE2B 9191e29a79d82f16702d30847304b0b2bc3d5f5e019e5b9dd151e2bf22f2a7e723001d3097f15e88cd05434f9fc4be86644e30345a054ba608fdff7d4c14b40b SHA512 b2537c9ab9144fe0313a5ae7ab57f3d1c1fe41275b3654b944caf27d01169efd396d3f2bdbe385aec71ae5eeb859c3f34d2b3cd444fe79408452d2a364c8a10c diff --git a/kde-frameworks/kplotting/kplotting-5.53.0.ebuild b/kde-frameworks/kplotting/kplotting-5.53.0.ebuild new file mode 100644 index 000000000000..c71702409895 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.53.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}" |