diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-10 22:27:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-10 22:30:40 +0200 |
commit | b89b17e2d00a66b188aa5baa5f9611b2ead7da96 (patch) | |
tree | 2e7e7814f31e6dd7c1486326f3cb8b1e370ba2f1 /kde-frameworks/kglobalaccel/kglobalaccel-5.43.0.ebuild | |
parent | kde-frameworks/extra-cmake-modules: 5.46.0 ppc/ppc64 ALLARCHES stable (diff) | |
download | gentoo-b89b17e2d00a66b188aa5baa5f9611b2ead7da96.tar.gz gentoo-b89b17e2d00a66b188aa5baa5f9611b2ead7da96.tar.bz2 gentoo-b89b17e2d00a66b188aa5baa5f9611b2ead7da96.zip |
kde-frameworks: Drop KDE Frameworks 5.43.0
Bug: https://bugs.gentoo.org/656330
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'kde-frameworks/kglobalaccel/kglobalaccel-5.43.0.ebuild')
-rw-r--r-- | kde-frameworks/kglobalaccel/kglobalaccel-5.43.0.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-5.43.0.ebuild b/kde-frameworks/kglobalaccel/kglobalaccel-5.43.0.ebuild deleted file mode 100644 index 7afcfd51eb72..000000000000 --- a/kde-frameworks/kglobalaccel/kglobalaccel-5.43.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework to handle global shortcuts" -KEYWORDS="amd64 ~arm ~arm64 x86" -LICENSE="LGPL-2+" -IUSE="nls" - -RDEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kwindowsystem X) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - x11-libs/libxcb - x11-libs/xcb-util-keysyms -" -DEPEND="${RDEPEND} - nls? ( $(add_qt_dep linguist-tools) ) -" |