diff options
author | 2007-10-19 23:10:18 +0000 | |
---|---|---|
committer | 2007-10-19 23:10:18 +0000 | |
commit | c4e354558999550d92e7328b5c54f7d6b28b1656 (patch) | |
tree | f78767d7714d069066078c976dbdfefc72a144e3 /kde-base/kmplot | |
parent | Bump to KDE 3.5.8. (diff) | |
download | gentoo-2-c4e354558999550d92e7328b5c54f7d6b28b1656.tar.gz gentoo-2-c4e354558999550d92e7328b5c54f7d6b28b1656.tar.bz2 gentoo-2-c4e354558999550d92e7328b5c54f7d6b28b1656.zip |
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmplot/files/digest-kmplot-3.5.8 | 3 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-3.5.8.ebuild | 12 |
3 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index 00ef4a284463..bc6ac3f0da64 100644 --- a/kde-base/kmplot/ChangeLog +++ b/kde-base/kmplot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmplot # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.70 2007/08/11 16:17:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.71 2007/10/19 23:10:17 philantrop Exp $ + +*kmplot-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> +kmplot-3.5.8.ebuild: + Bump to KDE 3.5.8. 11 Aug 2007; Raúl Porcel <armin76@gentoo.org> kmplot-3.5.7.ebuild: x86 stable wrt #185823 diff --git a/kde-base/kmplot/files/digest-kmplot-3.5.8 b/kde-base/kmplot/files/digest-kmplot-3.5.8 new file mode 100644 index 000000000000..08701360db9b --- /dev/null +++ b/kde-base/kmplot/files/digest-kmplot-3.5.8 @@ -0,0 +1,3 @@ +MD5 aaae4c6fe82c806eb20942178cadad9e kdeedu-3.5.8.tar.bz2 30158456 +RMD160 e15dc74c572da3035b3daceb66c75b14d6e14818 kdeedu-3.5.8.tar.bz2 30158456 +SHA256 dddd4bef001ece864afe9502fe82c460dcf6329b9522ae0a4a2d0b94b5648b9b kdeedu-3.5.8.tar.bz2 30158456 diff --git a/kde-base/kmplot/kmplot-3.5.8.ebuild b/kde-base/kmplot/kmplot-3.5.8.ebuild new file mode 100644 index 000000000000..a93b25f93af2 --- /dev/null +++ b/kde-base/kmplot/kmplot-3.5.8.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-3.5.8.ebuild,v 1.1 2007/10/19 23:10:17 philantrop Exp $ +KMNAME=kdeedu +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="Mathematical function plotter for KDE" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND="" |