aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-08 10:29:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-08 10:29:59 +0200
commit987d9e17428410b55c2151ae884c81d52ea54891 (patch)
tree5e30b1901a5da1827947e313bf913b5d9ceefe93 /kde-frameworks/kplotting
parentDocumentation: Add KDE Frameworks 5.62.0 (diff)
downloadkde-987d9e17428410b55c2151ae884c81d52ea54891.tar.gz
kde-987d9e17428410b55c2151ae884c81d52ea54891.tar.bz2
kde-987d9e17428410b55c2151ae884c81d52ea54891.zip
kde-frameworks: Add KDE Frameworks 5.62.0
Package-Manager: Portage-2.3.75, Repoman-2.3.17 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.62.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
new file mode 100644
index 0000000000..c857df9750
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.62.0.tar.xz 30164 BLAKE2B f3a7e98d71a7dacc5bce72f977192458b8805e6a09ad2b5a543601d327c6c97fa1f1b06191160e8ba71a7dc9d79bdcb093aa293832e740170563607a208deb12 SHA512 b979698f4341d3fe968cd8e7c0ac26948bf120d1ddd5e605467299bff2a09a7e301a288c3db220975cba4204eb7f44e5ba2b0559874a706dae5c9b40eee58e0d
diff --git a/kde-frameworks/kplotting/kplotting-5.62.0.ebuild b/kde-frameworks/kplotting/kplotting-5.62.0.ebuild
new file mode 100644
index 0000000000..e415a62fda
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.62.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_DESIGNERPLUGIN="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"