summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/plasma-runtime/ChangeLog6
-rw-r--r--kde-base/plasma-runtime/plasma-runtime-4.3.2.ebuild19
2 files changed, 5 insertions, 20 deletions
diff --git a/kde-base/plasma-runtime/ChangeLog b/kde-base/plasma-runtime/ChangeLog
index 939c6b3006de..df4ae223ea92 100644
--- a/kde-base/plasma-runtime/ChangeLog
+++ b/kde-base/plasma-runtime/ChangeLog
@@ -1,6 +1,10 @@
# 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.12 2009/11/02 22:08:36 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.13 2009/11/09 00:17:53 alexxy Exp $
+
+ 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ -plasma-runtime-4.3.2.ebuild:
+ Drop KDE 4.3.2
*plasma-runtime-4.3.3 (02 Nov 2009)
diff --git a/kde-base/plasma-runtime/plasma-runtime-4.3.2.ebuild b/kde-base/plasma-runtime/plasma-runtime-4.3.2.ebuild
deleted file mode 100644
index 4aadec315624..000000000000
--- a/kde-base/plasma-runtime/plasma-runtime-4.3.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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.2 2009/10/24 19:44:19 josejx 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.
-RDEPEND="
- !kdeprefix? ( !<kde-base/plasma-workspace-4.2.90[-kdeprefix] )
- kdeprefix? ( !<kde-base/plasma-workspace-4.2.90:${SLOT}[kdeprefix] )
-"