diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 21:02:18 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 21:02:18 +0000 |
commit | b8a4e99c530cd61fc332a4e47cee8601a6b1c128 (patch) | |
tree | 9f0c5a32f57c31552b1c237391dabb625aa82b01 /kde-base/kmplot | |
parent | Version bump KDE 4.4.3 (diff) | |
download | gentoo-2-b8a4e99c530cd61fc332a4e47cee8601a6b1c128.tar.gz gentoo-2-b8a4e99c530cd61fc332a4e47cee8601a6b1c128.tar.bz2 gentoo-2-b8a4e99c530cd61fc332a4e47cee8601a6b1c128.zip |
Version bump KDE 4.4.3
(Portage version: 2.2_rc67/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.3.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index 96ae3b06e38c..eb9ca92d1af3 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.149 2010/03/31 22:51:05 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.150 2010/05/03 21:02:18 alexxy Exp $ + +*kmplot-4.4.3 (03 May 2010) + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> +kmplot-4.4.3.ebuild: + Version bump 31 Mar 2010; Dror Levin <spatz@gentoo.org> -kmplot-4.3.4.ebuild, -kmplot-4.4.0.ebuild: diff --git a/kde-base/kmplot/kmplot-4.4.3.ebuild b/kde-base/kmplot/kmplot-4.4.3.ebuild new file mode 100644 index 000000000000..b600be49291a --- /dev/null +++ b/kde-base/kmplot/kmplot-4.4.3.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.3.ebuild,v 1.1 2010/05/03 21:02:18 alexxy Exp $ + +EAPI="3" + +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) +" |