diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-08 15:20:15 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-08 15:20:15 +0000 |
commit | 9c9ab05660b136ae19b44a135ad22a9e0b76d9b7 (patch) | |
tree | 812eee7c613d74a4bf376a626ef10de9a355a2b0 /kde-base/krunner/krunner-4.3.0.ebuild | |
parent | Stable for amd64 per bug #288185 (diff) | |
download | historical-9c9ab05660b136ae19b44a135ad22a9e0b76d9b7.tar.gz historical-9c9ab05660b136ae19b44a135ad22a9e0b76d9b7.tar.bz2 historical-9c9ab05660b136ae19b44a135ad22a9e0b76d9b7.zip |
[kde-base] Drop KDE 4.3.0
Package-Manager: portage-2.2_rc44/cvs/Linux x86_64
Diffstat (limited to 'kde-base/krunner/krunner-4.3.0.ebuild')
-rw-r--r-- | kde-base/krunner/krunner-4.3.0.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/kde-base/krunner/krunner-4.3.0.ebuild b/kde-base/krunner/krunner-4.3.0.ebuild deleted file mode 100644 index 54a1ec69a5bb..000000000000 --- a/kde-base/krunner/krunner-4.3.0.ebuild +++ /dev/null @@ -1,49 +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/krunner/krunner-4.3.0.ebuild,v 1.2 2009/08/05 18:16:25 wired Exp $ - -EAPI="2" - -KMNAME="kdebase-workspace" -OPENGL_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="KDE Command Runner" -IUSE="debug" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" - -COMMONDEPEND=" - >=kde-base/kephal-${PV}:${SLOT}[kdeprefix=] - >=kde-base/ksmserver-${PV}:${SLOT}[kdeprefix=] - >=kde-base/ksysguard-${PV}:${SLOT}[kdeprefix=] - >=kde-base/libkworkspace-${PV}:${SLOT}[kdeprefix=] - x11-libs/libXxf86misc - x11-libs/libXcursor - x11-libs/libXScrnSaver -" -DEPEND="${COMMONDEPEND} - x11-libs/libXcursor - x11-proto/xf86miscproto - x11-proto/scrnsaverproto -" -RDEPEND="${COMMONDEPEND}" - -KMEXTRACTONLY=" - libs/kdm/ - libs/ksysguard/ - libs/kworkspace/ - kcontrol/ - ksysguard/ - ksmserver/org.kde.KSMServerInterface.xml - plasma/shells/screensaver/org.kde.plasma-overlay.App.xml - kcheckpass/ -" - -KMLOADLIBS="libkworkspace" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with opengl OpenGL)" - - kde4-meta_src_configure -} |