diff options
author | Johannes Huber <johu@gentoo.org> | 2013-12-04 17:10:24 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-12-04 17:10:24 +0000 |
commit | 00a2efee607e5c288408fab6cbac46e8591e5f5a (patch) | |
tree | a13c55d30073157584e976a9433c127f540fa0a5 /kde-base/libkworkspace | |
parent | Stable for HPPA (bug #493194). (diff) | |
download | gentoo-2-00a2efee607e5c288408fab6cbac46e8591e5f5a.tar.gz gentoo-2-00a2efee607e5c288408fab6cbac46e8591e5f5a.tar.bz2 gentoo-2-00a2efee607e5c288408fab6cbac46e8591e5f5a.zip |
Remove KDE SC 4.11.3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base/libkworkspace')
-rw-r--r-- | kde-base/libkworkspace/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/libkworkspace/libkworkspace-4.11.3.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/kde-base/libkworkspace/ChangeLog b/kde-base/libkworkspace/ChangeLog index 54c81d43b1e8..b27145ea8ece 100644 --- a/kde-base/libkworkspace/ChangeLog +++ b/kde-base/libkworkspace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/libkworkspace # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.204 2013/12/03 22:35:57 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.205 2013/12/04 17:10:11 johu Exp $ + + 04 Dec 2013; Johannes Huber <johu@gentoo.org> -libkworkspace-4.11.3.ebuild: + Remove KDE SC 4.11.3 *libkworkspace-4.11.4 (03 Dec 2013) diff --git a/kde-base/libkworkspace/libkworkspace-4.11.3.ebuild b/kde-base/libkworkspace/libkworkspace-4.11.3.ebuild deleted file mode 100644 index 512001cfddac..000000000000 --- a/kde-base/libkworkspace/libkworkspace-4.11.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.11.3.ebuild,v 1.1 2013/11/05 22:22:44 dilfridge Exp $ - -EAPI=5 - -KMNAME="kde-workspace" -KMMODULE="libs/kworkspace" -inherit kde4-meta - -DESCRIPTION="A library for KDE desktop applications" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="debug" - -KMEXTRACTONLY=" - ksmserver/org.kde.KSMServerInterface.xml - kwin/org.kde.KWin.xml -" - -KMSAVELIBS="true" - -DEPEND=" - x11-libs/libICE - x11-libs/libSM - x11-libs/libXau -" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e 's/install( FILES kdisplaymanager.h/install( FILES kdisplaymanager.h screenpreviewwidget.h/' \ - libs/kworkspace/CMakeLists.txt || die "failed to provide screenpreviewwidget.h" - - kde4-meta_src_prepare -} |