diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-09-15 21:33:27 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-09-15 21:38:26 +1000 |
commit | 5bc2531e9317b8679cc9e1ae68ee5883518bb613 (patch) | |
tree | 29fde51ed18962fcd1f1c5cf98f58ba728bc67f7 /kde-apps/kmplot | |
parent | profiles: mask >=kde-apps/minuet-16.08.0 as it requires masked Qt 5.7 (diff) | |
download | gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.tar.gz gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.tar.bz2 gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.zip |
kde-apps: version bump 16.08.1
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps/kmplot')
-rw-r--r-- | kde-apps/kmplot/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmplot/kmplot-16.08.1.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest index a463a17a0999..c91874fe5cbd 100644 --- a/kde-apps/kmplot/Manifest +++ b/kde-apps/kmplot/Manifest @@ -1 +1,2 @@ DIST kmplot-16.04.3.tar.xz 662936 SHA256 df55f306d8890de9909d873b16b2b82ce1500c81cc50eaba06d48d8c2be5ca5e SHA512 dc68b5f0a1ff948c0d06dae21475801ee618b393b71e9f4f10bbd727f2b5c6a69184c67e0b780f128ee4143402fe1d98ee2ef3667cacf17042b755c6d5166b44 WHIRLPOOL 0e1a09a4ef68fcab599ad22a396c0ff07474694cbdccd6d2230a4ee77bd7439b9747ef5cea2a4590da2eee2c318a56c5112bddc9e5b24c57e0cc30a4c9330932 +DIST kmplot-16.08.1.tar.xz 571552 SHA256 0a97be4070dc8d726344b55d9799c6687f7bf407be9c9a68d4058db942d43819 SHA512 8224c49f69fbc3082842ea471e1a55ee07845449c503385899d167b39f928ce3892427a11ebe86418d1519bda14585ac9fb593fe48c7ba97438ced930c00b499 WHIRLPOOL a2d1e7c1e8da037b449164650397f10ad1025d477bceca5bc336af377e6798f7dbb1a5e66440ffcee17a05c2fae4c146a35604e054a66b206b4f43a747581b97 diff --git a/kde-apps/kmplot/kmplot-16.08.1.ebuild b/kde-apps/kmplot/kmplot-16.08.1.ebuild new file mode 100644 index 000000000000..4ad71978e815 --- /dev/null +++ b/kde-apps/kmplot/kmplot-16.08.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Mathematical function plotter" +HOMEPAGE="https://www.kde.org/applications/education/kmplot https://edu.kde.org/kmplot" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" |