diff options
Diffstat (limited to 'kde-frameworks/kplotting')
| -rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kplotting/kplotting-5.31.0.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest new file mode 100644 index 00000000000..c23dbb140a2 --- /dev/null +++ b/kde-frameworks/kplotting/Manifest @@ -0,0 +1 @@ +DIST kplotting-5.31.0.tar.xz 29568 SHA256 95191393291ff96e9d406ac91ab2d0902a3e67c2368222cfd9b0d31d600edb97 SHA512 94e9e820b5a1dcf1954fe59ca57f15289d84222542353f558ce2aad936fc73f8c966715b00aab3a20ff9788e36aa194dcb5a5e5e4df40c0165c41e3e0e01f74e WHIRLPOOL 22746bf1798b58d324159991415461b0e34acd202a4b644514cbdabc8163e77b10226cd22459e647c1cc403f110cf44cd443b48711d848bcef37a224ed3b8403 diff --git a/kde-frameworks/kplotting/kplotting-5.31.0.ebuild b/kde-frameworks/kplotting/kplotting-5.31.0.ebuild new file mode 100644 index 00000000000..0ff8730ac04 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.31.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 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}" |
