diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-21 10:06:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-21 10:06:06 +0200 |
commit | f2d67b7d0699d02a4025aa99e293642bb75f4709 (patch) | |
tree | 70cb183b1fc39c853f741a0ea16452a5a1cc943b /kde-plasma/khotkeys | |
parent | www-servers/tomcat-9.0.26: bump (diff) | |
download | gentoo-f2d67b7d0699d02a4025aa99e293642bb75f4709.tar.gz gentoo-f2d67b7d0699d02a4025aa99e293642bb75f4709.tar.bz2 gentoo-f2d67b7d0699d02a4025aa99e293642bb75f4709.zip |
kde-plasma: Drop KDE Plasma 5.15.5
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/khotkeys')
-rw-r--r-- | kde-plasma/khotkeys/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/khotkeys/khotkeys-5.15.5.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-plasma/khotkeys/Manifest b/kde-plasma/khotkeys/Manifest index bbb976902f25..fe6c1d0653a2 100644 --- a/kde-plasma/khotkeys/Manifest +++ b/kde-plasma/khotkeys/Manifest @@ -1,2 +1 @@ -DIST khotkeys-5.15.5.tar.xz 1865968 BLAKE2B 109748767e2119b9b54d29eade0bda4d5c696e67b35c549b10d0de19b890dc07a24e4108c3877046ab7468a4f98b6fffa03a818da11c00febf1f168fba7cfec5 SHA512 ad6f99053d7be4c530233d5384f59cc77b3463e1864135cd45ca17ee3eb483f8d503c089963bb758905d0c9e80a3248331905af117e01bd10a24fb4a61be8f08 DIST khotkeys-5.16.5.tar.xz 1846184 BLAKE2B 3eb83840c540e64d9c30616bb366580f4e9c606a9f8ec3fb613019fac3112460a95059526a067af92fa005a175fa5bb72906e087451484a55fcae25b86feedd2 SHA512 f389396c058dc261a16f6a73f88babc24dc1d7226e35d798c77629bd3e15f1dc9bc2923f2eedb601df6517b168c251c8c6341f364ee14facf4d267e9e5358f34 diff --git a/kde-plasma/khotkeys/khotkeys-5.15.5.ebuild b/kde-plasma/khotkeys/khotkeys-5.15.5.ebuild deleted file mode 100644 index bfede84a5c01..000000000000 --- a/kde-plasma/khotkeys/khotkeys-5.15.5.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" # not optional until !kdelibs4support -inherit kde5 - -DESCRIPTION="KDE Plasma workspace hotkey module" -KEYWORDS="amd64 ~arm arm64 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 libkworkspace) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - x11-libs/libX11 - x11-libs/libXtst -" -DEPEND="${COMMON_DEPEND} - x11-base/xorg-proto - x11-libs/libxcb - x11-libs/libXtst -" -RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kded) - $(add_plasma_dep kde-cli-tools) -" |