diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-12-10 23:48:03 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-12-10 23:48:03 +0000 |
commit | 00cdf5661686a639c4ce8498e550be57a2a07760 (patch) | |
tree | 10a31c4bec6e15f09b1869251940ac135f773c04 /kde-base/plasma-runtime | |
parent | Drop KDE SC-4.3.1. (diff) | |
download | gentoo-2-00cdf5661686a639c4ce8498e550be57a2a07760.tar.gz gentoo-2-00cdf5661686a639c4ce8498e550be57a2a07760.tar.bz2 gentoo-2-00cdf5661686a639c4ce8498e550be57a2a07760.zip |
Drop KDE SC-4.3.1.
(Portage version: 2.2_rc58/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'kde-base/plasma-runtime')
-rw-r--r-- | kde-base/plasma-runtime/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/plasma-runtime/plasma-runtime-4.3.1.ebuild | 19 |
2 files changed, 5 insertions, 20 deletions
diff --git a/kde-base/plasma-runtime/ChangeLog b/kde-base/plasma-runtime/ChangeLog index a782a92d7630..f10dde896ee9 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.18 2009/12/10 17:43:32 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.19 2009/12/10 23:48:03 scarabeus Exp $ + + 10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> + -plasma-runtime-4.3.1.ebuild: + Drop KDE SC-4.3.1. 10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> plasma-runtime-4.3.3.ebuild: diff --git a/kde-base/plasma-runtime/plasma-runtime-4.3.1.ebuild b/kde-base/plasma-runtime/plasma-runtime-4.3.1.ebuild deleted file mode 100644 index a05b578ae7df..000000000000 --- a/kde-base/plasma-runtime/plasma-runtime-4.3.1.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.1.ebuild,v 1.5 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] ) -" |