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.6.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..092ba6cb77c
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-6.6.0.tar.xz 33684 BLAKE2B 119fed0a64cc79266154e5f12600264081e0d7c712a87d06c3524529159ef5dc769c7a7ce0483e5afd95227494f0bf9526da10ec90481fc92e3afe8192a9f9dd SHA512 829ab64852ee9578319221a5dcb4cbd1f2b9b5e9d3cefab77b0f8ab7f861c96be895aa819ee5cf2ba4080da5f3a91b522172515b135aba41a6c031e4df902dc7
diff --git a/kde-frameworks/kplotting/kplotting-6.6.0.ebuild b/kde-frameworks/kplotting/kplotting-6.6.0.ebuild
new file mode 100644
index 00000000000..a0a7728b63a
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-6.6.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND=">=dev-qt/qtbase-${QTMIN}:6[gui,widgets]"
+RDEPEND="${DEPEND}"