summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-06-17 04:06:31 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-06-17 04:06:31 +1000
commit3aeb2ab2e8ec5540dc6226edade0e41a9f873493 (patch)
tree2ef75eb4db388f368b2bc9e9164bc55106b1e57f /kde-frameworks/kplotting/kplotting-5.23.0.ebuild
parentkde5.eclass: >=Plasma-5.7 depends on >=Frameworks-5.23 (diff)
downloadgentoo-3aeb2ab2e8ec5540dc6226edade0e41a9f873493.tar.gz
gentoo-3aeb2ab2e8ec5540dc6226edade0e41a9f873493.tar.bz2
gentoo-3aeb2ab2e8ec5540dc6226edade0e41a9f873493.zip
kde-frameworks: version bump 5.23.0
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-frameworks/kplotting/kplotting-5.23.0.ebuild')
-rw-r--r--kde-frameworks/kplotting/kplotting-5.23.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/kplotting-5.23.0.ebuild b/kde-frameworks/kplotting/kplotting-5.23.0.ebuild
new file mode 100644
index 000000000000..412593fb4484
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.23.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+DEPEND="${RDEPEND}"