summaryrefslogtreecommitdiff
path: root/kde-base/libplasma/libplasma-4.1.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/libplasma/libplasma-4.1.2.ebuild')
-rw-r--r--kde-base/libplasma/libplasma-4.1.2.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/kde-base/libplasma/libplasma-4.1.2.ebuild b/kde-base/libplasma/libplasma-4.1.2.ebuild
deleted file mode 100644
index 7f9c520c9b6..00000000000
--- a/kde-base/libplasma/libplasma-4.1.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-KMNAME=kdebase-workspace
-KMMODULE="libs/plasma"
-CPPUNIT_REQUIRED="optional"
-OPENGL_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="Plasma: KDE desktop framework"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug opengl xinerama"
-
-RDEPEND=">=app-misc/strigi-0.5.11[qt4]
- !<kde-base/plasma-3.96.0
- >=kde-base/libkworkspace-${PV}:${SLOT}
- >=kde-base/libtaskmanager-${PV}:${SLOT}
- x11-libs/libXau
- x11-libs/libXfixes
- x11-libs/libXrender
- x11-libs/libXtst
- x11-libs/qt-webkit:4[debug?]
- opengl? ( virtual/opengl )
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
- xinerama? ( x11-proto/xineramaproto )"
-
-KMEXTRACTONLY="krunner/org.freedesktop.ScreenSaver.xml
- krunner/org.kde.krunner.Interface.xml
- ksmserver/org.kde.KSMServerInterface.xml
- libs/taskmanager/"
-KMSAVELIBS="true"
-
-# Disabling tests for now. 3 out of 3 broken now. last tested on 4.0.1.
-RESTRICT="test"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with opengl OpenGL)
- $(cmake-utils_use_with xinerama X11_Xinerama)"
-
- kde4-meta_src_configure
-}
-
-src_install() {
- kde4-meta_src_install
-
- # Outsmart our doc-handling, to avoid a collision with plasma.
- rm -rf "${D}"/${KDEDIR}/share/doc/
-}