diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-10 11:32:02 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-10 12:37:30 +0100 |
commit | 8adea4ad9cbf6c966431c0d9224b5d459059f9cd (patch) | |
tree | ff9de58067cb9165ba809d8c51dbbc8dc4475668 /kde-frameworks/kplotting | |
parent | net-libs/*: Update Manifest hashes (diff) | |
download | gentoo-8adea4ad9cbf6c966431c0d9224b5d459059f9cd.tar.gz gentoo-8adea4ad9cbf6c966431c0d9224b5d459059f9cd.tar.bz2 gentoo-8adea4ad9cbf6c966431c0d9224b5d459059f9cd.zip |
kde-frameworks: Add KDE Frameworks 5.41.0
Package-Manager: Portage-2.3.17, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.41.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index a441f96ec8eb..61c0dab51adc 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,2 +1,3 @@ DIST kplotting-5.37.0.tar.xz 29668 BLAKE2B b079ca12fa144cf7f5b3ace90628a0136fd9eff18f3740d1788019139096072f9f804591f2baf66db858829c338a76152eff70858e3b7996444ed47619b7a810 SHA512 7556d20333834568298ce66b9ce9b6aa0f2a09650552cba1482e8c534e1fd8a591faba7d6cbe7159173bf986934a8f9d4f35d81e29e15477cec01bc2995bed99 DIST kplotting-5.40.0.tar.xz 29728 BLAKE2B faf2b25dfe0efcfa2b9069e7f856d00f4c9cb4774bca3294d9435edd4786f4f6d731f59d9229cb002dd6c4b2d06e6c0c58fd8a960376aef39e917e3711fd621d SHA512 71a9ec3d041c3cc05f221230cb8727873eb354d8b6c55b12aeaf1f8b41de492d37a66d47baf860b1b222265211351245dc47ff5d08f2c5839cbcf24b5fb53b40 +DIST kplotting-5.41.0.tar.xz 29724 BLAKE2B ddc4cbeeccc4f727ad4eabe25fcfa3d343c68259402a84c42312b868433ec815420b584cc6141f01ab265d588e6a496539ef5ce80aa8ee3761a046783f3fe9a7 SHA512 d3f40de3df24e7d120889524ad9e30d745d34397bac3ffa8fbb132dfe1a8e7bc3b88dc10e9a3e91dd3b852f8bb5c55f4bdea4d8003b9ab41fbb59890dfdb0077 diff --git a/kde-frameworks/kplotting/kplotting-5.41.0.ebuild b/kde-frameworks/kplotting/kplotting-5.41.0.ebuild new file mode 100644 index 000000000000..91c166f32494 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.41.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 ~arm64 ~x86" +IUSE="" + +RDEPEND=" + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +DEPEND="${RDEPEND}" |