diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-08 17:32:56 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-08 17:33:41 +0200 |
commit | 772d5a9a522abd8a460b5be807bf568635a9abf0 (patch) | |
tree | ecf9649a57c723b7b09a2921555ba446a029701b /kde-frameworks/kplotting | |
parent | media-gfx/gimp: Sync 9999, move to https (diff) | |
download | gentoo-772d5a9a522abd8a460b5be807bf568635a9abf0.tar.gz gentoo-772d5a9a522abd8a460b5be807bf568635a9abf0.tar.bz2 gentoo-772d5a9a522abd8a460b5be807bf568635a9abf0.zip |
kde-frameworks: Add KDE Frameworks 5.33.0 release
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.33.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index c297b11424b6..c2791c112085 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,2 +1,3 @@ DIST kplotting-5.29.0.tar.xz 29540 SHA256 0b0ff1734b377de4e8eb08bab466363cb0ba3fde6bfb05afd27d4b178b0bdf1f SHA512 db82184e458516b46094b24ddcd8066adf14aac780cb1135e16217333c52cd973ecdb4519d14f5bdb8a78ef35a9fcc98a616154142a06e90c550715ca246116c WHIRLPOOL f2d2ecc27800b3f177e3aa759c9069ab6354ce9c4c3eb6cef89f05ccc7a8c7509a2c25813f2cbe14857cc9b555d6f6ee04bcedd43fb54cd3c96d3bbeae6641bf DIST kplotting-5.32.0.tar.xz 29568 SHA256 dbacaaff7ab2964f747c5e54774a9d05b92b22497d4bb1a81185a04e5b751728 SHA512 678278de1b2fc47992b5854d4b563ff951a7ee2677abdd4caeac81d2d32392fc0c980986d4112513dffbb0024896b6567ad56f955f9c8351d904c66ca07079cd WHIRLPOOL b1c3086d86a445515c54b9077809b9ba9fabf7c1b293b279ae55f15f700dea145ad4e9e6749e14559b798dfc9a38cc183e4226f11ae54ec47708013250d73903 +DIST kplotting-5.33.0.tar.xz 29564 SHA256 31b3e8e0ee350800e8619a233f8be01eacf5d293b41b8a078d6650708484385a SHA512 3d74df6d0decbce583ffa55ade7d5a913d5ab26a3d17ab6e948e6eb94374f8595f80605a52f6094091776fe0a52648742df23b413eb446f7dd29798709f93d2c WHIRLPOOL 5f88b6bdab715e506a134725f25d1434ae8f0da73b3cacfbdf7d231df06b366e88069aeef255c505bdaf43ae6e2316c0bbc1ae3a86345b3b51d45c81e7f2e06b diff --git a/kde-frameworks/kplotting/kplotting-5.33.0.ebuild b/kde-frameworks/kplotting/kplotting-5.33.0.ebuild new file mode 100644 index 000000000000..08ede137d44f --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.33.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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 ~x86" +IUSE="" + +RDEPEND=" + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +DEPEND="${RDEPEND}" |