diff options
author | 2009-03-04 21:52:05 +0000 | |
---|---|---|
committer | 2009-03-04 21:52:05 +0000 | |
commit | 8e1baec17b72f8121ec487b4da092e25e57993c1 (patch) | |
tree | 1fc5a21712ea0ed4b0f87e62a51f1b1d184833ef /kde-base/kmplot | |
parent | Bump KDE 4.2.1 (diff) | |
download | gentoo-2-8e1baec17b72f8121ec487b4da092e25e57993c1.tar.gz gentoo-2-8e1baec17b72f8121ec487b4da092e25e57993c1.tar.bz2 gentoo-2-8e1baec17b72f8121ec487b4da092e25e57993c1.zip |
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-4.2.1.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index 2efeff4bbd9f..1e56f4fd7ce2 100644 --- a/kde-base/kmplot/ChangeLog +++ b/kde-base/kmplot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmplot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.104 2009/02/19 23:29:00 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.105 2009/03/04 21:52:05 alexxy Exp $ + +*kmplot-4.2.1 (04 Mar 2009) + + 04 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> +kmplot-4.2.1.ebuild: + Bump KDE 4.2.1 19 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -kmplot-4.1.4.ebuild: Drop stale kde 4.1.4 diff --git a/kde-base/kmplot/kmplot-4.2.1.ebuild b/kde-base/kmplot/kmplot-4.2.1.ebuild new file mode 100644 index 000000000000..a37a105b6922 --- /dev/null +++ b/kde-base/kmplot/kmplot-4.2.1.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.2.1.ebuild,v 1.1 2009/03/04 21:52:05 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="Mathematical function plotter for KDE" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" |