diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 12:56:26 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 12:56:26 +0000 |
commit | b52fe58cb464d437455c20ad28f4fe48d3048501 (patch) | |
tree | 1381cc807a160759f84cf63be848d38f8b459905 /kde-base/kmplot | |
parent | Version bump KDE 4.2.4 (diff) | |
download | gentoo-2-b52fe58cb464d437455c20ad28f4fe48d3048501.tar.gz gentoo-2-b52fe58cb464d437455c20ad28f4fe48d3048501.tar.bz2 gentoo-2-b52fe58cb464d437455c20ad28f4fe48d3048501.zip |
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/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.4.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index 9aea1d9404ea..976bdbbf7917 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.115 2009/06/03 16:34:57 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.116 2009/06/04 12:56:26 alexxy Exp $ + +*kmplot-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +kmplot-4.2.4.ebuild: + Version bump 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kmplot-4.2.2.ebuild: Drop KDE 4.2.2 diff --git a/kde-base/kmplot/kmplot-4.2.4.ebuild b/kde-base/kmplot/kmplot-4.2.4.ebuild new file mode 100644 index 000000000000..ec2839acf9c2 --- /dev/null +++ b/kde-base/kmplot/kmplot-4.2.4.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.4.ebuild,v 1.1 2009/06/04 12:56:26 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="Mathematical function plotter for KDE" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug +handbook" + +RDEPEND=" + >=kde-base/knotify-${PV}:${SLOT}[kdeprefix=] +" |