summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 14:34:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 15:19:38 +0200
commit870ff83932f33a272ae878b34a3126f05d024eb1 (patch)
treeebc9dec11bbe1609494528f0002f37bc26cf103d
parentkde-frameworks/kglobalaccel: Don't make krunner run with root privs (diff)
downloadgentoo-870ff83932f33a272ae878b34a3126f05d024eb1.tar.gz
gentoo-870ff83932f33a272ae878b34a3126f05d024eb1.tar.bz2
gentoo-870ff83932f33a272ae878b34a3126f05d024eb1.zip
kde-frameworks/kglobalaccel: Drop 5.80.0 (r0)
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kglobalaccel/kglobalaccel-5.80.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-5.80.0.ebuild b/kde-frameworks/kglobalaccel/kglobalaccel-5.80.0.ebuild
deleted file mode 100644
index 6473474b63b6..000000000000
--- a/kde-frameworks/kglobalaccel/kglobalaccel-5.80.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework to handle global shortcuts"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-LICENSE="LGPL-2+"
-IUSE="nls"
-
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/kcrash-${PVCUT}*:5
- =kde-frameworks/kdbusaddons-${PVCUT}*:5
- =kde-frameworks/kwindowsystem-${PVCUT}*:5[X]
- x11-libs/libxcb
- x11-libs/xcb-util-keysyms
-"
-RDEPEND="${DEPEND}"