diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:36:52 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:36:52 +0000 |
commit | 6ae3c79385240485f5facb5b99c4c385a8b1a93f (patch) | |
tree | 111fdce090202fc38ac50a5be105e119451c316b /kde-base/plasma-runtime | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-6ae3c79385240485f5facb5b99c4c385a8b1a93f.tar.gz gentoo-2-6ae3c79385240485f5facb5b99c4c385a8b1a93f.tar.bz2 gentoo-2-6ae3c79385240485f5facb5b99c4c385a8b1a93f.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
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.3.2.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/plasma-runtime/ChangeLog b/kde-base/plasma-runtime/ChangeLog index 095c9fc36a98..1c8bec594a8a 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.6 2009/09/12 10:37:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.7 2009/10/06 20:36:52 alexxy Exp $ + +*plasma-runtime-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> + +plasma-runtime-4.3.2.ebuild: + Version bump 12 Sep 2009; Raúl Porcel <armin76@gentoo.org> plasma-runtime-4.3.0.ebuild, plasma-runtime-4.3.1.ebuild: diff --git a/kde-base/plasma-runtime/plasma-runtime-4.3.2.ebuild b/kde-base/plasma-runtime/plasma-runtime-4.3.2.ebuild new file mode 100644 index 000000000000..2170ad3c95a2 --- /dev/null +++ b/kde-base/plasma-runtime/plasma-runtime-4.3.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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.3.2.ebuild,v 1.1 2009/10/06 20:36:52 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-runtime" +KMMODULE="plasma" +inherit kde4-meta + +DESCRIPTION="Script engine and package tool for plasma" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~x86" +IUSE="debug" + +# cloned from workspace thus introduce collisions. +RDEPEND=" + !kdeprefix? ( !<kde-base/plasma-workspace-4.2.90[-kdeprefix] ) + kdeprefix? ( !<kde-base/plasma-workspace-4.2.90:${SLOT}[kdeprefix] ) +" |