summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-08-12 23:43:45 +1000
committerMichael Palimaka <kensington@gentoo.org>2015-08-12 23:45:30 +1000
commita9defc7f348c2dcb71591311e3b74e00e1f5014b (patch)
treeeee9ed6a276b5d1711e681571d186010b661bc86 /kde-frameworks/kplotting/kplotting-5.13.0.ebuild
parentprofiles: mask kde-frameworks/kauth[policykit] on x86 due to unkeyworded depe... (diff)
downloadgentoo-a9defc7f348c2dcb71591311e3b74e00e1f5014b.tar.gz
gentoo-a9defc7f348c2dcb71591311e3b74e00e1f5014b.tar.bz2
gentoo-a9defc7f348c2dcb71591311e3b74e00e1f5014b.zip
kde-frameworks: add 5.13.0
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-frameworks/kplotting/kplotting-5.13.0.ebuild')
-rw-r--r--kde-frameworks/kplotting/kplotting-5.13.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/kplotting-5.13.0.ebuild b/kde-frameworks/kplotting/kplotting-5.13.0.ebuild
new file mode 100644
index 000000000000..ad4b313c9586
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.13.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}"