summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r--kde-base/kmplot/ChangeLog7
-rw-r--r--kde-base/kmplot/kmplot-4.2.4.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog
index 9aea1d9404ea..976bdbbf7917 100644
--- a/kde-base/kmplot/ChangeLog
+++ b/kde-base/kmplot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kmplot
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.115 2009/06/03 16:34:57 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.116 2009/06/04 12:56:26 alexxy Exp $
+
+*kmplot-4.2.4 (04 Jun 2009)
+
+ 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +kmplot-4.2.4.ebuild:
+ Version bump
03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kmplot-4.2.2.ebuild:
Drop KDE 4.2.2
diff --git a/kde-base/kmplot/kmplot-4.2.4.ebuild b/kde-base/kmplot/kmplot-4.2.4.ebuild
new file mode 100644
index 000000000000..ec2839acf9c2
--- /dev/null
+++ b/kde-base/kmplot/kmplot-4.2.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-4.2.4.ebuild,v 1.1 2009/06/04 12:56:26 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdeedu"
+inherit kde4-meta
+
+DESCRIPTION="Mathematical function plotter for KDE"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug +handbook"
+
+RDEPEND="
+ >=kde-base/knotify-${PV}:${SLOT}[kdeprefix=]
+"