diff options
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.5 | 3 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-3.5.5.ebuild | 13 |
3 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index a5a32e0ad154..f711d9ebd1b3 100644 --- a/kde-base/kmplot/ChangeLog +++ b/kde-base/kmplot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmplot # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.51 2006/09/17 22:52:57 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.52 2006/10/03 11:16:02 flameeyes Exp $ + +*kmplot-3.5.5 (03 Oct 2006) + + 03 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> +kmplot-3.5.5.ebuild: + Bump to 3.5.5 (pre-release). 17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -kmplot-3.4.3.ebuild: Drop KDE 3.4. diff --git a/kde-base/kmplot/files/digest-kmplot-3.5.5 b/kde-base/kmplot/files/digest-kmplot-3.5.5 new file mode 100644 index 000000000000..658bfb5bc18e --- /dev/null +++ b/kde-base/kmplot/files/digest-kmplot-3.5.5 @@ -0,0 +1,3 @@ +MD5 1659863d74a510bee412d0cb404b4542 kdeedu-3.5.5.tar.bz2 30016358 +RMD160 f431bd83c17a483e9cacbbfdc19bee4bcc692e49 kdeedu-3.5.5.tar.bz2 30016358 +SHA256 f02dba5ed31d58e34c21c33989c70ce6cb185a8bebd407237175a144b3d89891 kdeedu-3.5.5.tar.bz2 30016358 diff --git a/kde-base/kmplot/kmplot-3.5.5.ebuild b/kde-base/kmplot/kmplot-3.5.5.ebuild new file mode 100644 index 000000000000..7e0239b67275 --- /dev/null +++ b/kde-base/kmplot/kmplot-3.5.5.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-3.5.5.ebuild,v 1.1 2006/10/03 11:16:02 flameeyes 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="" + |