commit: 611fbe02ce85a678546494458d83745e1a0427d4
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 14:53:23 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 14:54:53 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=611fbe02
kde-plasma/khotkeys: khotkeys is disappearing in 5.9
Package-Manager: portage-2.3.0
kde-plasma/khotkeys/khotkeys-9999.ebuild | 47 --------------------------------
1 file changed, 47 deletions(-)
diff --git a/kde-plasma/khotkeys/khotkeys-9999.ebuild
b/kde-plasma/khotkeys/khotkeys-9999.ebuild
deleted file mode 100644
index e4c988a..0000000
--- a/kde-plasma/khotkeys/khotkeys-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="true"
-inherit kde5
-
-DESCRIPTION="KDE Plasma workspace hotkey module"
-KEYWORDS=""
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdelibs4support X)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_plasma_dep plasma-workspace)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- x11-libs/libX11
- x11-libs/libXtst
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kded)
- $(add_plasma_dep kde-cli-tools)
- !kde-base/khotkeys:4
- !kde-base/systemsettings:4
-"
-DEPEND="${COMMON_DEPEND}
- x11-libs/libxcb
- x11-libs/libXtst
- x11-proto/xproto
-"