diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-06-12 20:49:22 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-06-12 20:49:22 +0200 |
commit | 40be27c1a70a5a91aed40b9ba72ffada8f181455 (patch) | |
tree | 8ebe11f07b05fabc128a918faf00bd0a2e2ab403 /kde-frameworks/kplotting | |
parent | xfce-base/garcon: Add missing desc for gtk2 flag (diff) | |
download | gentoo-40be27c1a70a5a91aed40b9ba72ffada8f181455.tar.gz gentoo-40be27c1a70a5a91aed40b9ba72ffada8f181455.tar.bz2 gentoo-40be27c1a70a5a91aed40b9ba72ffada8f181455.zip |
kde-frameworks: Add KDE Frameworks 5.35.0
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.35.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index b6b73c98b56e..0c02add8d075 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1 +1,2 @@ DIST kplotting-5.34.0.tar.xz 29564 SHA256 501f13c16718907c9b852d24a55605fe6e51e6b7cf514e04a81e8980c04adeb9 SHA512 ff739016945d02eaae957a9e98a359e9883803bb93c1362b9aa6f468a154c4db4dfe0410a5fb0e9913fc5080ff82429920421702c5c4c5a70d10cf4b42de888f WHIRLPOOL 341b4f657f385db0f2e805ae467790c180f4a15fba33bcde353c9a7e292d6d0b8c62c0b3ef346780bbb5a3e714e388e1d59a8f7416c4affcd395a30785f43c28 +DIST kplotting-5.35.0.tar.xz 29356 SHA256 bcfe144508e83a152f974ce85c64f3e375b9a0917cb01c2c0f7b2ffacfbcf671 SHA512 56263048189264004c6d06f68165e8d92196c30056a4f0c1052bd4cbcb67e17c6f4965d8b8f1e0ac6b1ec4b91d2195284887464b1bb1f0d24162e80cbd7ab1ee WHIRLPOOL f842c2b1aae34bb4a7f9a6cd33796e532557cc4e7a0d0893134e5a72d725a33c1297180ffd7c34a7ca3b6d9c8cf8664eadd56171ef09ae90ec2e76df3e0c0f5e diff --git a/kde-frameworks/kplotting/kplotting-5.35.0.ebuild b/kde-frameworks/kplotting/kplotting-5.35.0.ebuild new file mode 100644 index 000000000000..08ede137d44f --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.35.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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 ~x86" +IUSE="" + +RDEPEND=" + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +DEPEND="${RDEPEND}" |