summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-05-14 13:10:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-05-14 13:31:13 +0200
commitd9e6ce359b66ad2d5b1252020361a8855ef7c664 (patch)
treebabf12e7cb66958f90ea4ce114a58cecb8fd36d5
parentkde-frameworks/kitemviews: 5.94.0 version bump (diff)
downloadgentoo-d9e6ce359b66ad2d5b1252020361a8855ef7c664.tar.gz
gentoo-d9e6ce359b66ad2d5b1252020361a8855ef7c664.tar.bz2
gentoo-d9e6ce359b66ad2d5b1252020361a8855ef7c664.zip
kde-frameworks/kplotting: 5.94.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.94.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 821fd41d0916..688470413325 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.92.0.tar.xz 33684 BLAKE2B c71109a70dbd5a79bc5e0416d0677ee4de55fc51db4617ec0224bd65141fa0783c095a39847e16f95ae785d8792dc26067635e223cc27eef8c5121a85a0d26ad SHA512 e2f7507caef50f1227461fdb4be8a6ac9dcebe0f25d35357bb0c13f2dfb0f7cc33c885bbb7c143e4c61ee157570e907b9c51764c4c2d51d2831281d16b1603d7
DIST kplotting-5.93.0.tar.xz 33684 BLAKE2B a4cf3466ae3e5b664fc85e35cc535ad29c61a62ec90022d53539ddc23497507740f44e99a08491397722787b5adef50762645bc4825bf81c934e9f2eaaa756ac SHA512 88fc77ceb07ac3ecd925ea439535abfc549cd10756a1726506f4d5e5b128989e4fbfcb255aeed811a1f6d208870dc5c9d5f052edcbd62f96c10a3c2fd8ae1754
+DIST kplotting-5.94.0.tar.xz 33704 BLAKE2B e6fdedc39981e619071d8c8677a1863249d60fc6a97c36b4d83966adc5fc97106ea21ad19f913498bb2bbe5afd06976690680f5dbd55681bd101530c2d95f809 SHA512 a4472b15bcdfc71f538193e95b8065f18717a85259b033823b31f48b2dcc73eddf5d380459b00ec27ae8922add16176bdaf78adf958be6226845a5cf5d72a653
diff --git a/kde-frameworks/kplotting/kplotting-5.94.0.ebuild b/kde-frameworks/kplotting/kplotting-5.94.0.ebuild
new file mode 100644
index 000000000000..f48799ad0c79
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.94.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 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.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"