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
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>
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.83.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 114c50304937..151706c85fa9 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1 +1,2 @@
DIST kplotting-5.82.0.tar.xz 31220 BLAKE2B c7eb39d8a8846c6c230a98cba83613d4468b9a62fe1014fa240fb56021d6cef0122d1bf7df5cfd727f5693f495d0942d04ca0e43bc609283a9da1ca94cb63d55 SHA512 8e33b37e61708e637d4064187ab4acf7f8dda846eaf970efc78138590c600c0a7fa320110138e396dc91c6134ce4a1675aa6d4b199a2a385596fb1185d428a75
+DIST kplotting-5.83.0.tar.xz 31188 BLAKE2B 1d0fce48f19b04a6c6f56caa419ec467360795b1f0d0786288b032530a77aac39d4d2e73cbb88c3767012ff4898aaf8ce41de6e450b5a65925520ee7eafa183e SHA512 f317316f9bb7dc68250a83d003a66e811e1f667228b2dc753f7ea501266ff43fe69dbb59d20de9d40c8fb7753a809eeabbe2c040bd565c8127ea57744f8ed0a0
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}"