diff options
author | 2009-12-01 11:29:51 +0000 | |
---|---|---|
committer | 2009-12-01 11:29:51 +0000 | |
commit | cb5de5f3303be014435c7248f3a7809eba1bedf5 (patch) | |
tree | 3505089d65b05c57cd7c6ffd1660b94729bff7f4 /kde-base/plasma-runtime | |
parent | Version bump KDE 4.3.4 (diff) | |
download | gentoo-2-cb5de5f3303be014435c7248f3a7809eba1bedf5.tar.gz gentoo-2-cb5de5f3303be014435c7248f3a7809eba1bedf5.tar.bz2 gentoo-2-cb5de5f3303be014435c7248f3a7809eba1bedf5.zip |
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/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.4.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/plasma-runtime/ChangeLog b/kde-base/plasma-runtime/ChangeLog index 1b55eb16fa66..e515725dcb55 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.16 2009/11/30 06:54:24 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.17 2009/12/01 11:29:51 wired Exp $ + +*plasma-runtime-4.3.4 (01 Dec 2009) + + 01 Dec 2009; Alex Alexander <wired@gentoo.org> + +plasma-runtime-4.3.4.ebuild: + Version bump 30 Nov 2009; Joseph Jezak <josejx@gentoo.org> plasma-runtime-4.3.3.ebuild: Marked ppc/ppc64 stable for bug #292455. diff --git a/kde-base/plasma-runtime/plasma-runtime-4.3.4.ebuild b/kde-base/plasma-runtime/plasma-runtime-4.3.4.ebuild new file mode 100644 index 000000000000..86c200094157 --- /dev/null +++ b/kde-base/plasma-runtime/plasma-runtime-4.3.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/plasma-runtime/plasma-runtime-4.3.4.ebuild,v 1.1 2009/12/01 11:29:51 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 ~sparc ~x86" +IUSE="debug" + +# cloned from workspace thus introduce collisions. +add_blocker plasma-workspace '<4.2.90' |