summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-14 13:46:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-14 13:46:10 +0200
commit82d39affe7c0394f58b7dbda11a4df2d233e86d1 (patch)
tree0c87d649221962703f877bfcae356c45a4d72b6c /kde-frameworks/kplotting
parentkde-apps/kde-dev-utils: Fix build with KF-5.48 (diff)
downloadgentoo-82d39affe7c0394f58b7dbda11a4df2d233e86d1.tar.gz
gentoo-82d39affe7c0394f58b7dbda11a4df2d233e86d1.tar.bz2
gentoo-82d39affe7c0394f58b7dbda11a4df2d233e86d1.zip
kde-frameworks: Add KDE Frameworks 5.48
Package-Manager: Portage-2.3.41, 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.48.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 66caeb9aebea..1a6b1a5bdf28 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.46.0.tar.xz 29776 BLAKE2B 0b15915c3fad4867a0c48fd693b4fdc8b43f50880cc739f513332698cedcd755340ccf1d906d4bb5a54ccee18833d761f73d9d67f2062e812788b4014354860e SHA512 8bfbeec22804d13d074612562a2ceaaab7f18504be1b0627153137fd2d8a5eeca696b07df243704c654af7f78dc8c33a5be27fa06f278d29650246314aa1aa18
DIST kplotting-5.47.0.tar.xz 29744 BLAKE2B 0af52eedcd01fdb0e09928103c8ca75b70ec65a04b998eb530f930afc80e3a518892e170122c164310db1df3c554d24db51f89a05e1ff9a9296d1b71e5167228 SHA512 cd44216fde8bf3463bf87a22809adf1901572d1d4aca970bfd26653039f54586b3456fe0d3c906f2b299c094d04832ab784d1ba66aa5430fb2da914689abe3b2
+DIST kplotting-5.48.0.tar.xz 29728 BLAKE2B c2969e2c4cc61da0a0856b83d7f565ca412bd182df432001d4eeafe7c6c113f1e71fa7bd31f4ecaa1cee7190067c4ff594c02716a629e0ccbff627138b7bd1c5 SHA512 626917c0f08e94d5c56ccb6a6cd770e1312d8dc1191a25e4d19b3f2fe76fa481ee76bac5fceafc41d85aab9b59814f01b55cb759d377f051d93191d3d0364e49
diff --git a/kde-frameworks/kplotting/kplotting-5.48.0.ebuild b/kde-frameworks/kplotting/kplotting-5.48.0.ebuild
new file mode 100644
index 000000000000..af9c36c9cecf
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.48.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}"