summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-10 18:44:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-11 22:46:06 +0200
commitd1176a2087ab4f336c5ce934407a87ad83769bde (patch)
treecff7789f48766bf158f1d3a93f57472ab9fd051e /kde-frameworks
parentkde-frameworks/kitemviews: 5.84.0 version bump (diff)
downloadgentoo-d1176a2087ab4f336c5ce934407a87ad83769bde.tar.gz
gentoo-d1176a2087ab4f336c5ce934407a87ad83769bde.tar.bz2
gentoo-d1176a2087ab4f336c5ce934407a87ad83769bde.zip
kde-frameworks/kplotting: 5.84.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.84.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 151706c85fa9..1d148e3e08e3 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.82.0.tar.xz 31220 BLAKE2B c7eb39d8a8846c6c230a98cba83613d4468b9a62fe1014fa240fb56021d6cef0122d1bf7df5cfd727f5693f495d0942d04ca0e43bc609283a9da1ca94cb63d55 SHA512 8e33b37e61708e637d4064187ab4acf7f8dda846eaf970efc78138590c600c0a7fa320110138e396dc91c6134ce4a1675aa6d4b199a2a385596fb1185d428a75
DIST kplotting-5.83.0.tar.xz 31188 BLAKE2B 1d0fce48f19b04a6c6f56caa419ec467360795b1f0d0786288b032530a77aac39d4d2e73cbb88c3767012ff4898aaf8ce41de6e450b5a65925520ee7eafa183e SHA512 f317316f9bb7dc68250a83d003a66e811e1f667228b2dc753f7ea501266ff43fe69dbb59d20de9d40c8fb7753a809eeabbe2c040bd565c8127ea57744f8ed0a0
+DIST kplotting-5.84.0.tar.xz 31192 BLAKE2B b8fcbb253353d5a525279a8a1bae7b8cfcd060068e9380e7404a5e139adbe6098f7d7cee297e536cd6e55766856045616ed0e3e7329a5d9c2f94d93a027af8e8 SHA512 b8f3c93375415d5b689c6871242fd323ac8854b2866c459252c5d623369ebf0c6017bfd64921f6a0c99c81c032dcfd426bf01fa7dcc2d79e6031efa1517e3c58
diff --git a/kde-frameworks/kplotting/kplotting-5.84.0.ebuild b/kde-frameworks/kplotting/kplotting-5.84.0.ebuild
new file mode 100644
index 000000000000..71388c7ee73d
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.84.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}"