diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 19:15:21 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 20:20:32 +0100 |
commit | e20e8fd60228502d41b0cee117f8792f8829c161 (patch) | |
tree | 7a8a1bc18288f2e94dc9a581fe0364bf83aca343 /kde-plasma/khotkeys | |
parent | profiles: net-vpn/strongswan: don't enable padlock on amd64 (diff) | |
download | gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.tar.gz gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.tar.bz2 gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.zip |
kde-plasma: Drop KDE Plasma 5.13.5
Package-Manager: Portage-2.3.52, Repoman-2.3.12
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.13.5.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-plasma/khotkeys/Manifest b/kde-plasma/khotkeys/Manifest index 3038791e39d3..43261af6d81f 100644 --- a/kde-plasma/khotkeys/Manifest +++ b/kde-plasma/khotkeys/Manifest @@ -1,3 +1,2 @@ -DIST khotkeys-5.13.5.tar.xz 1381272 BLAKE2B 490ed8a323249a6eacfc10025bb49b4c792f8d1347d35348230e7ef079389da54b17965d544f9b0467bc516dd7bcdae7211bdf24f0604d6894f3ede2005ec638 SHA512 1eb22e42ecc43d2f78d67e0b6c7e86104c484b1597e063e1d78b7ebfb28950d09583c84d60b261791e282cc14fed63c99f0d070690ed0b43eaf2f23a5e01dfa1 DIST khotkeys-5.14.3.tar.xz 1380280 BLAKE2B bc292790fbf68ccf97e4c77dc0aadedf2c31e0cce4095c90cd59133083da0103d6056950a7937c38565ef90922a463dbae26c4dbdf3dc3d1a7f1b6f7066a6543 SHA512 81a1e6fd2def3babf2a48026021266d091f935468309fc34fbc36bb8338e8e138b4c9e029d272a240399cefc8a87ed78a0a53fb546cf87656f5477dde29d7ee5 DIST khotkeys-5.14.4.tar.xz 1380668 BLAKE2B b69fec7fb438b043c1309921c248b362dbc70cbf1973f4128531636117f0f007e197aed53d5de837251ea89ee16131dcf58bc183854a7bc61024e8afa64aa35a SHA512 c9367b29a92037b6a3d4dab46c1e5ba59016ecc6bb4fd28d92cf8ef230e83a9545199740a6f5bfed944b7c286bf74a4720a0c0e9cb9e307a931980fe3b1630ef diff --git a/kde-plasma/khotkeys/khotkeys-5.13.5.ebuild b/kde-plasma/khotkeys/khotkeys-5.13.5.ebuild deleted file mode 100644 index b1082fbe3796..000000000000 --- a/kde-plasma/khotkeys/khotkeys-5.13.5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -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 - x11-libs/libXtst -" -RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kded) - $(add_plasma_dep kde-cli-tools) - !kde-plasma/khotkeys:4 - !kde-plasma/systemsettings:4 -" -DEPEND="${COMMON_DEPEND} - x11-base/xorg-proto - x11-libs/libxcb - x11-libs/libXtst -" |