summaryrefslogtreecommitdiff
path: root/kde-frameworks/kplotting
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
commitfeb0daf81d888e9160f9f94502de09b66f2a63fd (patch)
treeb6e5c40ce2abef3da27ed50a023153f475e0ddef /kde-frameworks/kplotting
parent9452a6e87b6c2c70513bc47a2470bf9f1168920e (diff)
gentoo resync : 21.06.2020
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest2
-rw-r--r--kde-frameworks/kplotting/kplotting-5.71.0.ebuild21
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 8e438131468d..dafa24d77a11 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,3 +1,5 @@
DIST kplotting-5.70.0.tar.xz 33548 BLAKE2B 351f4d803f3ba8307989af87228ed88492f6e45c9fea60475af1ca2ad7829fd1d0a864c4092f9c5dec1015298ad41e64ebe3306b4ce9820bc9ea12b7eb9f454e SHA512 6718737795ef1bb4b6eae5de7c41d47fb3377438c0737584663ae9174b93598a5fab4d2892d53692fb48ef2896a9a7dec81164667d2068006c907beeca375ef5
+DIST kplotting-5.71.0.tar.xz 33508 BLAKE2B ff96c56bb4bd54a82693411fc110f47fc89b914415d4c2ea3e004e81725cb4346c8b91b3eeca3c8c05d8cc2b2898357f8601491884aeb2a071e84d81be1b7bb6 SHA512 645b852b27ecb1adc75fc6d5000e773aabe6f63d26085bc8c02d775884e95be4bcade5b617e50ee62b1addf3bc607e81e983b91bac7ac4c351d2d3c869e7bd43
EBUILD kplotting-5.70.0.ebuild 437 BLAKE2B e1c52006e0209e14afac3a25861996d365a7d21f0bfdcc339a240d5d2f6943a4d93d2eef545c2f7bacf12b23ccda504757e29fc6b7d5d544a80b2cbae253fd38 SHA512 8fe5d1db421db9efdfc74592ec9d135df128e24606aa97608af9f1311e3f1a7c5f2620df15851f0bbac60ff7b0ad2ee20cd7fd60155e6d1f34553f844cfdd5c7
+EBUILD kplotting-5.71.0.ebuild 440 BLAKE2B 0ee1c65154833001f65027d9e28362307b94b1265eb61e036ae57b1b00319acd3abc82eb7d305bc58d17f546adb5f81a6ac63cad603bacaffafa2b817f6e41d3 SHA512 9a6b8cd21a6cc59cfea701f9eca98b9b254e667ccc1d35a2ee79dff80146e23c785de88d1995604110a8636a75e87c95cda8bf717cd78ad0415f147223707a0d
MISC metadata.xml 340 BLAKE2B a8e14dd471ebcdaf382d71d9dec13809433c811acbc813ea4c74b1cd05829474df09efba54d8e3aa1041bce3f5e4a61db879e228bab4f79e3b4d9eed32e40a25 SHA512 c6fa7ef3ff6e38f17ef6db3784bfe04e35607464521488253d03863919392c38e76b7d4cf92e83502b1bec109fa1b1a257a7e4a955ea2c01d61e1784f89f59ae
diff --git a/kde-frameworks/kplotting/kplotting-5.71.0.ebuild b/kde-frameworks/kplotting/kplotting-5.71.0.ebuild
new file mode 100644
index 000000000000..180433214d0f
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.71.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 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.14.1
+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}"