summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-13 18:36:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-13 18:55:18 +0200
commit38714559fef6ecc5d3a7a9e40597f4407e07b90e (patch)
treece2fa5f3901de3e306f8e7c7fb9583a48370a392 /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: 5.106.0 version bump (diff)
downloadgentoo-38714559fef6ecc5d3a7a9e40597f4407e07b90e.tar.gz
gentoo-38714559fef6ecc5d3a7a9e40597f4407e07b90e.tar.bz2
gentoo-38714559fef6ecc5d3a7a9e40597f4407e07b90e.zip
kde-frameworks/kplotting: 5.106.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.106.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 7d8858a6694c..1c3106dd8375 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.104.0.tar.xz 33732 BLAKE2B 50e397d071469a3ce9909736e3d59a662ddd406db41cb7a225faa722e49aa4a3a0ddf06929fc2dbd629caf781a70e593f43e26ea9842d5335c310413da137985 SHA512 fcf9dd21b1fe6e0c4f3da436f9d86531a4f13aa8f0e74677b575f4fb2cddbb983fa7a52d34c7a3271c8b1b11815494e167a6fae2545ce3df8eb48fdd8ddade67
DIST kplotting-5.105.0.tar.xz 33732 BLAKE2B bb3d80f33958a06904912ecf7c212e6561416f7f2d07e84abe08de058f2d622726db6261804e12947620a519e26bdb4904a7c0556312c00bbf6eb5697f8a5d7d SHA512 0fa4f9e4d7823925f7eab09972c33c64555bdbbf20b8f7118ef41dabaf09eb3b6d5949d5caf99085fc821e0ab7057ae4e96cd9330906208f6bfc43c7929bc7fd
+DIST kplotting-5.106.0.tar.xz 33752 BLAKE2B cfadeb090a7766b7e5b5c3f66f9718541babb49506adcfbadba84a069eaf95237bed917943fc4eb5da7b764096fcea4845c31c2ac198c7542c896cb2adebfb32 SHA512 e08983e895b0cd6a5819ebe2a4302b006ac7c4d5aa169c2001b81e789d16127e41b25c695adc0860a2e2aa66acebe42e441e0d6a6d2e77ac448d40162ada6dd4
diff --git a/kde-frameworks/kplotting/kplotting-5.106.0.ebuild b/kde-frameworks/kplotting/kplotting-5.106.0.ebuild
new file mode 100644
index 000000000000..f9cb3778906d
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.106.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"