diff options
author | Alex Alexander <wired@gentoo.org> | 2009-11-02 22:08:36 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-11-02 22:08:36 +0000 |
commit | 687c6fc1f25779975b22dfc36e527fc1424f224b (patch) | |
tree | 317b5b3b053bc5e7bac41a25e0240af7e4da953f /kde-base/plasma-runtime | |
parent | Version bump KDE 4.3.3 (diff) | |
download | gentoo-2-687c6fc1f25779975b22dfc36e527fc1424f224b.tar.gz gentoo-2-687c6fc1f25779975b22dfc36e527fc1424f224b.tar.bz2 gentoo-2-687c6fc1f25779975b22dfc36e527fc1424f224b.zip |
Version bump KDE 4.3.3
(Portage version: 2.2_rc48/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.3.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/plasma-runtime/ChangeLog b/kde-base/plasma-runtime/ChangeLog index fde276ecba34..939c6b3006de 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.11 2009/10/24 19:44:19 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.12 2009/11/02 22:08:36 wired Exp $ + +*plasma-runtime-4.3.3 (02 Nov 2009) + + 02 Nov 2009; Alex Alexander <wired@gentoo.org> + +plasma-runtime-4.3.3.ebuild: + Version bump 24 Oct 2009; Joseph Jezak <josejx@gentoo.org> plasma-runtime-4.3.1.ebuild, plasma-runtime-4.3.2.ebuild: diff --git a/kde-base/plasma-runtime/plasma-runtime-4.3.3.ebuild b/kde-base/plasma-runtime/plasma-runtime-4.3.3.ebuild new file mode 100644 index 000000000000..7c8d85cd0c30 --- /dev/null +++ b/kde-base/plasma-runtime/plasma-runtime-4.3.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/plasma-runtime/plasma-runtime-4.3.3.ebuild,v 1.1 2009/11/02 22:08:36 wired Exp $ + +EAPI="2" + +KMNAME="kdebase-runtime" +KMMODULE="plasma" +inherit kde4-meta + +DESCRIPTION="Script engine and package tool for plasma" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +# cloned from workspace thus introduce collisions. +add_blocker plasma-workspace '<4.2.90' |