summaryrefslogtreecommitdiff
path: root/kde-base/kmplot
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r--kde-base/kmplot/Manifest1
-rw-r--r--kde-base/kmplot/kmplot-4.14.1.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/kde-base/kmplot/Manifest b/kde-base/kmplot/Manifest
new file mode 100644
index 00000000000..76e7f1952c6
--- /dev/null
+++ b/kde-base/kmplot/Manifest
@@ -0,0 +1 @@
+DIST kmplot-4.14.1.tar.xz 659992 SHA256 262b433985a5599cf79b401a61eed05c73d75b7900c66ab3ad4b7d52036d20ea SHA512 3690dd33a0cf30ee866ad36f2eaf13e5bde0ba8e14ae3f63ec24c95ea63bbcd36074ce22339194e9df783756ed9978d537cb1b298198a36486b7a327d4f3b445 WHIRLPOOL 37b90476beb156fae9eb725b2e59db46c91cbffc03e50607df1d26a425bbf876821985bd86ef9cf3c040f0a1a0a1140680caa14ac2612275ce06c036901b2d65
diff --git a/kde-base/kmplot/kmplot-4.14.1.ebuild b/kde-base/kmplot/kmplot-4.14.1.ebuild
new file mode 100644
index 00000000000..2787fa284d2
--- /dev/null
+++ b/kde-base/kmplot/kmplot-4.14.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="Mathematical function plotter for KDE"
+HOMEPAGE="http://www.kde.org/applications/education/kmplot http://edu.kde.org/kmplot"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND="
+ $(add_kdebase_dep knotify)
+"