summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-10 20:23:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-10 20:44:07 +0200
commita4727db9f684b8e702bb602adf50da08a957c3f9 (patch)
treed80df6111d4684769cbae68b594ed7663893f81d /kde-frameworks
parentkde-frameworks/kitemviews: 5.81.0 version bump (diff)
downloadgentoo-a4727db9f684b8e702bb602adf50da08a957c3f9.tar.gz
gentoo-a4727db9f684b8e702bb602adf50da08a957c3f9.tar.bz2
gentoo-a4727db9f684b8e702bb602adf50da08a957c3f9.zip
kde-frameworks/kplotting: 5.81.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.81.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index a174dab9d949..344777e52bbf 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.77.0.tar.xz 31100 BLAKE2B d5e0a36c0f92de3522a2beddf7f0751bc1d57f749286ae7ff484ee4a22f5f020fa99dd4e77346d0a6e2de66fcc7c8944febaa89724757a5a3066e46bf7a871ab SHA512 c8220a9bc66596512bb36f80445c3b66cc8a63afb1dc818611bcbe960f0dcbc02338bd1ac91ef668088da4e536cc11b3c2cfe87c11317bfd5bc2f7f196f0fd56
DIST kplotting-5.80.0.tar.xz 31100 BLAKE2B 34e24ffbd2cffe8074e834923ecd304c5873ce79f436dad8a31f66cbc59e201c35982103751dd8fc351c6133c6dbd03e8987a5daf96b8b8aa6a453360bf7a345 SHA512 d04d35c44439da9df37e046f09b75908bd9f965fba18941b803543dbe3111f6884cf4a7377461016ec60d1f47c08e84fa994e2784fc135867d74e0b0d3edd2cf
+DIST kplotting-5.81.0.tar.xz 31184 BLAKE2B f991f16858f06b3ae7ff8f5f3902da93258b7d3c7f6ca37ab504c013fabe46eaf7b11b1119cc69c3733eddaf90f1a410c44ab85d292f38b4c7e52b7cf532ae20 SHA512 b4c80978dc31c1256219c450bc97aeaf478734bac2025592b4ac87bb7893b0a5990d80f0e81ba8bcb6db5ee112a793546e557fefe504235e1bd9f0f3b320dad6
diff --git a/kde-frameworks/kplotting/kplotting-5.81.0.ebuild b/kde-frameworks/kplotting/kplotting-5.81.0.ebuild
new file mode 100644
index 000000000000..71388c7ee73d
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.81.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}"