From 9f729a3ed257b5878ea19a9bae536e90546dde9d Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 12 Jan 2019 10:24:51 +0100 Subject: kde-frameworks: Add KDE Frameworks 5.54.0 Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- kde-frameworks/kplotting/kplotting-5.54.0.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 kde-frameworks/kplotting/kplotting-5.54.0.ebuild (limited to 'kde-frameworks/kplotting/kplotting-5.54.0.ebuild') diff --git a/kde-frameworks/kplotting/kplotting-5.54.0.ebuild b/kde-frameworks/kplotting/kplotting-5.54.0.ebuild new file mode 100644 index 000000000000..a1018d72bb21 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.54.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing easy data-plotting functions" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +RDEPEND=" + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad