summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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}"