diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 22:22:45 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 22:22:45 +0000 |
commit | 9f2a8db61e5974686b7dab8015fa9b2e184b8b0b (patch) | |
tree | 48a959a5b79afac74fdd38401009f4c9b9533929 /kde-base/kmplot | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-9f2a8db61e5974686b7dab8015fa9b2e184b8b0b.tar.gz gentoo-2-9f2a8db61e5974686b7dab8015fa9b2e184b8b0b.tar.bz2 gentoo-2-9f2a8db61e5974686b7dab8015fa9b2e184b8b0b.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-4.1.4.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index 62d107d731ee..4841f367babe 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.99 2008/11/16 07:46:31 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.100 2009/01/13 22:22:45 alexxy Exp $ + +*kmplot-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kmplot-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kmplot-4.1.3.ebuild: Add ppc/ppc64 love #244306. diff --git a/kde-base/kmplot/kmplot-4.1.4.ebuild b/kde-base/kmplot/kmplot-4.1.4.ebuild new file mode 100644 index 000000000000..e212c145e07a --- /dev/null +++ b/kde-base/kmplot/kmplot-4.1.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-4.1.4.ebuild,v 1.1 2009/01/13 22:22:45 alexxy Exp $ + +EAPI="2" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="Mathematical function plotter for KDE" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" |