diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 23:59:48 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 23:59:48 +0000 |
commit | a439db0c60293e333452279ba5fc1c7565eb9919 (patch) | |
tree | 8415aaac5aac0c32eecc3467e94faed2da8c578c /kde-base/kmplot | |
parent | Added KDE 4.0.4 version of kmouth. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | historical-a439db0c60293e333452279ba5fc1c7565eb9919.tar.gz historical-a439db0c60293e333452279ba5fc1c7565eb9919.tar.bz2 historical-a439db0c60293e333452279ba5fc1c7565eb9919.zip |
Added KDE 4.0.4 version of kmplot. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-4.0.4.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index 3e5e89834ed2..3ab0afa20a47 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.90 2008/05/15 06:13:36 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.91 2008/05/15 23:59:48 ingmar Exp $ + +*kmplot-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +kmplot-4.0.4.ebuild: + Added KDE 4.0.4 version of kmplot. Thanks to Jorge Manuel B. S. Vicetto. 15 May 2008; Markus Rothe <corsair@gentoo.org> kmplot-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/kmplot/kmplot-4.0.4.ebuild b/kde-base/kmplot/kmplot-4.0.4.ebuild new file mode 100644 index 000000000000..730a2b21c711 --- /dev/null +++ b/kde-base/kmplot/kmplot-4.0.4.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.4.ebuild,v 1.1 2008/05/15 23:59:48 ingmar 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}" |