summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-03-28 22:56:49 +0200
committerJohannes Huber <johu@gentoo.org>2018-03-28 23:01:25 +0200
commite2a24b762c09a68fe56b6d85b111477a267e9bdc (patch)
treedb3d1e9b583c290a5d66d7fe6019586dafbf06d1 /kde-plasma/khotkeys
parentkde-plasma: Version bump KDE Plasma 5.12.4 (diff)
downloadgentoo-e2a24b762c09a68fe56b6d85b111477a267e9bdc.tar.gz
gentoo-e2a24b762c09a68fe56b6d85b111477a267e9bdc.tar.bz2
gentoo-e2a24b762c09a68fe56b6d85b111477a267e9bdc.zip
kde-plasma: Remove KDE Plasma 5.12.3
Package-Manager: Portage-2.3.26, Repoman-2.3.7
Diffstat (limited to 'kde-plasma/khotkeys')
-rw-r--r--kde-plasma/khotkeys/Manifest1
-rw-r--r--kde-plasma/khotkeys/khotkeys-5.12.3.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-plasma/khotkeys/Manifest b/kde-plasma/khotkeys/Manifest
index 84cf780b6b52..205bb3d8ef46 100644
--- a/kde-plasma/khotkeys/Manifest
+++ b/kde-plasma/khotkeys/Manifest
@@ -1,3 +1,2 @@
DIST khotkeys-5.11.5.tar.xz 1071588 BLAKE2B ded5b2936068cc0a540ed6ec6f0229c62babefc8038db76578180625f04214dd98d3c06da7ee3d4b8a7d7286319039c2fa8c1fb5107f595cfaeb2109a9677c25 SHA512 fbbe09514cba58749945fc310b67e4ee716a49c38e602087c26e9c531334e0d1483a388778ef013678f7705ef575d18d403d922d83058d6025eedff0420693a3
-DIST khotkeys-5.12.3.tar.xz 1058668 BLAKE2B 88f6baa744cc50ae8a20fd5503be43f0914ebccf0c8338923ee2a57740fb1c49aa2305789979773d87c1cc72933f30b6e9aa3fdea1cb2b4849b9ac44e5aeb667 SHA512 5f9eaf02f47623a93a32ebadef11ce35f6252c288296d64c6b374f5bc489d5e53c575303832f37a41df5d7f764035a9eb32583be91ff4bf76fd0b06631beb976
DIST khotkeys-5.12.4.tar.xz 1058428 BLAKE2B d7589960e808a64c7e8c79ff9971bc6f4af345725f2da9bedc0a5c11a89ecda3157f35507245bb8c5182d0bb3daf139c4b6caac5d30dfd651c7c2bb755222dff SHA512 dacf62abbd13ce37b308f797ca9c6fac740f0ae950c5ee7abd96eb561e6b5b817fd0ccd72b4d5d0ca1fe5a77bec4f1d14c9426877ebcb6cd852a5aa3441b49a4
diff --git a/kde-plasma/khotkeys/khotkeys-5.12.3.ebuild b/kde-plasma/khotkeys/khotkeys-5.12.3.ebuild
deleted file mode 100644
index 60f38c3c3a35..000000000000
--- a/kde-plasma/khotkeys/khotkeys-5.12.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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-libs/libxcb
- x11-libs/libXtst
- x11-proto/xproto
-"