aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-09-04 22:54:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-05 00:49:31 +0200
commit77d5ad8d2a87484f703e60bee077125953bb59e6 (patch)
treed7e5fa4141e78711a3220091d4b9aba63890d0b9 /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: 5.86.0 version bump (diff)
downloadkde-77d5ad8d2a87484f703e60bee077125953bb59e6.tar.gz
kde-77d5ad8d2a87484f703e60bee077125953bb59e6.tar.bz2
kde-77d5ad8d2a87484f703e60bee077125953bb59e6.zip
kde-frameworks/kplotting: 5.86.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.86.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..5ae03cdcc7
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.86.0.tar.xz 31172 BLAKE2B 0f9f2a2b8323aa494071effced5466369c4a04505413506b85702c8db73a49b9009981386f3adefb16b9ac4587f1fbf2624f460f55cc1a617ab3aa5186b98682 SHA512 d7320729c7d5c6991c278f8d1d713a544978b907daf07beffc800e29e6e271ed48c6612bb9a6fecf51ae86e3f52d7ec27906a282e406f1fedea3f572caca42a1
diff --git a/kde-frameworks/kplotting/kplotting-5.86.0.ebuild b/kde-frameworks/kplotting/kplotting-5.86.0.ebuild
new file mode 100644
index 0000000000..69d6a79665
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.86.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 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.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}"