summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-04-10 13:33:13 +0200
committerJohannes Huber <johu@gentoo.org>2016-04-10 13:33:13 +0200
commit0fdba172a462e9a22ad68966522b22c40bd82e72 (patch)
tree4402eef6cd229446590094104ea5a73e79dff5a3 /kde-frameworks/kplotting
parentmedia-gfx/symboleditor: EAPI 6 (diff)
downloadgentoo-0fdba172a462e9a22ad68966522b22c40bd82e72.tar.gz
gentoo-0fdba172a462e9a22ad68966522b22c40bd82e72.tar.bz2
gentoo-0fdba172a462e9a22ad68966522b22c40bd82e72.zip
kde-frameworks: Version bump KDE Frameworks 5.21.0
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.21.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index e29b2a7c4ae5..0070076a97d7 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.18.0.tar.xz 29488 SHA256 8c15aeb060130fb04f5c11d28085ed7bb04fcd85d7aa8da0cb2e99dd5eea38ca SHA512 920ddca57903545edc895ed58455ac8dada55f5dee5846ae67d65d360b7032be28a7b63c249ffef3594f486ea414fd1e1dd3f29da567c235af3d337067874f41 WHIRLPOOL 2e8e1dcfde463c189382c482afa76e82073ce99e7a3573af2933dc208f13cfa83805985bbdec2afe0700720949cfcd60a321e390a9562dfdd2650ea5dc9c8547
DIST kplotting-5.20.0.tar.xz 29504 SHA256 0c7ad5b86f5a8e061c941506b30f94fbaf59ea58e8c6bb52007cc538e1726e1e SHA512 08e4ae236d41b9c01356ebfc6405342bc8084001fe36a5a5b3c09d656c4bb1792e5f214c0e36751e516d29009d355e9a15346af1518559b6edd4aded1ffcf973 WHIRLPOOL 22d8cd07fa7be9e10a95e9c727971be2419f144607103f7320256e2b358af7d01cf0e88395f4032827d55338fe380f062aded3c1bd2586e660aa720d6ba42001
+DIST kplotting-5.21.0.tar.xz 29508 SHA256 1312bd70a8dda09801887c0f5adaa3013f0ba2eb1960bf39f1a463f370d837c3 SHA512 1b7837f4914f483fafde86a8feaf665b04f8ee1d4fd7fab268611a304c12f368b2afe0d2c2df1b54489d839e4d49fc2a545c81709457844658515d925ee9d743 WHIRLPOOL e9b5811fca566685d6f8825507a22b26c3ea6b8766b200985b8bcbe8027108db8697977320e55d8ac250f88f167d99828018aa3b675e53756d03b506903aa594
diff --git a/kde-frameworks/kplotting/kplotting-5.21.0.ebuild b/kde-frameworks/kplotting/kplotting-5.21.0.ebuild
new file mode 100644
index 000000000000..412593fb4484
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.21.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}"