summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-27 17:28:46 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-27 17:28:46 +0000
commit41696926e8f619e72f8266409aa7ade81c7e44fc (patch)
tree7b3e7182b65d1f3235c68f3dcbeec09b417accbe /kde-base/kmplot
parentBump shiny new KDE 4.2.0 (diff)
downloadgentoo-2-41696926e8f619e72f8266409aa7ade81c7e44fc.tar.gz
gentoo-2-41696926e8f619e72f8266409aa7ade81c7e44fc.tar.bz2
gentoo-2-41696926e8f619e72f8266409aa7ade81c7e44fc.zip
Bump shiny new KDE 4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r--kde-base/kmplot/ChangeLog7
-rw-r--r--kde-base/kmplot/kmplot-4.2.0.ebuild14
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog
index 09ed02101d98..0c8867df0402 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.101 2009/01/14 15:11:58 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.102 2009/01/27 17:28:46 alexxy Exp $
+
+*kmplot-4.2.0 (27 Jan 2009)
+
+ 27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kmplot-4.2.0.ebuild:
+ Bump KDE-4.2.0
14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -kmplot-4.1.2.ebuild,
-kmplot-4.1.3.ebuild:
diff --git a/kde-base/kmplot/kmplot-4.2.0.ebuild b/kde-base/kmplot/kmplot-4.2.0.ebuild
new file mode 100644
index 000000000000..6633410adad2
--- /dev/null
+++ b/kde-base/kmplot/kmplot-4.2.0.ebuild
@@ -0,0 +1,14 @@
+# 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.0.ebuild,v 1.1 2009/01/27 17:28:46 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdeedu"
+inherit kde4-meta
+
+DESCRIPTION="Mathematical function plotter for KDE"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug htmlhandbook"
+
+RDEPEND=">=kde-base/knotify-${PV}:${SLOT}"