diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 22:02:34 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 22:02:34 +0000 |
commit | 05e246a17cc4c0cb90eebb879c40e5764f52e960 (patch) | |
tree | 1879724ec0051322458e5dd7ac15881e0d35f712 /kde-base/kmplot | |
parent | Added the KDE 4.0.5 version of kmouth. (diff) | |
download | historical-05e246a17cc4c0cb90eebb879c40e5764f52e960.tar.gz historical-05e246a17cc4c0cb90eebb879c40e5764f52e960.tar.bz2 historical-05e246a17cc4c0cb90eebb879c40e5764f52e960.zip |
Added the KDE 4.0.5 version of kmplot.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-4.0.5.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index c765acff39c5..88ad9a360f40 100644 --- a/kde-base/kmplot/ChangeLog +++ b/kde-base/kmplot/ChangeLog @@ -1,6 +1,11 @@ # 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.92 2008/05/18 17:05:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.93 2008/06/05 22:02:34 keytoaster Exp $ + +*kmplot-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> +kmplot-4.0.5.ebuild: + Added the KDE 4.0.5 version of kmplot. 18 May 2008; Markus Meier <maekke@gentoo.org> kmplot-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/kmplot/kmplot-4.0.5.ebuild b/kde-base/kmplot/kmplot-4.0.5.ebuild new file mode 100644 index 000000000000..f255f9c02589 --- /dev/null +++ b/kde-base/kmplot/kmplot-4.0.5.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.5.ebuild,v 1.1 2008/06/05 22:02:34 keytoaster 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}" |