diff options
author | 2010-02-09 00:22:16 +0000 | |
---|---|---|
committer | 2010-02-09 00:22:16 +0000 | |
commit | ae44e3d0170cf25b68ec6fa62f32cd87696391d8 (patch) | |
tree | 8c1e37945b6017c64d1ef9ee6f7e9560a32db09d /kde-base/kmplot | |
parent | [kde-base/smoke] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-ae44e3d0170cf25b68ec6fa62f32cd87696391d8.tar.gz gentoo-2-ae44e3d0170cf25b68ec6fa62f32cd87696391d8.tar.bz2 gentoo-2-ae44e3d0170cf25b68ec6fa62f32cd87696391d8.zip |
[kde-base/kmplot] Version bump to KDE SC 4.4.0
(Portage version: 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) +" |