summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-09-15 04:04:32 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-09-15 04:12:16 +1000
commit1f9700ed2ec8463a6b7d80a06f83c7b50c973b54 (patch)
tree4a5042f5e2915e29ee83096ce0306f8e0e8208ee /kde-frameworks/kplotting
parentdev-python/simplecv: remove unused patch (diff)
downloadgentoo-1f9700ed2ec8463a6b7d80a06f83c7b50c973b54.tar.gz
gentoo-1f9700ed2ec8463a6b7d80a06f83c7b50c973b54.tar.bz2
gentoo-1f9700ed2ec8463a6b7d80a06f83c7b50c973b54.zip
kde-frameworks: version bump 5.26.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.26.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index fcd1a0abe7a5..37b74e723b23 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.23.0.tar.xz 29520 SHA256 46b0d39298e6877c09c766e3a70f72a7aa6994c621674d630c5a35a656b622ec SHA512 85d402f801031db59a6477d44563830be5f0095e9f12c9fcb9afae643e44862a5b1353aa8b0fc39a792c0ac1aeb8e23de3271df66aa5b2763a63fe3b96aa52ce WHIRLPOOL 4e0756f159406a98c1fed098190d9f927183f16835ff034adac04548ef15d311553513f62e0cbb671dbd46612887607a6c5be83135605a1bd55257cccc9ab768
DIST kplotting-5.25.0.tar.xz 29540 SHA256 4a960a0bbeb364702dfecd4cff61c4082bc7a04736ed76d4deef821f7b246676 SHA512 b0a6cd585cd1fed67eb8058f285c54213714dc2be4cd30bf1c03dd53b657f9c23e69fd7f89978365cf5cc1cb2ed8571ec796bbf009e0ed033592b95359da18e4 WHIRLPOOL 24258217e3278292b3d0653b2aa0c95aeb9e0eed4ddb6cbb5046c4d0c0383dd2869a663930bf454a0804715be6b8700e5bda36a20e6183dfd0b022fe98641279
+DIST kplotting-5.26.0.tar.xz 29540 SHA256 240d6d636c36b150e9494c153e8c3ec8cb6e86717c732eccb0d5105bd62ac9b8 SHA512 69529603662c8dcd48ed1c34a106ccfc074abb2ea5bf100fb26373ac406ae2c06c6b366212fe5c021ac7e207fd2131a3190b9f4701221fb4b7f5a8a883e565f8 WHIRLPOOL 86fbd93d5d2bf09cd5707f78c67502017b3681c7d0c08ed45f3c1fe27c793e8c8316e28a3774f4a5e8f04acafebf3f1be5da5634610073e107ee3cdda90e79d9
diff --git a/kde-frameworks/kplotting/kplotting-5.26.0.ebuild b/kde-frameworks/kplotting/kplotting-5.26.0.ebuild
new file mode 100644
index 000000000000..412593fb4484
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.26.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}"