summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-06-14 08:42:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-06-14 10:25:00 +0200
commit344cb8e5c4e6172366f011163e336c546ea8aed2 (patch)
treed9834c8e891ac54bd3eae5a5385674f6703384da /kde-frameworks/kplotting/kplotting-5.83.0.ebuild
parentkde-frameworks/kitemviews: 5.83.0 version bump (diff)
downloadgentoo-344cb8e5c4e6172366f011163e336c546ea8aed2.tar.gz
gentoo-344cb8e5c4e6172366f011163e336c546ea8aed2.tar.bz2
gentoo-344cb8e5c4e6172366f011163e336c546ea8aed2.zip
kde-frameworks/kplotting: 5.83.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kplotting/kplotting-5.83.0.ebuild')
-rw-r--r--kde-frameworks/kplotting/kplotting-5.83.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/kplotting-5.83.0.ebuild b/kde-frameworks/kplotting/kplotting-5.83.0.ebuild
new file mode 100644
index 000000000000..71388c7ee73d
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.83.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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}"