diff options
author | Johannes Huber <johu@gentoo.org> | 2016-06-21 13:49:23 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-06-21 13:49:37 +0200 |
commit | e4b00bc29e76f4871f667b59e24406971cae25e8 (patch) | |
tree | 1345ab1abfb5567121177f65c6c6e370d38cb110 /kde-plasma/khotkeys/khotkeys-5.6.4.ebuild | |
parent | net-misc/openntpd: Stable for HPPA (bug #584508). (diff) | |
download | gentoo-e4b00bc29e76f4871f667b59e24406971cae25e8.tar.gz gentoo-e4b00bc29e76f4871f667b59e24406971cae25e8.tar.bz2 gentoo-e4b00bc29e76f4871f667b59e24406971cae25e8.zip |
kde-plasma: Remove KDE Plasma 5.6.4
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-plasma/khotkeys/khotkeys-5.6.4.ebuild')
-rw-r--r-- | kde-plasma/khotkeys/khotkeys-5.6.4.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/kde-plasma/khotkeys/khotkeys-5.6.4.ebuild b/kde-plasma/khotkeys/khotkeys-5.6.4.ebuild deleted file mode 100644 index 3160f01af168..000000000000 --- a/kde-plasma/khotkeys/khotkeys-5.6.4.ebuild +++ /dev/null @@ -1,46 +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="~amd64 ~arm ~x86" -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 -" -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 -" |