summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.107.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 4e5cdeed90ac..44844ec13812 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.106.0.tar.xz 33752 BLAKE2B cfadeb090a7766b7e5b5c3f66f9718541babb49506adcfbadba84a069eaf95237bed917943fc4eb5da7b764096fcea4845c31c2ac198c7542c896cb2adebfb32 SHA512 e08983e895b0cd6a5819ebe2a4302b006ac7c4d5aa169c2001b81e789d16127e41b25c695adc0860a2e2aa66acebe42e441e0d6a6d2e77ac448d40162ada6dd4
+DIST kplotting-5.107.0.tar.xz 33728 BLAKE2B 5e9b0de3f9d95147e448d522c2d61347de3e23996448a0098805990f5a83409232fc7f1a14496b9fc2599ade38e531011f796e0cf08326a3021fcbc0d4878f6d SHA512 cc2ba1c9786dc957082fa69427683c859b422861b0a9f7f99fcd88ca90ab1ffcf398e0cc8562a2b837f0fb17d24de55a4cf05a8f461a773cb8af31169f6786e3
diff --git a/kde-frameworks/kplotting/kplotting-5.107.0.ebuild b/kde-frameworks/kplotting/kplotting-5.107.0.ebuild
new file mode 100644
index 000000000000..9cc25c8ddb18
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.107.0.ebuild
@@ -0,0 +1,20 @@
+# 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.9
+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}"