diff options
author | 2009-04-11 23:31:01 +0000 | |
---|---|---|
committer | 2009-04-11 23:31:01 +0000 | |
commit | b760e38fd468f42f71527ed4fb38fb0e4eac19bc (patch) | |
tree | 395870cf9589d262e0f2b87ddf9a2814995d7ffb | |
parent | Add KDE 4.2.2 (diff) | |
download | gentoo-2-b760e38fd468f42f71527ed4fb38fb0e4eac19bc.tar.gz gentoo-2-b760e38fd468f42f71527ed4fb38fb0e4eac19bc.tar.bz2 gentoo-2-b760e38fd468f42f71527ed4fb38fb0e4eac19bc.zip |
Add KDE 4.2.2
(Portage version: 2.2_rc29/cvs/Linux x86_64)
-rw-r--r-- | kde-base/kmplot/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-4.2.2.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index 16f104f25c09..8104379f96b0 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.108 2009/04/11 19:15:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.109 2009/04/11 23:31:01 alexxy Exp $ + +*kmplot-4.2.2 (11 Apr 2009) + + 11 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> +kmplot-4.2.2.ebuild: + Add KDE 4.2.2 11 Apr 2009; Raúl Porcel <armin76@gentoo.org> kmplot-4.2.1.ebuild: Add ~alpha/~ia64 wrt #260777 diff --git a/kde-base/kmplot/kmplot-4.2.2.ebuild b/kde-base/kmplot/kmplot-4.2.2.ebuild new file mode 100644 index 000000000000..b7deab0cfc8c --- /dev/null +++ b/kde-base/kmplot/kmplot-4.2.2.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.2.ebuild,v 1.1 2009/04/11 23:31:01 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="Mathematical function plotter for KDE" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug doc" + +RDEPEND=" + >=kde-base/knotify-${PV}:${SLOT}[kdeprefix=] +" |