summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-09 19:09:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-09 19:47:17 +0100
commit2d191df87083c3e17db0ce6e815f93883be4172c (patch)
tree609994abfb68e69f566162d204dc062c4f851434 /kde-frameworks/kplotting
parentmedia-libs/gegl: 0.2 with ffmpeg 4 (diff)
downloadgentoo-2d191df87083c3e17db0ce6e815f93883be4172c.tar.gz
gentoo-2d191df87083c3e17db0ce6e815f93883be4172c.tar.bz2
gentoo-2d191df87083c3e17db0ce6e815f93883be4172c.zip
kde-frameworks: Add KDE Frameworks 5.56.0
Package-Manager: Portage-2.3.62, Repoman-2.3.12 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.56.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 6d60cb1be4f3..40d21c91f402 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.54.0.tar.xz 29752 BLAKE2B 3ad2fffcec0f878f1fa24810d9a3794f09cf53faf893dd4b9fa2aee01f1308fcf8b788eeb23f00dd04aa49a2bc962df60836e6003bd2f36580530bcfbc0ff7a8 SHA512 85cec93bd25a673bcaed993c9130529c1f16e726b3c40f84395f1c2e4810b85503dc3f015ef5cdc1289b793cc19abd956d54a61c2f8e1626ab73b9112107b61d
DIST kplotting-5.55.0.tar.xz 29736 BLAKE2B 8b64ce9a2b22249726f949b7fedbddf65397c05813b236c7503c6b311c8d21f524e6fe58b465c6d946791e6a1cd929abba7a602eaaaa709018b7153f85ac9ae6 SHA512 4e7dcec142a3cf5855a8e14246f8878b077a819b5cb73407da3534a97a11336b902d6185dba256fe2df834e5aec686dedc7a3ce6a64ed6a73a75bd370954822a
+DIST kplotting-5.56.0.tar.xz 29776 BLAKE2B 19422b442e78f7da414f21a256c36f2f44c133187553f7357d7172f7ef8df2b042931398838621f639228e5e34e9c10f7400e87e02202560fddc7938001ceb49 SHA512 1e369cfe643c2943dfd672df46d7a2c813dfe7213ca2536206f36f379fcc25f9da1b5f6e8524f140ca383faf203b610ad4a3dc8257bb21dedd3416be300c14fa
diff --git a/kde-frameworks/kplotting/kplotting-5.56.0.ebuild b/kde-frameworks/kplotting/kplotting-5.56.0.ebuild
new file mode 100644
index 000000000000..898844d21f48
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.56.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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}"