diff options
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-4.6.4.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index a86187f60573..f0a399679fa6 100644 --- a/kde-base/kmplot/ChangeLog +++ b/kde-base/kmplot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmplot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.176 2011/06/10 11:50:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.177 2011/06/10 17:59:45 dilfridge Exp $ + +*kmplot-4.6.4 (10 Jun 2011) + + 10 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> +kmplot-4.6.4.ebuild: + Version bump 10 Jun 2011; Markos Chandras <hwoarang@gentoo.org> kmplot-4.6.3.ebuild: Stable on amd64 wrt bug #369979 diff --git a/kde-base/kmplot/kmplot-4.6.4.ebuild b/kde-base/kmplot/kmplot-4.6.4.ebuild new file mode 100644 index 000000000000..71b4e26731c2 --- /dev/null +++ b/kde-base/kmplot/kmplot-4.6.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-4.6.4.ebuild,v 1.1 2011/06/10 17:59:45 dilfridge Exp $ + +EAPI=4 + +KDE_HANDBOOK="optional" +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="Mathematical function plotter for KDE" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep knotify) +" |