summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-10 01:19:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-10 10:58:35 +0200
commit3a433556dffc41d462cbce30e8a5c097e9f73d2f (patch)
tree4fed51d583dd7dc07364b58a762fb1fd2732177b /kde-frameworks/kplotting
parentmedia-libs/libkate: Drop 0.4.1-r2 (diff)
downloadgentoo-3a433556dffc41d462cbce30e8a5c097e9f73d2f.tar.gz
gentoo-3a433556dffc41d462cbce30e8a5c097e9f73d2f.tar.bz2
gentoo-3a433556dffc41d462cbce30e8a5c097e9f73d2f.zip
kde-frameworks: Add KDE Frameworks 5.47.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.47.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 0ed429802e80..be05e166416e 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.43.0.tar.xz 29596 BLAKE2B de084fa797227b70032978484c8cfa8d71d750cecc0ecd26277b760d22ee3bc2d77a0ebf93f75d6d854764fa58b76b497053c5e5d2e6268c96061ff2c4836479 SHA512 98b06b2f5242e03b4e67bcbb28d3abb695e4fc21ac37de47384fb872045fd64016ebfc276b0bd48e797e5369a747c2da81fd03519e1b6747e48205c53e69c7cb
DIST kplotting-5.46.0.tar.xz 29776 BLAKE2B 0b15915c3fad4867a0c48fd693b4fdc8b43f50880cc739f513332698cedcd755340ccf1d906d4bb5a54ccee18833d761f73d9d67f2062e812788b4014354860e SHA512 8bfbeec22804d13d074612562a2ceaaab7f18504be1b0627153137fd2d8a5eeca696b07df243704c654af7f78dc8c33a5be27fa06f278d29650246314aa1aa18
+DIST kplotting-5.47.0.tar.xz 29744 BLAKE2B 0af52eedcd01fdb0e09928103c8ca75b70ec65a04b998eb530f930afc80e3a518892e170122c164310db1df3c554d24db51f89a05e1ff9a9296d1b71e5167228 SHA512 cd44216fde8bf3463bf87a22809adf1901572d1d4aca970bfd26653039f54586b3456fe0d3c906f2b299c094d04832ab784d1ba66aa5430fb2da914689abe3b2
diff --git a/kde-frameworks/kplotting/kplotting-5.47.0.ebuild b/kde-frameworks/kplotting/kplotting-5.47.0.ebuild
new file mode 100644
index 000000000000..af9c36c9cecf
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.47.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 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}"