aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-04 21:30:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-04 23:43:55 +0200
commitc399545a257b7ea44541e49eba3ef62220d51e00 (patch)
treeaec4fc4e50b6b54c39e541c92c5d2e819d13acb3 /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: 5.72.0 version bump (diff)
downloadkde-c399545a257b7ea44541e49eba3ef62220d51e00.tar.gz
kde-c399545a257b7ea44541e49eba3ef62220d51e00.tar.bz2
kde-c399545a257b7ea44541e49eba3ef62220d51e00.zip
kde-frameworks/kplotting: 5.72.0 version bump
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.72.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..83ec2a2146
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.72.0.tar.xz 33512 BLAKE2B e149933ba5963a2ad0b1dfa0148fc79e597d452079cab825684c025908a93569ec2de6147b2cb9b3c796e5e1cbf4acdef40078c515001a871b50432080db3191 SHA512 cea99437675f47021573fb7bf4ec493b76a231c387bb88b198ceb2d543e87ebe414ab8c33bc43d1e0f658e86936b363f06af8012f17a3ace3aa684c45d110580
diff --git a/kde-frameworks/kplotting/kplotting-5.72.0.ebuild b/kde-frameworks/kplotting/kplotting-5.72.0.ebuild
new file mode 100644
index 0000000000..d37a7d0a01
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.72.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.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}"