diff options
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-4.10.5.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index 61307759e630..32f0212027c3 100644 --- a/kde-base/kmplot/ChangeLog +++ b/kde-base/kmplot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmplot # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.263 2013/07/02 09:30:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.264 2013/07/02 16:47:53 johu Exp $ + +*kmplot-4.10.5 (02 Jul 2013) + + 02 Jul 2013; Johannes Huber <johu@gentoo.org> +kmplot-4.10.5.ebuild: + Version bump KDE SC 4.10.5 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> -kmplot-4.10.3.ebuild: Remove old diff --git a/kde-base/kmplot/kmplot-4.10.5.ebuild b/kde-base/kmplot/kmplot-4.10.5.ebuild new file mode 100644 index 000000000000..f35e1511ebb9 --- /dev/null +++ b/kde-base/kmplot/kmplot-4.10.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-4.10.5.ebuild,v 1.1 2013/07/02 16:47:53 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Mathematical function plotter for KDE" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep knotify) +" |