summaryrefslogtreecommitdiff
path: root/kde-frameworks/kplotting
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-6.15.0.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
new file mode 100644
index 00000000000..196c67007f2
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-6.15.0.tar.xz 34032 BLAKE2B d3e693977682922b20b68484d9eafb29d8057af057e455829b917a1a3ba7b8ba2d1b6ef112a7e2762c74446e14d04ce61e47884b1bc6bbb393b941b6a9dce389 SHA512 43d4f0e9ffcb3634cf984d679045dfdd822656f9a0075dc046b7a4fbc658ca0ef455d7f9137498133d20cf11daedb55320b3cc36ce8147c5dd0d1a437e5a886d
diff --git a/kde-frameworks/kplotting/kplotting-6.15.0.ebuild b/kde-frameworks/kplotting/kplotting-6.15.0.ebuild
new file mode 100644
index 00000000000..d87a0d8a9a4
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-6.15.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND=">=dev-qt/qtbase-${QTMIN}:6[gui,widgets]"
+RDEPEND="${DEPEND}"