diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 17:32:59 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 17:32:59 +0000 |
commit | 539e89fa887f419e3baf6d5f3eb94d4db3dfd5f0 (patch) | |
tree | ccd94b3e707b52702f877423b6ed0b3edd0da88d /kde-base/plasma-runtime | |
parent | Version bump KDE 4.3.5 (diff) | |
download | gentoo-2-539e89fa887f419e3baf6d5f3eb94d4db3dfd5f0.tar.gz gentoo-2-539e89fa887f419e3baf6d5f3eb94d4db3dfd5f0.tar.bz2 gentoo-2-539e89fa887f419e3baf6d5f3eb94d4db3dfd5f0.zip |
Version bump KDE 4.3.5
(Portage version: 2.2_rc61/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.5.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/plasma-runtime/ChangeLog b/kde-base/plasma-runtime/ChangeLog index a91fbcd53b71..c8a768a92fc7 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.22 2010/01/23 17:28:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.23 2010/01/25 17:32:59 scarabeus Exp $ + +*plasma-runtime-4.3.5 (25 Jan 2010) + + 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +plasma-runtime-4.3.5.ebuild: + Version bump 23 Jan 2010; Raúl Porcel <armin76@gentoo.org> plasma-runtime-4.3.4.ebuild: diff --git a/kde-base/plasma-runtime/plasma-runtime-4.3.5.ebuild b/kde-base/plasma-runtime/plasma-runtime-4.3.5.ebuild new file mode 100644 index 000000000000..d2a22d574cba --- /dev/null +++ b/kde-base/plasma-runtime/plasma-runtime-4.3.5.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.3.5.ebuild,v 1.1 2010/01/25 17:32:59 scarabeus Exp $ + +EAPI="2" + +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' |