aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-07 22:12:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-07 22:12:29 +0100
commitecb6c2422c05cd68b74ffb8cb642221936dc7771 (patch)
treebc984ed4dedb66d8f0db2b169b1872cb9f253392 /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: 5.76.0 version bump (diff)
downloadkde-ecb6c2422c05cd68b74ffb8cb642221936dc7771.tar.gz
kde-ecb6c2422c05cd68b74ffb8cb642221936dc7771.tar.bz2
kde-ecb6c2422c05cd68b74ffb8cb642221936dc7771.zip
kde-frameworks/kplotting: 5.76.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.76.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..8082b309e5
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.76.0.tar.xz 31092 BLAKE2B b142b53b5b74b31339adb725a9a3c345c4c8ef318340eb1106c310f6b0065a2e65ebbce09e30198f735e2902814a27d382ca44c655cc23fd7384a1e478e7b746 SHA512 1b2c658cdf00dc1220bd75622547b0012684ee59c062040a26a69325f68e3757946ccf5f5cf22442491f6d611781e0e6c1b56bd44007925bb774bc138337676f
diff --git a/kde-frameworks/kplotting/kplotting-5.76.0.ebuild b/kde-frameworks/kplotting/kplotting-5.76.0.ebuild
new file mode 100644
index 0000000000..d52280ca19
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.76.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.15.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}"