summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-11-17 06:03:26 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-11-17 06:03:53 +1100
commitd185c5cb325c0f23795538e1c25ae639c8e69040 (patch)
treefce2ac2182bbdc2fd982850cd177e801efe9bc14 /kde-frameworks/kplotting
parentkde-apps/kdeadmin-meta: Drop obsolete comment (diff)
downloadgentoo-d185c5cb325c0f23795538e1c25ae639c8e69040.tar.gz
gentoo-d185c5cb325c0f23795538e1c25ae639c8e69040.tar.bz2
gentoo-d185c5cb325c0f23795538e1c25ae639c8e69040.zip
kde-frameworks: version bump 5.28.0
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.28.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 7413acc072c1..93577065abba 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.26.0.tar.xz 29540 SHA256 240d6d636c36b150e9494c153e8c3ec8cb6e86717c732eccb0d5105bd62ac9b8 SHA512 69529603662c8dcd48ed1c34a106ccfc074abb2ea5bf100fb26373ac406ae2c06c6b366212fe5c021ac7e207fd2131a3190b9f4701221fb4b7f5a8a883e565f8 WHIRLPOOL 86fbd93d5d2bf09cd5707f78c67502017b3681c7d0c08ed45f3c1fe27c793e8c8316e28a3774f4a5e8f04acafebf3f1be5da5634610073e107ee3cdda90e79d9
DIST kplotting-5.27.0.tar.xz 29536 SHA256 def6eced379ad85e7a879dbc2c55d551f28465c71e7bea572ac3779f1ec2e9e2 SHA512 d6c48ab56cef9a3101dd4557f631a3070669603341d447d3079c647abeaad7d15abe124c8f4a20d9c2eba7b254892208fac19f69e27e2924a6d198d834bd4499 WHIRLPOOL 44308292b87eaa5d8918a1b945b53ba11edc155aff64ae035227e545449e2961a37ae8a6d0192d9454e3ea145e044c71e1e5982b0a585771eb898a889e6294ae
+DIST kplotting-5.28.0.tar.xz 29556 SHA256 623d2818446f1af4fc5fcd90fa28040f5fa79050138c27c7b72e433c80ecbcee SHA512 b0d7b8c69163be0dd31e0044c493ce88bb76d980966d9563a8b8b3fb1fda2c312cfad8b97c1e3b820878860cd6c738c4968c8457dff717e5b1d635d485eea324 WHIRLPOOL 9a841155c7ed200dc6a5f26fad20db5e8a6f6aeaed751ba4930f7c0e44909b1beafd686359b1c4a4f13586e3dc26dfdc143347cf0bc81884e7992b145a61bc69
diff --git a/kde-frameworks/kplotting/kplotting-5.28.0.ebuild b/kde-frameworks/kplotting/kplotting-5.28.0.ebuild
new file mode 100644
index 000000000000..412593fb4484
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.28.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}"