aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-05 23:39:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-05 23:41:36 +0200
commite4bb87cdc56049af4def0ceb7d0b94f546ea8a7a (patch)
treebe9880612fa9ee132ebe6a12071ff5552814cd9c /kde-frameworks/kplotting
parentDocumentation: Add KDE Frameworks 5.46 (diff)
downloadkde-e4bb87cdc56049af4def0ceb7d0b94f546ea8a7a.tar.gz
kde-e4bb87cdc56049af4def0ceb7d0b94f546ea8a7a.tar.bz2
kde-e4bb87cdc56049af4def0ceb7d0b94f546ea8a7a.zip
kde-frameworks: Add KDE Frameworks 5.46.0
Package-Manager: Portage-2.3.36, Repoman-2.3.9 RepoMan-Options: --force
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.46.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
new file mode 100644
index 0000000000..8404d5f120
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.46.0.tar.xz 29776 BLAKE2B 0b15915c3fad4867a0c48fd693b4fdc8b43f50880cc739f513332698cedcd755340ccf1d906d4bb5a54ccee18833d761f73d9d67f2062e812788b4014354860e SHA512 8bfbeec22804d13d074612562a2ceaaab7f18504be1b0627153137fd2d8a5eeca696b07df243704c654af7f78dc8c33a5be27fa06f278d29650246314aa1aa18
diff --git a/kde-frameworks/kplotting/kplotting-5.46.0.ebuild b/kde-frameworks/kplotting/kplotting-5.46.0.ebuild
new file mode 100644
index 0000000000..af9c36c9ce
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.46.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}"