aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-06-10 14:25:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-06-10 14:34:37 +0200
commita48bb84d781ef2ae9a71600daa526875fa4766d7 (patch)
treec50bbc16165dbb9e9810f7808dd5301b0d589a7d /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: 5.83.0 version bump (diff)
downloadkde-a48bb84d781ef2ae9a71600daa526875fa4766d7.tar.gz
kde-a48bb84d781ef2ae9a71600daa526875fa4766d7.tar.bz2
kde-a48bb84d781ef2ae9a71600daa526875fa4766d7.zip
kde-frameworks/kplotting: 5.83.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.83.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
new file mode 100644
index 0000000000..f3366522cc
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.83.0.tar.xz 31188 BLAKE2B 1d0fce48f19b04a6c6f56caa419ec467360795b1f0d0786288b032530a77aac39d4d2e73cbb88c3767012ff4898aaf8ce41de6e450b5a65925520ee7eafa183e SHA512 f317316f9bb7dc68250a83d003a66e811e1f667228b2dc753f7ea501266ff43fe69dbb59d20de9d40c8fb7753a809eeabbe2c040bd565c8127ea57744f8ed0a0
diff --git a/kde-frameworks/kplotting/kplotting-5.83.0.ebuild b/kde-frameworks/kplotting/kplotting-5.83.0.ebuild
new file mode 100644
index 0000000000..71388c7ee7
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.83.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"