diff options
Diffstat (limited to 'kde-base/plasma-runtime')
-rw-r--r-- | kde-base/plasma-runtime/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/plasma-runtime/plasma-runtime-4.4.1.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/plasma-runtime/ChangeLog b/kde-base/plasma-runtime/ChangeLog index 6657192a5d1f..69fbcf5abf61 100644 --- a/kde-base/plasma-runtime/ChangeLog +++ b/kde-base/plasma-runtime/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/plasma-runtime # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.26 2010/02/20 12:06:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.27 2010/03/02 19:38:29 tampakrap Exp $ + +*plasma-runtime-4.4.1 (02 Mar 2010) + + 02 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org> + +plasma-runtime-4.4.1.ebuild: + Version bump 20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> plasma-runtime-4.3.5.ebuild: diff --git a/kde-base/plasma-runtime/plasma-runtime-4.4.1.ebuild b/kde-base/plasma-runtime/plasma-runtime-4.4.1.ebuild new file mode 100644 index 000000000000..0b7ec1cad9bb --- /dev/null +++ b/kde-base/plasma-runtime/plasma-runtime-4.4.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/plasma-runtime-4.4.1.ebuild,v 1.1 2010/03/02 19:38:29 tampakrap Exp $ + +EAPI="3" + +KMNAME="kdebase-runtime" +KMMODULE="plasma" +inherit kde4-meta + +DESCRIPTION="Script engine and package tool for plasma" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +# cloned from workspace thus introduce collisions. +add_blocker plasma-workspace '<4.2.90' |