diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-06 23:38:16 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-06 23:38:16 +0000 |
commit | b8e5a8f59db6124e0e09cde12662904b04275dba (patch) | |
tree | 384ff63c53ce0cf5d8d5f9b3979a429503cb0f78 /kde-base/kmplot | |
parent | Version bump KDE 4.2.3 (diff) | |
download | gentoo-2-b8e5a8f59db6124e0e09cde12662904b04275dba.tar.gz gentoo-2-b8e5a8f59db6124e0e09cde12662904b04275dba.tar.bz2 gentoo-2-b8e5a8f59db6124e0e09cde12662904b04275dba.zip |
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-4.2.3.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index cd2713d63665..a9057a5d43a0 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.111 2009/04/17 06:39:26 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.112 2009/05/06 23:38:16 scarabeus Exp $ + +*kmplot-4.2.3 (06 May 2009) + + 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +kmplot-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> kmplot-4.2.2: Restore ~hppa keywords diff --git a/kde-base/kmplot/kmplot-4.2.3.ebuild b/kde-base/kmplot/kmplot-4.2.3.ebuild new file mode 100644 index 000000000000..b598a733e99b --- /dev/null +++ b/kde-base/kmplot/kmplot-4.2.3.ebuild @@ -0,0 +1,16 @@ +# 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.3.ebuild,v 1.1 2009/05/06 23:38:16 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="Mathematical function plotter for KDE" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug doc" + +RDEPEND=" + >=kde-base/knotify-${PV}:${SLOT}[kdeprefix=] +" |