summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-11 16:07:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-11 16:07:46 +0100
commit61c433dc07b3fa6b1921dcb41b927dbee0d9bc7b (patch)
tree2f4d9b6810f4cce1a9cfa8f0a12451f9e7594651 /kde-frameworks/kplotting
parentdev-python/pypy3: Inline deps and include dev-python/pycparser dep (diff)
downloadgentoo-61c433dc07b3fa6b1921dcb41b927dbee0d9bc7b.tar.gz
gentoo-61c433dc07b3fa6b1921dcb41b927dbee0d9bc7b.tar.bz2
gentoo-61c433dc07b3fa6b1921dcb41b927dbee0d9bc7b.zip
kde-frameworks: Add KDE Frameworks 5.40.0
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.40.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 64937ce005ea..62b2140d6fd8 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.37.0.tar.xz 29668 SHA256 fc837e0f21a6acbcff6b44d1c8b2143737bdc813839af0ea0a30550937069a4c SHA512 7556d20333834568298ce66b9ce9b6aa0f2a09650552cba1482e8c534e1fd8a591faba7d6cbe7159173bf986934a8f9d4f35d81e29e15477cec01bc2995bed99 WHIRLPOOL 0b6b019514004fb3b570505b833b15404deb6dd07bd154e9e019cb215b426b39925b67ae2d9a90de7125df32031821b79987684e82917882b88e9dd3ed8cb398
DIST kplotting-5.39.0.tar.xz 29676 SHA256 6ad90a3c774cec102dee21d63ba8b4d75b5bc95d61cf903480f11a3b840b3eb6 SHA512 a4c43260989892d913c7589036579daf74399a9743bc1bc95eead1aaab9db912531b4f764e1a0610080864aa5d0d4f998f2bc65202c27480562b225c5c8e212a WHIRLPOOL 8e877650aa10070450e7313e798db944e59ecd6ef8e458238da6c190eb0c62f55ecf4a19f1d3eff7c0f05b173584955613bc7a2de348f52943d68befb3bcc36e
+DIST kplotting-5.40.0.tar.xz 29728 SHA256 f1dcfc16726021597c97de449c5168873ab323683be3b74a8e4793f377dfd6c2 SHA512 71a9ec3d041c3cc05f221230cb8727873eb354d8b6c55b12aeaf1f8b41de492d37a66d47baf860b1b222265211351245dc47ff5d08f2c5839cbcf24b5fb53b40 WHIRLPOOL 425c65d95f9e16bd8728bd85feda0249c88b0cd8bb880bae19633043dc2c0e488edc8d65ad519bfd16445d22ca0217bdeb91be6f2180b616205310433d3d1f1d
diff --git a/kde-frameworks/kplotting/kplotting-5.40.0.ebuild b/kde-frameworks/kplotting/kplotting-5.40.0.ebuild
new file mode 100644
index 000000000000..91c166f32494
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.40.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}"