diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-03-20 18:15:30 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-03-26 00:11:58 +1100 |
commit | b0db5d580b55bd526d8c5f47a48bc2cb0b641b1f (patch) | |
tree | 499e18b5c2706f317beb84a22b66d1a205c70567 /kde-apps/kmplot | |
parent | kde-apps/kblocks: Drop old (diff) | |
download | gentoo-b0db5d580b55bd526d8c5f47a48bc2cb0b641b1f.tar.gz gentoo-b0db5d580b55bd526d8c5f47a48bc2cb0b641b1f.tar.bz2 gentoo-b0db5d580b55bd526d8c5f47a48bc2cb0b641b1f.zip |
kde-apps: Move kdeedu-meta 15.12.3 from kde overlay
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps/kmplot')
-rw-r--r-- | kde-apps/kmplot/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmplot/kmplot-15.12.3.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest index 1422724cdfd0..7687ba951a25 100644 --- a/kde-apps/kmplot/Manifest +++ b/kde-apps/kmplot/Manifest @@ -1 +1,2 @@ +DIST kmplot-15.12.3.tar.xz 662868 SHA256 211f7be7e4537d162b2f36b67a26ea339813f2c5c208d314702ba20f5931bcf3 SHA512 837927cc0d8f35315ae1f9bb92d34e326197719941f0f602290a5f5439639ed9b64c18742c8a1869f1d4e31c2a860423cfa96748721aac29c48b1f429c41f597 WHIRLPOOL 396b793d2a845986fc30e70d27bb8e05b00c6a16b52bb0bab5490c77ec58e1d7a91df695ea33e2fbdd188fae3b1bfeab781952337457275648ecbd684ace04e4 DIST kmplot-4.14.3.tar.xz 659892 SHA256 06ad930e91e8458d62817ee8295d1deb81a8096452e6826e8bce35abe08b52f5 SHA512 eb23f4c1766602582680ba3f7dce57af7a00975db92961b2f0e7a07dc07c5b8d7e2a61825d951d50c5f6aaa21e1d0c1d7e3175263737b9f247191b05e4e301a9 WHIRLPOOL b9f6097f15a8210b0a6a579f6c565e21b3d2f8c02d134d8e4a655cf56afd0b425de73966617bd5dfc771727381002bb5b89004a87a5d054ca3233abefefc04c4 diff --git a/kde-apps/kmplot/kmplot-15.12.3.ebuild b/kde-apps/kmplot/kmplot-15.12.3.ebuild new file mode 100644 index 000000000000..b0566b044e66 --- /dev/null +++ b/kde-apps/kmplot/kmplot-15.12.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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 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}" |