diff options
author | 2010-03-30 21:16:41 +0000 | |
---|---|---|
committer | 2010-03-30 21:16:41 +0000 | |
commit | 282c99c3e66eca934124f36776ead69988a15ea3 (patch) | |
tree | e259147d01d9eb5dbfba907bf1e308552498222d /kde-base/kmplot | |
parent | Version bump KDE 4.4.2 (diff) | |
download | gentoo-2-282c99c3e66eca934124f36776ead69988a15ea3.tar.gz gentoo-2-282c99c3e66eca934124f36776ead69988a15ea3.tar.bz2 gentoo-2-282c99c3e66eca934124f36776ead69988a15ea3.zip |
Version bump KDE 4.4.2
(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.2.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index 34605a4d8ff1..2bde9865caad 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.147 2010/03/11 18:37:00 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.148 2010/03/30 21:16:41 spatz Exp $ + +*kmplot-4.4.2 (30 Mar 2010) + + 30 Mar 2010; Dror Levin <spatz@gentoo.org> +kmplot-4.4.2.ebuild: + Version bump 11 Mar 2010; Brent Baude <ranger@gentoo.org> kmplot-4.3.5.ebuild: Marking kmplot-4.3.5 ppc stable for bug 300393 diff --git a/kde-base/kmplot/kmplot-4.4.2.ebuild b/kde-base/kmplot/kmplot-4.4.2.ebuild new file mode 100644 index 000000000000..8857b3e26b76 --- /dev/null +++ b/kde-base/kmplot/kmplot-4.4.2.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.2.ebuild,v 1.1 2010/03/30 21:16:41 spatz 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) +" |