summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-07-09 13:26:07 +0200
committerJohannes Huber <johu@gentoo.org>2016-07-09 13:26:18 +0200
commit1efcf4a75fe009c2eac7b89c42e2b4b4b162834a (patch)
treea9d6dc56e66a8df4621208a6176b8ce8fd6f2b8a /kde-frameworks/kplotting
parentgnome-extra/cinnamon: Rebuilding with NM subslot bump will be needed when it'... (diff)
downloadgentoo-1efcf4a75fe009c2eac7b89c42e2b4b4b162834a.tar.gz
gentoo-1efcf4a75fe009c2eac7b89c42e2b4b4b162834a.tar.bz2
gentoo-1efcf4a75fe009c2eac7b89c42e2b4b4b162834a.zip
kde-frameworks: Version bump KDE Frameworks 5.24.0
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.24.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index c34ee207ae9d..4f2d5ce51d11 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.21.0.tar.xz 29508 SHA256 1312bd70a8dda09801887c0f5adaa3013f0ba2eb1960bf39f1a463f370d837c3 SHA512 1b7837f4914f483fafde86a8feaf665b04f8ee1d4fd7fab268611a304c12f368b2afe0d2c2df1b54489d839e4d49fc2a545c81709457844658515d925ee9d743 WHIRLPOOL e9b5811fca566685d6f8825507a22b26c3ea6b8766b200985b8bcbe8027108db8697977320e55d8ac250f88f167d99828018aa3b675e53756d03b506903aa594
DIST kplotting-5.23.0.tar.xz 29520 SHA256 46b0d39298e6877c09c766e3a70f72a7aa6994c621674d630c5a35a656b622ec SHA512 85d402f801031db59a6477d44563830be5f0095e9f12c9fcb9afae643e44862a5b1353aa8b0fc39a792c0ac1aeb8e23de3271df66aa5b2763a63fe3b96aa52ce WHIRLPOOL 4e0756f159406a98c1fed098190d9f927183f16835ff034adac04548ef15d311553513f62e0cbb671dbd46612887607a6c5be83135605a1bd55257cccc9ab768
+DIST kplotting-5.24.0.tar.xz 29556 SHA256 42f9f3e22c23effe53ebaf4fa73febcb8e7942a8c3dfc39ad165113813befe3e SHA512 fc3e45b7b692c5266b6a4de97372ceccf4dc6a47e097330f13495767498d738594e825638641fb58a2d5d86406929eaa6cea7c5e6adc3b62b1d25beb040e432e WHIRLPOOL ab9e99f620155b38ccdcd571dfacafa607b0dc2c9a65453fdd89eab921fc8cd55c88d7220105523f4f4350105c895c5ee77530b370974275cd8b99f0b910ef3e
diff --git a/kde-frameworks/kplotting/kplotting-5.24.0.ebuild b/kde-frameworks/kplotting/kplotting-5.24.0.ebuild
new file mode 100644
index 000000000000..412593fb4484
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.24.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}"