diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:22:17 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:22:17 +0000 |
commit | b98fd27f3507cd65269676486f337b904dd8573b (patch) | |
tree | 15682ec5397625fa3ac4c90a2da287ffcf2a3f13 /kde-base/kmplot | |
parent | [kde-base/ksmserver] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-b98fd27f3507cd65269676486f337b904dd8573b.tar.gz historical-b98fd27f3507cd65269676486f337b904dd8573b.tar.bz2 historical-b98fd27f3507cd65269676486f337b904dd8573b.zip |
[kde-base/kmplot] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-4.4.0.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index a748ef3f5c3c..54de406d9ddf 100644 --- a/kde-base/kmplot/ChangeLog +++ b/kde-base/kmplot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmplot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.143 2010/01/25 16:21:39 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.144 2010/02/09 00:22:16 alexxy Exp $ + +*kmplot-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kmplot-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kmplot-4.3.5 (25 Jan 2010) diff --git a/kde-base/kmplot/kmplot-4.4.0.ebuild b/kde-base/kmplot/kmplot-4.4.0.ebuild new file mode 100644 index 000000000000..4c120c980974 --- /dev/null +++ b/kde-base/kmplot/kmplot-4.4.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-4.4.0.ebuild,v 1.1 2010/02/09 00:22:16 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="Mathematical function plotter for KDE" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +RDEPEND=" + $(add_kdebase_dep knotify) +" |