diff options
author | 2008-04-03 21:17:16 +0000 | |
---|---|---|
committer | 2008-04-03 21:17:16 +0000 | |
commit | 504d72678af0567d21ccc41ba0931976e38941d9 (patch) | |
tree | f38a0aff8e2c8e5c8ba6a4226db5b17e3e9921b6 /kde-base/kmplot | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-504d72678af0567d21ccc41ba0931976e38941d9.tar.gz gentoo-2-504d72678af0567d21ccc41ba0931976e38941d9.tar.bz2 gentoo-2-504d72678af0567d21ccc41ba0931976e38941d9.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-4.0.3.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index 018155fcc429..4060e442745f 100644 --- a/kde-base/kmplot/ChangeLog +++ b/kde-base/kmplot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kmplot # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.85 2008/03/20 17:20:10 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.86 2008/04/03 21:17:16 philantrop Exp $ + +*kmplot-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> +kmplot-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kmplot-4.0.1.ebuild: Old. diff --git a/kde-base/kmplot/kmplot-4.0.3.ebuild b/kde-base/kmplot/kmplot-4.0.3.ebuild new file mode 100644 index 000000000000..d36afe2e49ed --- /dev/null +++ b/kde-base/kmplot/kmplot-4.0.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-4.0.3.ebuild,v 1.1 2008/04/03 21:17:16 philantrop Exp $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="Mathematical function plotter for KDE" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" |