diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-11 00:21:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-11 10:19:23 +0200 |
commit | 832934f31e45d450d2eaee2a9ebd501303303c43 (patch) | |
tree | 26ddfbcde55dc86490c71053a6813be8c3a8c212 /kde-frameworks/kplotting | |
parent | media-gfx/digikam: Drop 6.1.0 (diff) | |
download | gentoo-832934f31e45d450d2eaee2a9ebd501303303c43.tar.gz gentoo-832934f31e45d450d2eaee2a9ebd501303303c43.tar.bz2 gentoo-832934f31e45d450d2eaee2a9ebd501303303c43.zip |
kde-frameworks: Add KDE Frameworks 5.61.0
Package-Manager: Portage-2.3.71, Repoman-2.3.17
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.61.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index 1afa71334a02..e83e700e16cd 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1 +1,2 @@ DIST kplotting-5.60.0.tar.xz 29808 BLAKE2B 627de0663e2a7ad49029f50454fce1083c455d82336f564605cdb331e553b8ed5aaf672842579429e6fce760efbe3f3d8a0bd823f80ee72375770a7beed49b05 SHA512 0a70977684690c2087f968501b64d814fabddd43087aa2df4d498985f7cfaa8cf81e16215e2d12cccf9932748172e47b40a85d049207e3dc351785acdeaa622a +DIST kplotting-5.61.0.tar.xz 29788 BLAKE2B 07feada9ad92d8619758f3c7cb7973962605eea41c428dc0fb1d3d75d0d33074138e24362845411497c581a7e036971bcc6417d6c706186ba126f2618e80b225 SHA512 4b1e743f4cf1512b3058f4e2cb184762e14d7c5e2fb5c24a893c657430e5a605cba54a195bcccca958a3ba8318a7780372522c49a4ac503a697df358dcf587d0 diff --git a/kde-frameworks/kplotting/kplotting-5.61.0.ebuild b/kde-frameworks/kplotting/kplotting-5.61.0.ebuild new file mode 100644 index 000000000000..898844d21f48 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.61.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}" |