aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-03 00:52:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-03 00:52:39 +0200
commite648d78219ec6506e9778b67c2ac6e40a94c867b (patch)
treeeb57ac99a52e3d7e615df94b2865d26a182abe44 /kde-frameworks/kplotting
parentDocumentation: Add KDE Frameworks 5.70.0 (diff)
downloadkde-e648d78219ec6506e9778b67c2ac6e40a94c867b.tar.gz
kde-e648d78219ec6506e9778b67c2ac6e40a94c867b.tar.bz2
kde-e648d78219ec6506e9778b67c2ac6e40a94c867b.zip
kde-frameworks: Add KDE Frameworks 5.70.0
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.70.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
new file mode 100644
index 0000000000..900a1536ad
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.70.0.tar.xz 33548 BLAKE2B 351f4d803f3ba8307989af87228ed88492f6e45c9fea60475af1ca2ad7829fd1d0a864c4092f9c5dec1015298ad41e64ebe3306b4ce9820bc9ea12b7eb9f454e SHA512 6718737795ef1bb4b6eae5de7c41d47fb3377438c0737584663ae9174b93598a5fab4d2892d53692fb48ef2896a9a7dec81164667d2068006c907beeca375ef5
diff --git a/kde-frameworks/kplotting/kplotting-5.70.0.ebuild b/kde-frameworks/kplotting/kplotting-5.70.0.ebuild
new file mode 100644
index 0000000000..e399a266d9
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.70.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.12.3
+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}"